• Joined on 2026-01-11

forgeflow/alert-scanner (54ad958)

Published 2026-01-13 13:50:27 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/alert-scanner:54ad958
sha256:bfe6a1f905d975a7553e8e2f544e6e9b9d4b9e4991bd81367732a5b1217741e4

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:d9337fab6c4985f72ad4611c167a2bed4eff2cc973146ef45aa0e5def476691f in /usr/local/bin/
COPY file:1e9db8e1ded0ed3bd5ee8bd8f261b266aee5153bb2f10f50057a4f77af65408e in /etc/forgeflow/alert-scanner.toml
ENV FORGEFLOW_CONFIG=/etc/forgeflow/alert-scanner.toml
ENV RUST_LOG=info
USER forgeflow
EXPOSE 8084
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8084/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["/usr/local/bin/alert-scanner"]
Details
Container
2026-01-13 13:50:27 +00:00
0
OCI / Docker
linux/amd64
37 MiB
Versions (10) View all
2a10eeb 2026-04-16
latest 2026-04-16
024b798 2026-04-15
b70cf79 2026-04-07
60ee874 2026-04-02