sha256:352dc882df8a129ab93c4fc1e12406adbb0ff2fd311dcf5a147caf3e064b5693
OS/ARCH
linux/amd64
Compressed size
78.24 MB
Last pushed
about 23 hours by rockchin
Type
Image
Manifest digest
sha256:3e883bfba314b320d281468b76a387939b52e42bf1d2d35c069df9f95fc34f1a
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=434f889f0ebb179730e5b0f3c2a589c36d75dbbd0 B12LABEL org.opencontainers.image.revision=434f889f0ebb179730e5b0f3c2a589c36d75dbbd0 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'