• Joined on 2026-01-11

forgeflow/news-notification-agent (2a10eeb)

Published 2026-04-16 14:01:38 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/news-notification-agent:2a10eeb
sha256:5754b31d5958d0ba99be383cbbe9f05cb7980047a29d913439bd507166cb17c7

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"]
Details
Container
2026-04-16 14:01:38 +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