sha256:5bf734ffea8f3bb9cdafeabbdcff7f26a2db68552cf7a91d48a5eff2699a57a8
OS/ARCH
Compressed size
78.76 MB
Last pushed
12 months by codefreshdevops
Type
Image
Manifest digest
sha256:c18f6e5f4f00e4d09f90716e41002d17b234235fe4a248820415b054209ddddf
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.23 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 B10WORKDIR /app93 B11RUN /bin/sh -c npm uninstall548.03 KB12USER node0 B13COPY --chown=node:node /app/node_modules node_modules #2.56 MB14COPY index.js index.js # buildkit259 B15COPY src src # buildkit2.6 KB16CMD ["node" "/app/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1759104000'