Block a user
albumwerk (v0.1.0)
Published 2026-07-21 18:02:43 +02:00 by robinmeister
Installation
docker pull gitea.robinhm.de/robinmeister/albumwerk:v0.1.0sha256:21f7d283b8953cb0e2a7503e2784fa34b7f9737be4be0d83050e36d588cafd86
About this package
Albumwerk — self-hostbare Kundenalben & Bildverkauf für Fotografen. 0 % Kommission, DSGVO-freundlich
Image Layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG PB_VERSION=0.39.4 |
| ARG APP_VERSION=dev |
| LABEL org.opencontainers.image.title=Albumwerk org.opencontainers.image.description=Albumwerk — self-hostbare Kundenalben & Bildverkauf für Fotografen. 0 % Kommission, DSGVO-freundlich org.opencontainers.image.version=0.1.0 org.opencontainers.image.source=https://gitea.robinhm.de/robinmeister/kathis_platform org.opencontainers.image.licenses=PolyForm-Noncommercial-1.0.0 |
| |2 APP_VERSION=0.1.0 PB_VERSION=0.39.4 /bin/sh -c apk add --no-cache ca-certificates unzip imagemagick imagemagick-jpeg imagemagick-webp imagemagick-heic ttf-dejavu fontconfig && 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 |
| COPY dir:3fd574a1bd0bd29ad8793cedcb7e6c3f8c20d6c837cc025bb8e1462d98a594c5 in /pb/pb_migrations |
| COPY dir:b41c839acc7859808ece736f28bdd77858825f5a468c87c8ef7d41c7d3f0c0ac in /pb/pb_hooks |
| COPY dir:935903c91cb16abd4e19252e465ee25f185cc42603c1ed064903987725273085 in /pb/pb_public |
| COPY file:01c2d4c8ab89d019756c7254e525b84359426912b01b81272a88a6f5f887b452 in /pb/docker-entrypoint.sh |
| |2 APP_VERSION=0.1.0 PB_VERSION=0.39.4 /bin/sh -c chmod +x /pb/docker-entrypoint.sh |
| EXPOSE 8090 |
| VOLUME [/pb/pb_data] |
| ENTRYPOINT ["/pb/docker-entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Albumwerk — self-hostbare Kundenalben & Bildverkauf für Fotografen. 0 % Kommission, DSGVO-freundlich |
| org.opencontainers.image.licenses | PolyForm-Noncommercial-1.0.0 |
| org.opencontainers.image.source | https://gitea.robinhm.de/robinmeister/kathis_platform |
| org.opencontainers.image.title | Albumwerk |
| org.opencontainers.image.version | 0.1.0 |