• Joined on 2026-01-11

forgeflow/backfill-agent (024b798)

Published 2026-04-15 20:02:44 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/backfill-agent:024b798
sha256:aa2a815b9fd96c38bf5e9bd2b21c697bf2d45167f6cecc259a2685b52540a7f9

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
/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:5450233ff784c54f57031c093eadc53f961454860c8bee0d300587d85ce69b73 in /usr/local/bin/
COPY file:fdd5ae8a46b27c30a12658d4176b2353bfa75f5fe5cce4637eab929b8818631b 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-15 20:02:44 +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