Block a user
claubold (a7c2bba)
Published 2026-03-29 22:33:02 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/claubold:a7c2bbasha256:e7ed49b44e40a36ed7702ff07590767b6b00fadac689bfd7a1cac1be318b183c
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl git jq && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && npm install -g @anthropic-ai/claude-code && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c useradd -u 1000 -m -s /bin/bash claubold |
| /bin/sh -c git config --system user.email "claubold@codewarp.org" && git config --system user.name "claubold" |
| /bin/sh -c mkdir -p /etc/claubold /var/log/claubold /opt/claubold/workspaces && chown -R claubold:claubold /var/log/claubold /opt/claubold |
| COPY file:2052601025fee90a10eeace9cd7d91d5bdc6e8ddfbbc3b3b4146d417435effa4 in /usr/local/bin/ |
| COPY file:f48e67a5d611b42380b051834f5f56bd2d8ca4d8aa0a4e2d26928d02567326eb in /etc/claubold/config.toml |
| ENV CLAUBOLD_CONFIG=/etc/claubold/config.toml |
| ENV RUST_LOG=info |
| USER claubold |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8120/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/claubold"] |
| CMD ["--config" "/etc/claubold/config.toml"] |