• Joined on 2026-01-11

forgeflow/backfill-agent (655f0ea)

Published 2026-01-16 13:11:38 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/backfill-agent:655f0ea
sha256:b7848f98fd2534103788c3f54161c37c6fd9075092897de9f1521c063f6b0398

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'
/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:0b1eb08a84cd81399fd9d041b534afee36ee1b06481095db1c843fb150037484 in /usr/local/bin/
COPY file:084247e694d20a2f9be5b12ff6d966667354d9a9ff285c77c584ee5d68246b07 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" '\x03'}
ENTRYPOINT ["/usr/local/bin/backfill-agent"]
Details
Container
2026-01-16 13:11:38 +00:00
1
OCI / Docker
linux/amd64
37 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