Block a user
albumwerk-control (v0.4.0)
Published 2026-09-02 14:48:31 +02:00 by robinmeister
Installation
docker pull gitea.robinhm.de/robinmeister/albumwerk-control:v0.4.0sha256:abe42294a89c740c3c6fe5c8608cc324ea442708f47dc2cfb4b76effa25c42d5
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 094aa0c0f2 | 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"] |