sha256:3c3a09b6d5b87038691c6f466c79cf03818d3877871407fcf5bd20d0c24d350e
OS/ARCH
linux/amd64
Compressed size
109.17 MB
Last pushed
7 days by kailima
Type
Image
Manifest digest
sha256:07934a640d396db36c396b170389b511599b73ca321ee14d32a5c0be740c4eb7
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c corepack enable55.59 KB11WORKDIR /app93 B12ENV NODE_ENV=production0 B13COPY /app/node_modules ./node_modules # buildkit32.9 MB14COPY /app/dist ./dist # buildkit27.26 KB15COPY package.json ./ # buildkit620 B16CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'