Block a user
forgeflow/news-notification-agent (b70cf79)
Published 2026-04-07 11:43:11 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/news-notification-agent:b70cf79sha256:ac8ef1ba5a5973e49684a605096b5355bf45314e73c1a77b59c4eb70fc692313
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:5a887436ed2383c48e5bec2867223abb7af003082c33b5e1d4f02c6a983a5e31 in /usr/local/bin/ |
| COPY file:c283c0037758c17c3b10b3d9051ef04cb2db6f199da6d97d9c4dbc766d1a9669 in /etc/forgeflow/news-notification-agent.toml |
| ENV FORGEFLOW_CONFIG=/etc/forgeflow/news-notification-agent.toml |
| ENV RUST_LOG=info |
| USER forgeflow |
| EXPOSE 8102 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8102/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/news-notification-agent"] |