sha256:01d12acd59bcd018d79fec5643f89db51d7a027308fc0c8e0da7eb025e7577e3
OS/ARCH
linux/arm64
Compressed size
500.26 MB
Last pushed
almost 2 years by sptmru
Type
Image
Manifest digest
sha256:01d12acd59bcd018d79fec5643f89db51d7a027308fc0c8e0da7eb025e7577e3
Image Layers
1# debian.sh --arch 'arm64' out/46.09 MB2RUN /bin/sh -c set -eux;22.32 MB3RUN /bin/sh -c set -eux;61.37 MB4RUN /bin/sh -c set -ex;193.3 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=20.18.10 B7RUN /bin/sh -c ARCH= &&45.96 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /usr/src/app134 B14COPY package*.json ./ # buildkit48.9 KB15RUN /bin/sh -c npm install129.78 MB16COPY . . # buildkit169.96 KB17RUN /bin/sh -c npm run36.75 KB18COPY .env.example ./build/.env # buildkit1.11 KB19COPY docker-entrypoint.sh . # buildkit32 B20RUN /bin/sh -c chmod +x32 B21ENTRYPOINT ["/usr/src/app/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1733097600'