sha256:5e4d78dadf2aee3e91052c3383e7ff45761c97c677f6ac9f89bc0b349e8e1ad1
OS/ARCH
linux/arm64
Compressed size
311.7 MB
Last pushed
7 months by moppie
Type
Image
Manifest digest
sha256:6785f9be4e71a34d83329bf60e25fe574a69c521a8430626fc18c243e408fc3b
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.22.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.31 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update2.53 MB12ENV NODE_ENV=production0 B13COPY /app/public ./public # buildkit1.48 MB14COPY /app/.next ./.next # buildkit3.82 MB15COPY /app/node_modules ./node_modules # buildkit228.11 MB16COPY /app/package.json ./package.json # buildkit560 B17COPY /app/prisma ./prisma # buildkit2.96 KB18COPY /app/scripts ./scripts # buildkit1.03 KB19EXPOSE [3000/tcp]0 B20ENV PORT=30000 B21ENV HOSTNAME=0.0.0.00 B22CMD ["npm" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1769990400'