songbook (sha256:27d19ad1d52cbb7c0a8006fc1cd8b2ca9d6fa2103f50c2339bbf163fdda40b8d)

Published 2026-09-07 00:01:20 +00:00 by isabella in isabella/songbook

Installation

docker pull forgejo.isbl.cz/isabella/songbook@sha256:27d19ad1d52cbb7c0a8006fc1cd8b2ca9d6fa2103f50c2339bbf163fdda40b8d
sha256:27d19ad1d52cbb7c0a8006fc1cd8b2ca9d6fa2103f50c2339bbf163fdda40b8d

Image layers

# debian.sh --arch 'arm64' out/ 'stable' '@1775433600'
ARG PNPM_VERSION
ARG PNPM_SHA256_AMD64
ARG PNPM_SHA256_ARM64
ARG TARGETARCH
ENV PNPM_HOME=/pnpm
ENV PATH=/pnpm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |4 PNPM_VERSION=12.3.4 PNPM_SHA256_AMD64=9705e5704b4679fb503c963a18d1ac4f105e39aafafca8a2ed346facdf820cd0 PNPM_SHA256_ARM64=95e71a2a30bbc0b77511f95cf096779068dcad6ffcbbfdf0cd4dde9de2b2b97c TARGETARCH=arm64 /bin/sh -c set -eu; test -n "$PNPM_VERSION"; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl libatomic1; rm -rf /var/lib/apt/lists/*; case "$TARGETARCH" in amd64) arch=x64; expected_sha="$PNPM_SHA256_AMD64" ;; arm64) arch=arm64; expected_sha="$PNPM_SHA256_ARM64" ;; *) echo "unsupported architecture: $TARGETARCH" >&2; exit 1 ;; esac; test -n "$expected_sha" || { echo "missing PNPM_SHA256_* build-arg for $TARGETARCH" >&2; exit 1; }; mkdir -p /opt/pnpm "$PNPM_HOME/bin"; chmod -R a+rwX "$PNPM_HOME"; curl -fsSL --retry 3 --retry-delay 2 -o /tmp/pnpm.tgz "https://github.com/pnpm/pnpm/releases/download/v${PNPM_VERSION}/pnpm-linux-${arch}.tar.gz"; actual_sha="$(sha256sum /tmp/pnpm.tgz | awk '{print $1}')"; test "$actual_sha" = "$expected_sha" || { echo "sha256 mismatch for pnpm-linux-${arch}.tar.gz: expected $expected_sha, got $actual_sha" >&2; exit 1; }; tar -xzf /tmp/pnpm.tgz -C /opt/pnpm; rm /tmp/pnpm.tgz; ln -s /opt/pnpm/pnpm /usr/local/bin/pnpm; installed="$(pnpm --version)"; test "$installed" = "$PNPM_VERSION" || { echo "pnpm version mismatch: expected $PNPM_VERSION, got $installed" >&2; exit 1; } # buildkit
WORKDIR /app
RUN /bin/sh -c pnpm runtime set node 26 -g # buildkit
WORKDIR /app
COPY /app/backend-deploy ./ # buildkit
COPY /app/frontend/dist ./public # buildkit
ENV PUBLIC_DIR=/app/public
ENV DOCKER=true
EXPOSE [5512/tcp]
CMD ["node" "src/index.ts"]

Labels

Key Value
org.opencontainers.image.created 2026-09-06T23:59:52Z
org.opencontainers.image.revision f17e9418bc2fa7c855caea7324b68afb7aaaa831
org.opencontainers.image.source https://forgejo.isbl.cz/isabella/songbook.git
org.opencontainers.image.url https://forgejo.isbl.cz/isabella/songbook
Details
Container
2026-09-07 00:01:20 +00:00
3
OCI / Docker
linux/arm64
146 MiB
Versions (6) View all
latest 2026-09-10
sha-8976d3f2 2026-09-10
sha-4fdd6b85 2026-09-07
sha-f17e9418 2026-09-07
sha-ece42ed6 2026-09-06