sha256:ab61d317d131500769ab1f25e4f4c378077cc2807644ef321e173e1623a64985
OS/ARCH
linux/amd64
Compressed size
78.23 MB
Last pushed
1 day by rockchin
Type
Image
Manifest digest
sha256:44b674cb2f73f91a16ca357251fee8f85a283b5e67f9cb3c174ce1ca2e253a1b
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=7e9cb98d0a85a56a252b0fee17e964688541466a0 B12LABEL org.opencontainers.image.revision=7e9cb98d0a85a56a252b0fee17e964688541466a0 B13ENV NODE_ENV=production PORT=3310 HOST=0.0.0.00 B14COPY /app/node_modules ./node_modules # buildkit8.87 MB15COPY /app/dist ./dist # buildkit1.29 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'