sha256:3798092299f2252ae474b256eedf9ae89e6ed4253d97daa61901cac2cd6d1b19
OS/ARCH
Compressed size
90.11 MB
Last pushed
over 1 year by codefreshdevops
Type
Image
Manifest digest
sha256:1bf51976bf1f6736a7552da90d74c73f0a19c3addffe12544a792913c89edb37
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.14.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.08 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 uninstall552.61 KB12USER node0 B13COPY --chown=node:node /app/node_modules node_modules #14.94 MB14COPY index.js index.js # buildkit656 B15COPY src src # buildkit1.1 KB16CMD ["node" "/app/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'