sha256:0a293c6bbeaa3341df3f6deb98ee3fd6735b11dee5b90832c5800c46231e7331
OS/ARCH
linux/amd64
Compressed size
507.41 MB
Last pushed
almost 2 years by sptmru
Type
Image
Manifest digest
sha256:0a293c6bbeaa3341df3f6deb98ee3fd6735b11dee5b90832c5800c46231e7331
Image Layers
1# debian.sh --arch 'amd64' out/46.25 MB2RUN /bin/sh -c set -eux;22.76 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.52 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=20.18.10 B7RUN /bin/sh -c ARCH= &&45.99 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /usr/src/app133 B14COPY package*.json ./ # buildkit48.9 KB15RUN /bin/sh -c npm install128.03 MB16COPY . . # buildkit169.97 KB17RUN /bin/sh -c npm run36.74 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 'amd64' out/ 'bookworm' '@1733097600'