ks

claude-code-api (sha256:f208f5296cc2ea2cc133818b87e8811a539be3367c7a85defa6194ae6ec929b4)

Published 2026-04-22 20:41:37 +00:00 by ks

Installation

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

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 20:41:37 +00:00
1
OCI / Docker
linux/arm64
291 MiB
Versions (19) View all