sha256:3c8e48b3a917c928673ce872428463cf7963604ae1eaa3a78d7d0ccb10f03986
OS/ARCH
Compressed size
126.16 MB
Last pushed
4 months by codefreshdevops
Type
Image
Manifest digest
sha256:fc83d7de22255994b03901ceda8ba6ea86afa3f3a5f705724e9b3c9d1e155565
Image Layers
1# debian.sh --arch 'arm64' out/27.86 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.16.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.78 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 uninstall484.4 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 # buildkit341 B17COPY src src # buildkit2.55 KB18CMD ["node" "/app/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'