sha256:be24ce3f3560ab3c8ccbfde4ec2f3512638c734d7040122d100e69c1c8e54eee
OS/ARCH
Compressed size
83.88 MB
Last pushed
10 months by dockersamplesbuildbot
Type
Image
Manifest digest
sha256:1ce2decbf6a4929437d03ceef0f4a629405624af2f0e57a91b37734ad7c4189b
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.11.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.83 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /usr/local/app134 B11RUN /bin/sh -c apt update3.26 MB12COPY package* ./ # buildkit11.05 KB13RUN /bin/sh -c npm install5.34 MB14COPY ./src ./src # buildkit2.04 KB15ENV NODE_ENV=production0 B16CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'