sha256:aaf559c043e83b95e84fc5d41868d694dc44e22d4c902bbcfdf1102758bcd062
OS/ARCH
Compressed size
83.28 MB
Last pushed
9 months by dockersamplesbuildbot
Type
Image
Manifest digest
sha256:66b637c1072c262c1ea014e703b79e088afd32fb7877c0575b436a1ade2398bf
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c groupadd --gid3.23 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/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /usr/local/app133 B11COPY api/package* ./ # buildkit13.44 KB12ENV NODE_ENV=production0 B13RUN /bin/sh -c npm ci3.11 MB14COPY api/src ./src # buildkit2.63 KB15COPY /usr/local/app/dist ./public # buildkit4.89 MB16EXPOSE [3000/tcp]0 B17USER 10000 B18CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1765152000'