sha256:3e5c2dded2d88cf15a69befdd21476418aa9d9ff1e57e6c4efac284c9ad2a6a3
OS/ARCH
Compressed size
502.08 MB
Last pushed
3 months by mattfly
Type
Image
Manifest digest
sha256:4ea49248b0dfd786cdf06df130ec481ee630b3aac3bdae3d687274f2359362e1
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=18.20.80 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.53 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 B10ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true0 B11WORKDIR /usr/src/app132 B12RUN /bin/sh -c apt-get update410.19 MB13ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium0 B14WORKDIR /usr/src/app32 B15COPY package.json package-lock.json ./ #40.69 KB16COPY /usr/src/app/dist ./dist # buildkit3.59 KB17COPY /usr/src/app/node_modules ./node_modules # buildkit25.11 MB18RUN /bin/sh -c npm prune1.8 MB19VOLUME [/tmp/capture]0 B20CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1747699200'