sha256:5f2bba6b67cf42602bf2ce85c2f1ac3ec90300b99c7955f9c21cca75e176fac8
OS/ARCH
Compressed size
618.62 MB
Last pushed
over 1 year by canardconfit
Type
Image
Manifest digest
sha256:bfe23ea6bea64bf18eaaa187b05311305026a0119ef328e119caa0b3e3ee0d11
Image Layers
1# debian.sh --arch 'arm64' out/26.76 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.18.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=38.84 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 B10LABEL org.opencontainers.image.authors=CanardConfit0 B11LABEL org.opencontainers.image.source=https://github.com/CanardConfit/puppeteer-docker0 B12LABEL org.opencontainers.image.description=A simple docker image0 B13RUN /bin/sh -c apt-get update43.14 MB14RUN /bin/sh -c apt-get install42.08 MB15RUN /bin/sh -c wget -q164.09 MB16RUN /bin/sh -c unzip chromium-linux-arm64.zip170.32 MB17RUN /bin/sh -c rm -f94 B18ENV DBUS_SESSION_BUS_ADDRESS=autolaunch:0 B19ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true0 B20ENV CHROME_PATH=/chrome-linux/chrome0 B21ENV PUPPETEER_EXECUTABLE_PATH=/chrome-linux/chrome0 B22USER pptruser0 B23WORKDIR /home/pptruser32 B24CMD ["google-chrome-stable"]0 B25LABEL org.opencontainers.image.authors=CanardConfit org.opencontainers.image.source=https://github.com/CanardConfit/is-academia-bot org.opencontainers.image.description=IS-Academia Bot0 B26USER root0 B27RUN /bin/sh -c apt update44.17 MB28WORKDIR /home/pptruser32 B29COPY package.json yarn.lock ./ #50.06 KB30RUN /bin/sh -c yarn #86.51 MB31COPY . ./ # buildkit110.88 KB32RUN /bin/sh -c yarn build947.6 KB33VOLUME [/app/git-history]0 B34CMD ["yarn" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1733097600'