sha256:09136c23844c5a31c5d14b62d56416f08c9cc65447796475ff6e1d80b9c7cccd
OS/ARCH
Compressed size
95.81 MB
Last pushed
7 months by agilebeat
Type
Image
Manifest digest
sha256:d7d5645b536a66d886dcd0a8a8d02ceecf23214951ef33697d7706a1dcf1f8f5
Image Layers
1# debian.sh --arch 's390x' out/25.64 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.13.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.51 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c npm install11.76 MB12COPY /app/package.json /app/package-lock.json ./ #53.17 KB13RUN /bin/sh -c npm ci10.16 MB14COPY /app/dist ./ # buildkit42.83 KB15COPY Readme.md /README.md # buildkit3.9 KB16EXPOSE [3000/tcp]0 B17COPY entrypoint.sh /app/entrypoint.sh # buildkit226 B18RUN /bin/sh -c chmod +x222 B19ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 's390x' out/ 'bookworm' '@1769990400'