robinmeister
  • Joined on 2025-11-02

albumwerk-control (v0.2.0)

Published 2026-09-02 12:50:32 +02:00 by robinmeister

Installation

docker pull gitea.robinhm.de/robinmeister/albumwerk-control:v0.2.0
sha256:aca5bf3a79ddd977d0abc2de06165313b9d16868b92376b2029a5f5b78eaa8bc

Images

Digest OS / Arch Size
f88fa1673d 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:50:32 +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