anyame-frontend-vue (sha256:f992b74c3f0d2dc12cb848e74a6784764d54c53915a5322497f5a198f48317ff)
Installation
docker pull git.bivashy.dev/anyame/anyame-frontend-vue@sha256:f992b74c3f0d2dc12cb848e74a6784764d54c53915a5322497f5a198f48317ffsha256:f992b74c3f0d2dc12cb848e74a6784764d54c53915a5322497f5a198f48317ffImage layers
| # debian.sh --arch 'amd64' 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.5.1 PNPM_SHA256_AMD64=5a397dfb6b3d4b07d3d7769586aeb471048faf04299a492e2808b95a9a1c701f PNPM_SHA256_ARM64=84e1290e82c800acd406b6db27e9650e15db3c2344d12162cc305ea1f942c6ff TARGETARCH=amd64 /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 24 -g # buildkit |
| WORKDIR /app |
| COPY /app/node_modules /app/node_modules # buildkit |
| COPY /app/.output /app/.output # buildkit |
| EXPOSE [3000/tcp] |
| CMD ["node" "/app/.output/server/index.mjs"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-09-22T14:38:32Z |
| org.opencontainers.image.revision | 4e2c0471a164480e62116ef46d3ec93258bbbcac |
| org.opencontainers.image.source | https://git.bivashy.dev/anyame/anyame-frontend-vue.git |
| org.opencontainers.image.url | https://git.bivashy.dev/anyame/anyame-frontend-vue |
Details
2026-09-22 14:40:25 +00:00
Versions (8)
View all
Container
0
OCI / Docker
linux/amd64
233 MiB
latest
2026-09-22
3652b2a76ff70093b28398c9310f1029e4ac6d47
2026-09-22
4e2c0471a164480e62116ef46d3ec93258bbbcac
2026-09-22
7dba9dffac07792dcf79e04d272836b12843b778
2026-09-17
e585eba851cf35a8378dbc0dfcdd38e8a4317e86
2026-09-17