disinto/docker/agents
openhands 4f99a7a26a fix: Clean up decrypted secrets on failure, verify Claude CLI install (#618)
Add EXIT trap in disinto_up() so the plaintext .env is removed even if
docker compose up fails.  Previously set -euo pipefail would abort
before the cleanup block, leaving secrets on disk.

Replace the silent || true in the Dockerfile with an explicit
claude --version check so the build fails visibly if the CLI cannot
be installed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:36:55 +00:00
..
Dockerfile fix: Clean up decrypted secrets on failure, verify Claude CLI install (#618) 2026-03-24 20:36:55 +00:00
entrypoint.sh fix: Start cron daemon in agent container entrypoint (#618) 2026-03-24 20:30:44 +00:00