sha256:bf7e85b4e2e45a4b802429a679c8047bf8e45f6acda91fd69ffb51bc987351c2
OS/ARCH
linux/amd64
Compressed size
78.24 MB
Last pushed
1 day by rockchin
Type
Image
Manifest digest
sha256:922b558fdaf2db3d148a39e7688c7c8499c9dbc5f98c0535b4229f21deff2dbd
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 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 B11ARG GIT_REVISION=edd8b9d5bc6b16f87a52c1e6b52c46e30751c0110 B12LABEL org.opencontainers.image.revision=edd8b9d5bc6b16f87a52c1e6b52c46e30751c0110 B13ENV NODE_ENV=production PORT=3310 HOST=0.0.0.00 B14COPY /app/node_modules ./node_modules # buildkit8.87 MB15COPY /app/dist ./dist # buildkit1.3 MB16COPY /app/package.json ./package.json # buildkit1.16 KB17EXPOSE [3310/tcp]0 B18CMD ["node" "dist/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'