Block a user
forgeflow/notification-agent (b95737c)
Published 2026-01-16 17:58:23 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/notification-agent:b95737csha256:262a2df3ada999129cbeab2d1122f3409c2ab533735a290b87b7768eaf8c0869
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000' |
| /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:c4111d343ae4caf32a4f9fc1875ea4709a39e438166ccf0f107857cbad8ac8e5 in /usr/local/bin/ |
| COPY file:07fe412b609cde9c46dcabef74fb291bf4240e806a4f550f799942af9cfeaf43 in /etc/forgeflow/notification-agent.toml |
| ENV FORGEFLOW_CONFIG=/etc/forgeflow/notification-agent.toml |
| ENV RUST_LOG=info |
| USER forgeflow |
| EXPOSE 8093 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8093/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/notification-agent"] |