• Joined on 2026-01-11

forgeflow/housekeeping-agent (b70cf79)

Published 2026-04-07 11:35:43 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/housekeeping-agent:b70cf79
sha256:c388386cc1d8104f5f493bb980c241dcbe6a88f40295ec155e5fde1a13e1538c

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
/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:9952ac8efb6bd9c981ef90d70621e1c4ddd2c616b793303de5948003f4aa267c in /usr/local/bin/
COPY file:11518004d328160f9f0d99fd7edfe24b7bc5e09b2562559dcda1cf915d54d645 in /etc/forgeflow/housekeeping-agent.toml
ENV FORGEFLOW_CONFIG=/etc/forgeflow/housekeeping-agent.toml
ENV RUST_LOG=info
USER forgeflow
EXPOSE 8103
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8103/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["/usr/local/bin/housekeeping-agent"]
Details
Container
2026-04-07 11:35:43 +00:00
1
OCI / Docker
linux/amd64
37 MiB
Versions (5) View all
2a10eeb 2026-04-16
latest 2026-04-16
024b798 2026-04-15
b70cf79 2026-04-07
60ee874 2026-04-02