Block a user
claubold (2bcec7f)
Published 2026-03-29 19:14:18 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/claubold:2bcec7fsha256:67652c021731210fd89ec48fa3be2cafe448cb00c0ab0300f8f896390c036010
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:cbc08b93f249d93ac1a3ca86cfcc7464141e0a3546f58558800ea0a7c436a451 in /usr/local/bin/ |
| COPY file:04b6a170a7ea593ba90a7dbd999c7e6301d7f9fa1950117c18c9a54601783cdc 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"] |