Block a user
pubshare (v0.0.4)
Published 2026-08-06 04:38:03 +00:00 by ilvoen
Installation
docker pull git.lojr.de/ilvoen/pubshare:v0.0.4sha256:7d6979372eaae0e20783fcc66ac7a7d5ed9f3c1e6ec3253c83f91173066121e1
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a57bda0b51 | linux/amd64 | 36 MiB |
| 747ac522fc | linux/arm64 | 36 MiB |
| 55f3711d9a | linux/arm/v7 | 35 MiB |
| d1d41634d0 | 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 assets /assets # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |