• Joined on 2026-01-11

forgeflow/backfill-agent (60ee874)

Published 2026-04-02 11:33:34 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/backfill-agent:60ee874
sha256:d4aaa7b5b185cc8bd93141be22f675e8113a3c4b76861495e9f840ed3e24ba37

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'
/bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/*
/bin/sh -c useradd -r -s /bin/false forgeflow
/bin/sh -c mkdir -p /etc/forgeflow /var/log/forgeflow && chown -R forgeflow:forgeflow /var/log/forgeflow
COPY file:1cee711c72de9c35afe60a29624fee1abf22c80bce828a2eeb92ffae7ba2abf6 in /usr/local/bin/
COPY file:1f77d95851c5a319d6fa42b2500011c075d58e8174ba525b64d0255e0a06d13b in /etc/forgeflow/backfill-agent.toml
ENV FORGEFLOW_CONFIG=/etc/forgeflow/backfill-agent.toml
ENV RUST_LOG=info
USER forgeflow
EXPOSE 8095
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8095/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["/usr/local/bin/backfill-agent"]
Details
Container
2026-04-02 11:33:34 +00:00
1
OCI / Docker
linux/amd64
38 MiB
Versions (11) View all
31fa04b 2026-04-16
latest 2026-04-16
2a10eeb 2026-04-16
024b798 2026-04-15
198c103 2026-04-08