• Joined on 2026-01-11

forgeflow/backfill-agent (latest)

Published 2026-05-26 18:02:25 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/backfill-agent:latest
sha256:98b70f3ab70dedd576b0b316b2670116d4048b0694da30d8902d1a9139fda035

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
/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:fb0949cc3516eddf03d6d584745b0de9f2ae6f486677fd2e9adc61747f8bf782 in /usr/local/bin/
COPY file:0b2abf6ddaa85900cb06826e1451df00a3b9390bf63d54ab813a957433da44b8 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-05-26 18:02:25 +00:00
0
OCI / Docker
linux/amd64
38 MiB
Versions (12) View all
0a6db88 2026-05-26
latest 2026-05-26
31fa04b 2026-04-16
2a10eeb 2026-04-16
024b798 2026-04-15