Block a user
meredith/meredith-proxy (cf2419c)
Published 2026-03-25 10:48:25 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/meredith/meredith-proxy:cf2419csha256:5ff79aff1f67bc5c635f5e3a84c6611f6d61fb8902b9156a4f8e8c94681e8d65
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl nodejs npm && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c npm install -g @anthropic-ai/claude-code |
| /bin/sh -c useradd -r -s /bin/false meredith |
| /bin/sh -c mkdir -p /etc/meredith /var/log/meredith && chown -R meredith:meredith /var/log/meredith /etc/meredith |
| COPY file:e9e170b9cdb417bb4465c5eb3e54eebc087e5dc52f0254263b6e59f12004a55d in /usr/local/bin/ |
| ENV MEREDITH_CONFIG=/etc/meredith/config.toml |
| ENV RUST_LOG=info |
| USER meredith |
| EXPOSE 8107 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8107/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/meredith-proxy"] |