sha256:d5148c136e33c23f432dcd12e4d9971c9934893140a9feeb79c1dc131fe82ae6
OS/ARCH
Compressed size
297.27 MB
Last pushed
about 1 year by specmatic
Type
Image
Manifest digest
sha256:b760c71842e182b2fddf9d76017da989c4d04107e5d1d25279dd6136d9915f72
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.19.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.74 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update93.79 MB11WORKDIR /app93 B12COPY package*.json ./ # buildkit17.09 KB13RUN /bin/sh -c npm ci64.33 MB14COPY /app/build ./build # buildkit11.21 KB15RUN /bin/sh -c groupadd -g1.12 KB16RUN /bin/sh -c mkdir -p63.82 MB17USER specmatic0 B18ENV NODE_ENV=production0 B19RUN /bin/sh -c chmod +x32 B20ENTRYPOINT []0 B21CMD ["node" "build/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'