Block a user
albumwerk-control (v0.2.2)
Published 2026-09-02 13:17:31 +02:00 by robinmeister
Installation
docker pull gitea.robinhm.de/robinmeister/albumwerk-control:v0.2.2sha256:95957ef4628bed3f783b45f0842e00628e450c23ce819f64b6a3be952d5122a4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9cb0836b4e | 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"] |