sha256:ab2c3b058d47db9725f8a5d921a36fd056cccffbb123c87a9e621ebe090af3b6
OS/ARCH
Compressed size
125.74 MB
Last pushed
4 months by codefreshdevops
Type
Image
Manifest digest
sha256:b75418faf3d1e7ac5e7b2b9880241c65cb7b102a6905989b54d0589599a12da3
Image Layers
1# debian.sh --arch 'arm64' out/27.87 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.35 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c npm uninstall489.02 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 #48.1 MB15COPY --chown=node:node /app/node_modules node_modules #191.2 KB16COPY index.js index.js # buildkit335 B17COPY src src # buildkit2.55 KB18CMD ["node" "/app/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1777939200'