ks

claude-code-api (sha256:72367dc1bce4006ae8584787b2929ba3b543cf1b06c9b5cf70cc79f3569f2857)

Published 2026-04-22 19:24:12 +00:00 by ks

Installation

docker pull git.sng.rs/ks/claude-code-api@sha256:72367dc1bce4006ae8584787b2929ba3b543cf1b06c9b5cf70cc79f3569f2857
sha256:72367dc1bce4006ae8584787b2929ba3b543cf1b06c9b5cf70cc79f3569f2857

Image layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1776729600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg git ripgrep jq python3 python3-pip python3-venv build-essential && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y --no-install-recommends nodejs && apt-get clean && rm -rf /var/lib/apt/lists/* && npm install -g @anthropic-ai/claude-code && npm cache clean --force # buildkit
RUN /bin/sh -c useradd -m -u 1000 app # buildkit
COPY /out/claude-code-api /usr/local/bin/claude-code-api # buildkit
USER app
WORKDIR /home/app
ENV HOME=/home/app
ENV PORT=8000
ENV WORKSPACE_DIR=/workspaces
EXPOSE [8000/tcp]
CMD ["/usr/local/bin/claude-code-api"]
Details
Container
2026-04-22 19:24:12 +00:00
1
OCI / Docker
linux/arm64
291 MiB
Versions (19) View all