sha256:fd7c21d4bd94d6a0684b9747ee8489017650330b138ef98a610e7ab255ddcce5
OS/ARCH
linux/amd64
Compressed size
64.02 MB
Last pushed
over 1 year by geertmeersman
Type
Image
Manifest digest
sha256:19bd317b707f6687d16d804c0e5ce08ef64d7678361e4fbca36284c788ccb800
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.35 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;15.46 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update18.28 MB12COPY scripts/auto_merge_dependabot.py /home/auto_merge_dependabot.py # buildkit1.96 KB13COPY scripts/report_open_prs.py /home/report_open_prs.py # buildkit1.87 KB14COPY scripts/describe_cron.py /home/describe_cron.py # buildkit818 B15COPY scripts/web_interface.py /home/web_interface.py # buildkit5.85 KB16COPY scripts/scripts.json /home/scripts.json # buildkit354 B17COPY entrypoint.sh /entrypoint.sh # buildkit1019 B18RUN /bin/sh -c chmod +x1018 B19ENV TZ=Europe/Brussels0 B20RUN /bin/sh -c ln -snf191 B21COPY cron/cronjob /etc/cron.d/github_scripts # buildkit455 B22RUN /bin/sh -c chmod 064432 B23RUN /bin/sh -c crontab /etc/cron.d/github_scripts636 B24COPY VERSION /VERSION # buildkit112 B25COPY scripts/healthcheck.sh /healthcheck.sh # buildkit261 B26RUN /bin/sh -c chmod +x260 B27HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s"0 B28ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'