Block a user
pubshare (v0.0.2)
Published 2026-08-05 18:29:46 +00:00 by ilvoen
Installation
docker pull git.lojr.de/ilvoen/pubshare:v0.0.2sha256:c67dca31c8324744b0b590a7a995c2cfbfdba64e62008768a77ac5ea0478cff9
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6ee4d392aa | linux/amd64 | 36 MiB |
| 4aaee3c93c | linux/arm64 | 36 MiB |
| 2f48a3e4e9 | linux/arm/v7 | 35 MiB |
| a850e29881 | linux/386 | 36 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache libstdc++ inotify-tools bash rsync # buildkit |
| RUN /bin/sh -c wget -q https://github.com/jgm/pandoc/releases/download/3.1.11/pandoc-3.1.11-linux-amd64.tar.gz && tar -xzf pandoc-3.1.11-linux-amd64.tar.gz && mv pandoc-3.1.11/bin/pandoc /usr/local/bin/ && rm -rf pandoc-3.1.11-linux-amd64.tar.gz pandoc-3.1.11 && chmod +x /usr/local/bin/pandoc # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |