sha256:ab2c3b058d47db9725f8a5d921a36fd056cccffbb123c87a9e621ebe090af3b6
OS/ARCH
Compressed size
129.72 MB
Last pushed
4 months by codefreshdevops
Type
Image
Manifest digest
sha256:b8f304c763ee7935257d4d5421ec9e53f6ec84c7c50a1bdd637a306c5d15b95b
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.37 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 B10WORKDIR /app93 B11RUN /bin/sh -c npm uninstall488.69 KB12USER node0 B13COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit121.37 KB14COPY --chown=node:node /usr/local/bin/cosign /usr/local/bin/cosign #52.13 MB15COPY --chown=node:node /app/node_modules node_modules #191.21 KB16COPY index.js index.js # buildkit334 B17COPY src src # buildkit2.55 KB18CMD ["node" "/app/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'