robinmeister
  • Joined on 2025-11-02

albumwerk (v0.3.3)

Published 2026-09-03 09:42:11 +02:00 by robinmeister

Installation

docker pull gitea.robinhm.de/robinmeister/albumwerk:v0.3.3
sha256:a4e5d3dc1a9158e9555ac7fb183b8a053e311bbaeedf9a8035369dd06575548d
sha256:90974e8911b37dfd9c7e972b10fb83ebea05b53ea81392f1e22f6419195e13da

Images

Digest OS / Arch Size
e3e270a83e linux/amd64 40 MiB
0136267fd0 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.3
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.3 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.3 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.3 TARGETARCH=arm64 /bin/sh -c chmod +x /pb/docker-entrypoint.sh # buildkit
ENV APP_VERSION=0.3.3
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.3
Details
Container
2026-09-03 09:42:11 +02:00
0
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