rs-trafilatura-loader (0.1)

Published 2026-06-24 23:52:45 +05:30 by pratik in pratik/rs-trafilatura-loader

Installation

docker pull git.pratik.live/pratik/rs-trafilatura-loader:0.1
sha256:ed7c2290f802bbdb6d9551c32a84ca29864f8cd5a77f4318ff49e6962bef28fc

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
USER nobody
COPY /app/target/release/rs-trafilatura-loader /usr/local/bin/ # buildkit
ENV HOST=0.0.0.0
ENV PORT=8100
ENV FETCH_TIMEOUT_SECS=15
ENV RUST_LOG=rs_trafilatura_loader=info,actix_web=warn
EXPOSE [8100/tcp]
ENTRYPOINT ["rs-trafilatura-loader"]
Details
Container
2026-06-24 23:52:45 +05:30
12
OCI / Docker
linux/amd64
39 MiB
Versions (2) View all
0.1 2026-06-24
latest 2026-06-24