• Joined on 2026-01-11

meredith/meredith-proxy (37224af)

Published 2026-03-25 17:18:41 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/meredith/meredith-proxy:37224af
sha256:9d8b97e9a31ab6fa3eb538a88b315e80f1fdb92da5944f4fe126fc1f7b642670

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:5d52ed52d4538cd8e130c7fb5a19f506dcbb969d306e205bf77dad381acaa376 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"]
Details
Container
2026-03-25 17:18:41 +00:00
2
OCI / Docker
linux/amd64
354 MiB
Versions (11) View all
latest 2026-03-27
2fb6b91 2026-03-27
8ba20ca 2026-03-27
29898b5 2026-03-27
e6f089c 2026-03-27