Block a user
albumwerk-control (v0.5.0)
Published 2026-09-02 15:07:11 +02:00 by robinmeister
Installation
docker pull gitea.robinhm.de/robinmeister/albumwerk-control:v0.5.0sha256:89e488b482c131d766e226a91183a691e0d0d3ee69919811f33f6129f5e32da0
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 38df9d9c1f | linux/amd64 | 16 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG PB_VERSION=0.39.4 |
| RUN |1 PB_VERSION=0.39.4 /bin/sh -c apk add --no-cache ca-certificates unzip && wget -q "https://github.com/pocketbase/pocketbase/releases/download/v${PB_VERSION}/pocketbase_${PB_VERSION}_linux_amd64.zip" -O /tmp/pb.zip && unzip -q /tmp/pb.zip -d /pb && rm /tmp/pb.zip && apk del unzip # buildkit |
| COPY pb_migrations /pb/pb_migrations # buildkit |
| COPY pb_hooks /pb/pb_hooks # buildkit |
| COPY pb_public /pb/pb_public # buildkit |
| COPY docker-entrypoint.sh /pb/docker-entrypoint.sh # buildkit |
| RUN |1 PB_VERSION=0.39.4 /bin/sh -c chmod +x /pb/docker-entrypoint.sh # buildkit |
| EXPOSE [8090/tcp] |
| VOLUME [/pb/pb_data] |
| ENTRYPOINT ["/pb/docker-entrypoint.sh"] |