• Joined on 2026-01-11

forgeflow/housekeeping-agent (2a10eeb)

Published 2026-04-16 13:45:19 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/housekeeping-agent:2a10eeb
sha256:8b4d0aa38f3f61a62a4d492ed6e6a3890bd9d69979e6717df3a426b26d357e30

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:a048a60441af3e0c5f014cdd70fb1b41ed21d1215d81025e9f08ec3de10ecb2e in /usr/local/bin/
COPY file:23d40c114826690109154a1092ee1d868c21ba88c1ba3df92f02c2fb19a663d1 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-16 13:45:19 +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