Block a user
forgeflow/bar-aggregator (b70cf79)
Published 2026-04-07 11:32:13 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/bar-aggregator:b70cf79sha256:cf7376c554ba132b33b3ee3c4ced118531244b19261539382ac43b711f92b64f
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:d3b6ae356017ff4ffee23dc7406ae9a3b452e94b7be8411e177d5636a0b1ea59 in /usr/local/bin/ |
| COPY file:d9e1f67f66b699d9dd356d5aeb4006d6038dac36eca672194c934f759625a654 in /etc/forgeflow/bar-aggregator.toml |
| ENV FORGEFLOW_CONFIG=/etc/forgeflow/bar-aggregator.toml |
| ENV RUST_LOG=info |
| USER forgeflow |
| EXPOSE 8090 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8090/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/bar-aggregator"] |