No description
- Dockerfile 100%
License mirrors anthropics/claude-code-action (MIT). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .dockerignore | ||
| .woodpecker.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
claude-review-image
Slim Alpine-based container image that ships the Claude Code CLI plus the runtime tools it commonly shells out to.
Published to: git.jonahmeijers.com/jonahgold/claude-review-image
Contents
alpine:3.20base- Claude Code (installed via the official native installer,
https://claude.ai/install.sh) git,ripgrep,bash,curl,jq,gawk,coreutils,gettext(envsubst),ca-certificatesgcompatso the glibc-linked Claude Code binary runs on musltinias PID 1- Non-root
claudeuser (/home/claude)
Usage
docker pull git.jonahmeijers.com/jonahgold/claude-review-image:latest
docker run --rm -it \
-e ANTHROPIC_API_KEY=sk-... \
-v "$PWD:/work" -w /work \
git.jonahmeijers.com/jonahgold/claude-review-image:latest --help
The entrypoint is claude, so any args passed to docker run go straight to the CLI.
Releases
Pushing a git tag triggers Woodpecker CI to build the image and publish two tags:
:${tag}(e.g.:v0.1.1):latest
The pipeline is amd64-only and pinned to agents with platform: linux/amd64.
License
MIT — see LICENSE. Mirrors the license of anthropics/claude-code-action.