Block a user
pubshare (v0.0.10)
Published 2026-08-07 11:39:14 +00:00 by ilvoen
Installation
docker pull git.lojr.de/ilvoen/pubshare:v0.0.10sha256:9ea54019858907f88f2c79676348020a1015df73b658ed7f25403f9033f0c77b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 644cba196d | linux/amd64 | 36 MiB |
| 265896274c | linux/arm64 | 36 MiB |
| ef113cc32a | linux/arm/v7 | 35 MiB |
| 7b714ec5e1 | 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"] |