• Joined on 2026-01-11

forgeflow/housekeeping-agent (60ee874)

Published 2026-04-02 11:48:03 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/housekeeping-agent:60ee874
sha256:233aa09100f629760e74bbda77aa370f4b20a2cb6a6257570120ab79c381069b

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:6617a2ea27c00e4ae5dadf486635d62f2fb5f9a7698579274bb569bfcce0c368 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-02 11:48:03 +00:00
1
OCI / Docker
linux/amd64
38 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