Block a user
pubshare (v0.0.9)
Published 2026-08-07 11:36:36 +00:00 by ilvoen
Installation
docker pull git.lojr.de/ilvoen/pubshare:v0.0.9sha256:01ab65eaa9ada5be551f0d1572f0db14b08d0c65ef23710250a04327a183c212
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ad6e2aa1b4 | linux/amd64 | 36 MiB |
| f72c5b7887 | linux/arm64 | 36 MiB |
| 0fb7ae58aa | linux/arm/v7 | 35 MiB |
| 3e9fb687e4 | linux/386 | 36 MiB |
Image Layers ( linux/386)
| ADD alpine-minirootfs-3.24.1-x86.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"] |