• Joined on 2026-01-11

forgeflow/news-agent (b317788)

Published 2026-01-12 17:18:43 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/forgeflow/news-agent:b317788
sha256:e5c409929c125b0e724724ccd72198660742d67a68d7b1e89fc7db0b744747c2

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd -r -s /bin/false forgeflow # buildkit
RUN /bin/sh -c mkdir -p /etc/forgeflow /var/log/forgeflow && chown -R forgeflow:forgeflow /var/log/forgeflow # buildkit
COPY /build/target/release/data-agent-news /usr/local/bin/ # buildkit
COPY data-agent/config.news.toml /etc/forgeflow/data-agent-news.toml # buildkit
ENV FORGEFLOW_CONFIG=/etc/forgeflow/data-agent-news.toml
ENV RUST_LOG=info
USER forgeflow
EXPOSE map[8089/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8089/health || exit 1"] "30s" "5s" "10s" '\x03'}
ENTRYPOINT ["/usr/local/bin/data-agent-news"]
Details
Container
2026-01-12 17:18:43 +00:00
1
OCI / Docker
linux/amd64
38 MiB
Versions (5) View all
latest 2026-01-29
57587e5 2026-01-15
493c36b 2026-01-14
8011a3b 2026-01-14
b317788 2026-01-12