sha256:8d2577d9f0e8beb48037408763007cb11ca2459109464ba2158dea75851898e5
OS/ARCH
Compressed size
105.78 MB
Last pushed
9 months by miguerubsk
Type
Image
Manifest digest
sha256:94e2096925e9d0af34d707a2a09f5816484300d52222129bbfd0b77f0b995a6f
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.60 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.09 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV NODE_ENV=production0 B11WORKDIR /app93 B12RUN /bin/sh -c groupadd -r1.11 KB13COPY /app/package*.json ./ # buildkit18.38 KB14RUN /bin/sh -c npm install32.35 MB15USER appuser0 B16COPY /app/dist ./dist # buildkit5.77 MB17EXPOSE [3000/tcp]0 B18CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'