sha256:7887e67f179dccaf96b3e0d7afe3e1332dd78c445db0638c51ae1b7720f96014
OS/ARCH
Compressed size
83.34 MB
Last pushed
about 1 year by michaelirwin244
Type
Image
Manifest digest
sha256:9c3a8c4b15d3be238d9e59b3295aca6c247f7557933f0be2710f5058ff796c60
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.18.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.38 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 /usr/local/app135 B11RUN /bin/sh -c apt update3.25 MB12COPY package* ./ # buildkit7.89 KB13RUN /bin/sh -c npm install5.28 MB14COPY ./src ./src # buildkit889 B15ENV NODE_ENV=production0 B16CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'