Block a user
forgeflow/notification-agent (b70cf79)
Published 2026-04-07 11:44:01 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/notification-agent:b70cf79sha256:08031196c6569f37d4ba7001e64ca32a6ee0fce461143b3855615e528dbb7d23
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:510fd5d1c15dbf8bf093adfb941a425fcd685f6c2bc6fc2e712f4128929307a1 in /usr/local/bin/ |
| COPY file:616914d9c7bb7e456cf60bb6e9577cc159da2e58d99f1f8d2c1d22ab56820a75 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"] |