Block a user
albumwerk (v0.3.2)
Published 2026-09-02 12:03:14 +02:00 by robinmeister
Installation
docker pull gitea.robinhm.de/robinmeister/albumwerk:v0.3.2sha256:ef6dca123a1e0ea40a0cd319c64a377ba0a0f1d772ae7ad1f2180cac177a13c3
sha256:7c4fbdbc8f8c940d34478ea711694ebaed44a5468406033011a6cd34c52e9549
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 517dd15e83 | linux/amd64 | 40 MiB |
| 84622d3a5c | linux/arm64 | 40 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 |
| ARG APP_VERSION=0.3.2 |
| ARG TARGETARCH=amd64 |
| 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.2 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.2 TARGETARCH=amd64 /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.2 TARGETARCH=amd64 /bin/sh -c chmod +x /pb/docker-entrypoint.sh # buildkit |
| ENV APP_VERSION=0.3.2 |
| 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.2 |