Commit Graph
3 Commits
Author SHA1 Message Date
aneurinandClaude Sonnet 5 264478e0dc Drop ENTRYPOINT in favor of CMD ["pass-cli"]
Every real caller (code.aneur.in/cloud/cloud's deploy workflows) runs a
mounted-in script against pass-cli, not bare pass-cli args, so an
ENTRYPOINT override was needed on every invocation. With no ENTRYPOINT,
`docker run this-image sh /script.sh` just replaces CMD directly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-19 21:10:10 +01:00
aneurinandClaude Sonnet 5 d534a21b09 Add Dockerfile and README
Prebuilt glibc image for pass-cli, so Alpine/musl-based CI jobs (e.g.
harmless-easy-bobcat's docker:cli-based deploy workflows) can pull and run
it without hitting missing glibc symbols.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-19 21:05:36 +01:00
aneurin 6876039bea initial commit 2026-09-19 21:01:17 +01:00