sha256:c9cc3e608c51767645593e9fdaf26e6af329ba2bf8917148aeebe6eeec569dc9
OS/ARCH
linux/amd64
Compressed size
348.67 MB
Last pushed
3 months by wgtechlabs
Type
Image
Manifest digest
sha256:10f30f0c658da458e8433de5bd4ce9aa8f29b9ed4d87e4538db7aed3371bf66e
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.10 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/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update12.87 MB11WORKDIR /usr/src/app134 B12ENV NODE_ENV=production NODE_OPTIONS=--enable-source-maps0 B13RUN /bin/sh -c rm -rf245 B14RUN /bin/sh -c groupadd --gid3.28 KB15COPY --chown=nodejs:nodejs package.json ./ #678 B16COPY --chown=nodejs:nodejs /usr/src/app/node_modules ./node_modules #259.3 MB17COPY --chown=nodejs:nodejs /usr/src/app/dist ./dist #302.3 KB18USER nodejs0 B19EXPOSE [3000/tcp]0 B20HEALTHCHECK {Test:[CMD-SHELL node -e "require('node:http').get('http://localhost:3000/health',0 B21ENTRYPOINT ["dumb-init" "--"]0 B22CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'