sha256:e8a6e4627b69fdb90ae303d547903040c9a37f1892101e1a25396ff24355ddd5
OS/ARCH
Compressed size
359.02 MB
Last pushed
about 1 year by pomeriumci
Type
Image
Manifest digest
sha256:f96d0465b28a8ac02e492af5abbd90ce1b77d0171e45116340828d77c07d6f8d
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.17.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.43 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 B10ENV NODE_OPTIONS=--max-old-space-size=40960 B11RUN /bin/sh -c apt-get update132.93 MB12WORKDIR /app92 B13COPY package.json package-lock.json .npmrc ./127.25 KB14RUN /bin/sh -c npm ci145.94 MB15COPY *.ts *.json ./ #1.28 KB16COPY ./public/ ./public/ # buildkit59.18 KB17COPY ./src/ ./src/ # buildkit67.55 KB18RUN /bin/sh -c npm run5.07 MB19CMD ["npm" "run" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1751241600'