robinmeister
  • Joined on 2025-11-02

albumwerk (v0.3.4)

Published 2026-09-03 10:26:32 +02:00 by robinmeister

Installation

docker pull gitea.robinhm.de/robinmeister/albumwerk:v0.3.4
sha256:4cb18d8bfefff1acc22648f6e39f82ea79f597169d8db705311c220063b90065
sha256:74c06649c33d8592107926390646afe783dfc471415da7ed3ae9c20fc7a39a1d

Images

Digest OS / Arch Size
8e33a487ce linux/amd64 40 MiB
ca295597b3 linux/arm64 40 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG PB_VERSION=0.39.4
ARG APP_VERSION=0.3.4
ARG TARGETARCH=arm64
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.3.4 org.opencontainers.image.source=https://gitea.robinhm.de/robinmeister/kathis_platform org.opencontainers.image.licenses=PolyForm-Noncommercial-1.0.0
RUN |3 PB_VERSION=0.39.4 APP_VERSION=0.3.4 TARGETARCH=arm64 /bin/sh -c apk add --no-cache ca-certificates unzip imagemagick imagemagick-jpeg imagemagick-webp imagemagick-heic ttf-dejavu fontconfig && case "${TARGETARCH:-$(uname -m)}" in amd64|x86_64) PB_ARCH=amd64 ;; arm64|aarch64) PB_ARCH=arm64 ;; *) echo "PocketBase: nicht unterstützte Architektur '${TARGETARCH:-$(uname -m)}'" >&2; exit 1 ;; esac && wget -q "https://github.com/pocketbase/pocketbase/releases/download/v${PB_VERSION}/pocketbase_${PB_VERSION}_linux_${PB_ARCH}.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 /app/dist /pb/pb_public # buildkit
COPY docker-entrypoint.sh /pb/docker-entrypoint.sh # buildkit
RUN |3 PB_VERSION=0.39.4 APP_VERSION=0.3.4 TARGETARCH=arm64 /bin/sh -c chmod +x /pb/docker-entrypoint.sh # buildkit
ENV APP_VERSION=0.3.4
ENV MAGICK_THREAD_LIMIT=1
EXPOSE [8090/tcp]
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.3.4
Details
Container
2026-09-03 10:26:32 +02:00
2
OCI / Docker
Versions (10) View all
latest 2026-09-10
v0.3.6 2026-09-10
v0.3.5 2026-09-03
v0.3.4 2026-09-03
v0.3.3 2026-09-03