sha256:19112224f68960dcb379f350166c09b268d6348ae587680b7aacae35567c0fc6
OS/ARCH
linux/amd64
Compressed size
84.03 MB
Last pushed
2 months by geertmeersman
Type
Image
Manifest digest
sha256:a508cfda5619a154f2908eca86c76f3b29079386f0be0e11c1a70ce7df4a964d
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.75 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update40.62 MB12COPY scripts/github/* /home/scripts/ # buildkit6.29 KB13RUN /bin/sh -c chmod +x6.02 KB14COPY scripts/container/describe_cron.py /home/cron/describe_cron.py # buildkit835 B15COPY scripts/container/cron_wrapper.py /home/cron/cron_wrapper.py # buildkit1009 B16COPY scripts/flask/web_interface.py /home/web_interface.py # buildkit8.29 KB17COPY entrypoint.sh /entrypoint.sh # buildkit1021 B18RUN /bin/sh -c chmod +x1020 B19ENV TZ=Europe/Brussels0 B20RUN /bin/sh -c ln -snf192 B21COPY cron/cronjob /etc/cron.d/github_scripts # buildkit479 B22RUN /bin/sh -c chmod 064432 B23RUN /bin/sh -c crontab /etc/cron.d/github_scripts658 B24COPY VERSION /VERSION # buildkit112 B25COPY scripts/container/healthcheck.sh /healthcheck.sh # buildkit262 B26RUN /bin/sh -c chmod +x261 B27HEALTHCHECK {Test:[CMD-SHELL /healthcheck.sh] Interval:0s Timeout:0s0 B28ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'