sha256:b06f8152d43cf124e93c653b41a06b274164051be985170f7263a8284bca4825
OS/ARCH
linux/amd64
Compressed size
64.03 MB
Last pushed
over 1 year by geertmeersman
Type
Image
Manifest digest
sha256:3a16c5eab5ad471fbacb0d8f59b5ec4fb3780ef49d6a9837191c531f2475d316
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;248 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update18.28 MB12COPY scripts/github/auto_merge_dependabot.py /home/auto_merge_dependabot.py # buildkit1.57 KB13COPY scripts/github/report_open_prs.py /home/report_open_prs.py # buildkit1.45 KB14COPY scripts/github/scripts.json /home/scripts.json # buildkit353 B15COPY scripts/github/notify_utils.py /home/notify_utils.py # buildkit1.13 KB16COPY scripts/github/report_utils.py /home/report_utils.py # buildkit1.16 KB17COPY scripts/container/describe_cron.py /home/describe_cron.py # buildkit816 B18COPY scripts/container/cron_wrapper.py /home/cron_wrapper.py # buildkit949 B19COPY scripts/flask/web_interface.py /home/web_interface.py # buildkit6.08 KB20COPY entrypoint.sh /entrypoint.sh # buildkit1018 B21RUN /bin/sh -c chmod +x1017 B22ENV TZ=Europe/Brussels0 B23RUN /bin/sh -c ln -snf190 B24COPY cron/cronjob /etc/cron.d/github_scripts # buildkit462 B25RUN /bin/sh -c chmod 064432 B26RUN /bin/sh -c crontab /etc/cron.d/github_scripts644 B27COPY VERSION /VERSION # buildkit112 B28COPY scripts/container/healthcheck.sh /healthcheck.sh # buildkit260 B29RUN /bin/sh -c chmod +x261 B30HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s"0 B31ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'