dw3-ingestion (sha256:e6d5267570a5861ae43375ff060fddc0426fb05c8ca048edf9ef4ffa7e79afbd)
Published 2026-01-30 17:13:35 +01:00 by yorch
Installation
docker pull forge.yorch.xyz/yorch/dw3-ingestion@sha256:e6d5267570a5861ae43375ff060fddc0426fb05c8ca048edf9ef4ffa7e79afbdsha256:e6d5267570a5861ae43375ff060fddc0426fb05c8ca048edf9ef4ffa7e79afbdImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates tzdata && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd -m appuser # buildkit |
| WORKDIR /app |
| COPY /app/target/release/dw3-ingestion /usr/local/bin/dw3-ingestion # buildkit |
| USER appuser |
| ENTRYPOINT ["dw3-ingestion"] |