sha256:d0f09428b74da4bcae581477db519e694669702bb42a55f4a7977014f2ed21b2
OS/ARCH
Compressed size
89.62 MB
Last pushed
over 1 year by codefreshdevops
Type
Image
Manifest digest
sha256:bff98c9faa1efb4293e4f71caeeb2fca962a22cb2c8d233e5e21e8e433e75735
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.14.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=45.76 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 /app92 B11RUN /bin/sh -c npm uninstall552.46 KB12USER node0 B13COPY --chown=node:node /app/node_modules node_modules #14.92 MB14COPY index.js index.js # buildkit653 B15COPY src src # buildkit1.1 KB16CMD ["node" "/app/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1743984000'