sha256:5a495f956d4f3e399d043ff3d4d4f84eb7f2344fab671a157aae69b41ca3c1a0
OS/ARCH
Compressed size
406.27 MB
Last pushed
20 days by tbdavid2019
Type
Image
Manifest digest
sha256:568b8061781bac210ccf02d27e29cec75be9b8743f331cada7ff4d52228d2e02
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /usr/src/app133 B11RUN /bin/sh -c apt-get update137.05 MB12COPY package*.json ./ # buildkit20.38 KB13RUN /bin/sh -c npm ci16.47 MB14COPY requirements.txt ./ # buildkit252 B15RUN /bin/sh -c python3 -m138.97 MB16RUN /bin/sh -c mkdir -p181 B17COPY --chown=node:node . . #37.57 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 'arm64' out/ 'bookworm' '@1787529600'