sha256:4f58ffa8a48b5d19108213df244e5ff7090c075dd598283b474c6be3ab0e01fc
OS/ARCH
linux/amd64
Compressed size
500.25 MB
Last pushed
over 1 year by sptmru
Type
Image
Manifest digest
sha256:4f58ffa8a48b5d19108213df244e5ff7090c075dd598283b474c6be3ab0e01fc
Image Layers
1# debian.sh --arch 'amd64' out/46.23 MB2RUN /bin/sh -c set -eux;22.94 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.54 MB5RUN /bin/sh -c groupadd --gid3.24 KB6ENV NODE_VERSION=22.13.10 B7RUN /bin/sh -c ARCH= &&53.13 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/app132 B14COPY package*.json ./ # buildkit46.46 KB15RUN /bin/sh -c npm install113.08 MB16COPY . . # buildkit185 KB17RUN /bin/sh -c npm run500.71 KB18COPY .env.example ./build/.env # buildkit541 B19COPY docker-entrypoint.sh . # buildkit32 B20RUN /bin/sh -c chmod +x863 B21ENTRYPOINT ["/usr/src/app/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'