Block a user
claubold (1f761e2)
Published 2026-03-29 20:23:26 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/claubold:1f761e2sha256:c1d05835abc1b8a40412aa4abfe3195de0d58eae59685c2b94c75888f38a285e
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| /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 -r -m -s /bin/bash 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:7b92c1c1bb2ddc3094043dcf9e17904dd5a3df2dff5a6060468c7d490580ded3 in /usr/local/bin/ |
| COPY file:8df1afa74cf8de91bb916a81818b87b9613bb2e058742ffd8dc99328efed94af 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"] |