sha256:ba6cab383a2474c65742914c6d7366735a3192f50d2ec95fb6b13fd21f0820ad
OS/ARCH
Compressed size
94.64 MB
Last pushed
about 1 year by poianabot
Type
Image
Manifest digest
sha256:b61db5ea394306ad30a56a60a4ec2c4147ec65e802e21d3b28f49c1f17c5693d
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.18 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;14.86 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update28.16 MB12WORKDIR /app92 B13COPY requirements.txt . # buildkit212 B14COPY setup.py . # buildkit842 B15COPY kernel_crawler ./kernel_crawler # buildkit20.63 KB16RUN /bin/sh -c pip3 install21.64 MB17USER appuser0 B18ENV PATH=/home/appuser/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B19ENTRYPOINT ["kernel-crawler"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1753056000'