sha256:85ce347ad7b11a7e324ca64e38b0701bc6fb739bfcbb67a3b4657ef36939e623
OS/ARCH
Compressed size
125.38 MB
Last pushed
5 months by codefreshdevops
Type
Image
Manifest digest
sha256:1365db6a3a6a2197411f144bff1066fe6b9bafaf7fbf9b6bd211835f762d9c51
Image Layers
1# debian.sh --arch 'arm64' out/27.86 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.13.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.94 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app91 B11RUN /bin/sh -c npm uninstall546.94 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 # buildkit340 B17COPY src src # buildkit2.55 KB18CMD ["node" "/app/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1769990400'