sha256:d744ebe2023adefa919ef287248b341c3345e78dc552a00920cac5275b98dfe2
OS/ARCH
Compressed size
367.9 MB
Last pushed
about 1 year by pomeriumci
Type
Image
Manifest digest
sha256:e3ab6161fc723c3555b58749269d318bcbb7ac49dc2ea759c557c324ef458b6a
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.17.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.75 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 update141.72 MB12WORKDIR /app93 B13COPY package.json package-lock.json .npmrc ./127.25 KB14RUN /bin/sh -c npm ci145.55 MB15COPY *.ts *.json ./ #1.28 KB16COPY ./public/ ./public/ # buildkit59.18 KB17COPY ./src/ ./src/ # buildkit66.24 KB18RUN /bin/sh -c npm run5.06 MB19CMD ["npm" "run" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'