sha256:b726da4fe97ec809d4cdaa25f034497d08a02b5edf2717f92fef46ef12272c3e
OS/ARCH
linux/amd64
Compressed size
499.03 MB
Last pushed
7 months by sptmru
Type
Image
Manifest digest
sha256:b726da4fe97ec809d4cdaa25f034497d08a02b5edf2717f92fef46ef12272c3e
Image Layers
1# debian.sh --arch 'amd64' out/46.24 MB2RUN /bin/sh -c set -eux;22.92 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.69 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=20.20.00 B7RUN /bin/sh -c ARCH= &&46.17 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit452 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /usr/src/app133 B14COPY package*.json ./ # buildkit49.81 KB15RUN /bin/sh -c npm install119.18 MB16COPY . . # buildkit159.36 KB17RUN /bin/sh -c npm run19.06 KB18COPY .env.example ./build/.env # buildkit543 B19COPY 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' '@1769990400'