Block a user
pi-archiver (latest)
Published 2026-05-03 10:50:20 -05:00 by cottongin
Installation
docker pull code.cottongin.xyz/cottongin/pi-archiver:latestsha256:1e842e83d3dc5e32473c0a0b9f0ab43786b9f1156e00e0c4ee837dba4e44b0ff
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f21bcef6d6 | linux/amd64 | 39 MiB |
| 9ce9367f2b | linux/arm64 | 38 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| ARG TARGETARCH=amd64 |
| COPY dist/pi-archiver-linux-amd64 /usr/local/bin/pi-archiver # buildkit |
| RUN |1 TARGETARCH=amd64 /bin/sh -c chmod +x /usr/local/bin/pi-archiver # buildkit |
| RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/api/stats || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| RUN |1 TARGETARCH=amd64 /bin/sh -c mkdir -p /data # buildkit |
| EXPOSE [8080/tcp] |
| VOLUME [/data] |
| CMD ["pi-archiver" "serve" "--data-dir" "/data"] |