sha256:6795302a653ea7c0d74139190f0de66c97af2f1ef16250ba765a596e52e6d4f6
OS/ARCH
linux/amd64
Compressed size
97.32 MB
Last pushed
11 months by fbongiovanni29
Type
Image
Manifest digest
sha256:6795302a653ea7c0d74139190f0de66c97af2f1ef16250ba765a596e52e6d4f6
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.21.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.19 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 apt-get update255.88 KB11RUN /bin/sh -c groupadd -g3.31 KB12WORKDIR /app93 B13COPY --chown=nodejs:nodejs /app/dist ./dist #77.77 KB14COPY --chown=nodejs:nodejs /app/node_modules ./node_modules #21.14 MB15COPY --chown=nodejs:nodejs /app/package*.json ./ #102.31 KB16RUN /bin/sh -c mkdir -p128 B17USER nodejs0 B18EXPOSE map[3000/tcp:{}]0 B19HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/health',0 B20ENTRYPOINT ["dumb-init" "--"]0 B21CMD ["node" "dist/web.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'