sha256:5642f1877906590cf5a3aaf136bfa3e347c495cc34ce7f4c7a293253bb24739f
OS/ARCH
Compressed size
95.64 MB
Last pushed
8 months by agilebeat
Type
Image
Manifest digest
sha256:138eb8dacaf4ec68f6c9d86e084cf670ef46263922688d3b2f45bb80cb55eecb
Image Layers
1# debian.sh --arch 's390x' out/25.64 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.12.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.45 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c npm install11.69 MB12COPY /app/package.json /app/package-lock.json ./ #53.17 KB13RUN /bin/sh -c npm ci10.14 MB14COPY /app/dist ./ # buildkit31.47 KB15COPY Readme.md /README.md # buildkit2.02 KB16EXPOSE [3000/tcp]0 B17COPY entrypoint.sh /app/entrypoint.sh # buildkit227 B18RUN /bin/sh -c chmod +x224 B19ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 's390x' out/ 'bookworm' '@1768176000'