• Joined on 2026-01-11

forgeflow/alert-scanner (2a10eeb)

Published 2026-04-16 13:32:53 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/alert-scanner:2a10eeb
sha256:746668caf4c848613a5e7f29f9e18cab154883516bb3068faf76ec4b7161f3cd

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:dce180a31d74311ed72728d60d62415b51783086398021d72e1adb1f4726c6d5 in /usr/local/bin/
COPY file:e823560ccea908057733dc8e8f0ba30658754d98e3343fd1ac5dbffcea678539 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-04-16 13:32:53 +00:00
1
OCI / Docker
linux/amd64
38 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