Block a user
forgeflow/news-notification-agent (024b798)
Published 2026-04-15 20:19:07 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/news-notification-agent:024b798sha256:716ee4337536b76abac414b23f9b0390d477c84d204187dde0babbe09a29cd71
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:9edb5bd842f70aaab749268fca2a81e5020744261d23a977ac34a3511a7db94f 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"] |