sha256:3fbdea2d04721b338742a932864f56431798696a91d8a8a98e31e94219a34196
OS/ARCH
linux/amd64
Compressed size
450.75 MB
Last pushed
about 1 month by tbdavid2019
Type
Image
Manifest digest
sha256:bf476451ec79417cc077bfb3dbe7b69b45cbda54fbec9899ce23e32e6e33b58e
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /usr/src/app130 B11RUN /bin/sh -c apt-get update146.26 MB12COPY package*.json ./ # buildkit20.3 KB13RUN /bin/sh -c npm ci15.37 MB14COPY requirements.txt ./ # buildkit249 B15RUN /bin/sh -c python3 -m139.39 MB16RUN /bin/sh -c mkdir -p179 B17COPY --chown=node:node . . #73.52 MB18USER node0 B19EXPOSE [8111/tcp]0 B20ENV NODE_ENV=production0 B21HEALTHCHECK {Test:[CMD-SHELL node -e "require('http').get('http://localhost:8111/health',0 B22CMD ["node" "index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'