sha256:e5d82002cbb5e19dc1b10f627b3a51f397b23f3caa92cea757710680b0b4181e
OS/ARCH
linux/amd64
Compressed size
78.24 MB
Last pushed
about 23 hours by rockchin
Type
Image
Manifest digest
sha256:51534e0a1387a6f144691f7b0938baef2171f293748158818ac63d7551850822
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=0334a01f27e0c36223391126331a916c68fe43670 B12LABEL org.opencontainers.image.revision=0334a01f27e0c36223391126331a916c68fe43670 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'