feat(claude-jail): add companion Dockerfile to install /push provider CLIs #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/push-skill"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ship a Dockerfile under plugins/conventional-commit/claude-jail/ that
layers gh, glab, and tea on top of the claude-jail base image
(claude-code:latest, debian:stable-slim). Users running Claude inside
claude-jail can build a derived image and pass it via --image so /push
can open PRs/MRs natively instead of falling back to a compare URL.
All RUN blocks are commented out by default — uncomment only the
providers you actually use. The built image is functionally identical
to the base if no block is enabled, so this addition is opt-in and
costs nothing for users who don't need it (or don't run inside
claude-jail at all). Document the build/use commands and the
multi-plugin composition caveat in the README.
Refs: claude-jail (https://git.unitoo.it/claudiomaradonna/claude-jail)