Block a user
forgeflow/alpaca-news-agent (2a10eeb)
Published 2026-04-16 13:32:42 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/alpaca-news-agent:2a10eebsha256:30b381a45598e521148e19d714e1d7a8c50abd247584a83306a10b3fdb247c5d
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/lib/forgeflow /var/log/forgeflow && chown -R forgeflow:forgeflow /var/lib/forgeflow /var/log/forgeflow |
| COPY file:48dc29f5601bddf04ad4f9da946d8c507d6e5e4afcdad359c3abd7d5a6aa66ac in /usr/local/bin/ |
| COPY file:acc706b6bb368896ecbf98067a813fdcc6918aa3dc9757d973ef186753aa8dd5 in /etc/forgeflow/alpaca-news-agent.toml |
| ENV FORGEFLOW_CONFIG=/etc/forgeflow/alpaca-news-agent.toml |
| ENV RUST_LOG=info |
| USER forgeflow |
| EXPOSE 8098 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8098/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/alpaca-news-agent"] |