robinmeister
  • Joined on 2025-11-02

albumwerk-control (v0.2.1)

Published 2026-09-02 12:53:13 +02:00 by robinmeister

Installation

docker pull gitea.robinhm.de/robinmeister/albumwerk-control:v0.2.1
sha256:155ad26fb31db1816b7853a37a149eb1a781d36db4104affe674da0dce03772f

Images

Digest OS / Arch Size
204f35bac6 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"]
Details
Container
2026-09-02 12:53:13 +02:00
0
OCI / Docker
Versions (11) View all
v0.6.0 2026-09-10
v0.5.2 2026-09-03
v0.5.1 2026-09-02
v0.5.0 2026-09-02
v0.4.1 2026-09-02