sha256:6d2e1ea8adf87d200ad3b9e3811087cc30bcf84329d0bf008def01f036e6f166
OS/ARCH
Compressed size
427.03 MB
Last pushed
9 months by xomoxcc
Type
Image
Manifest digest
sha256:d9c7db8cee58bb9cfbe3a69938ed057bc7d5f3d9df1ed0e9853da833a0597240
Image Layers
1# debian.sh --arch 'amd64' out/47.01 MB2RUN /bin/sh -c set -eux;24.43 MB3RUN /bin/sh -c set -eux;64.64 MB4RUN /bin/sh -c set -ex;225.04 MB5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B6RUN /bin/sh -c set -eux;5.8 MB7ENV PYTHON_VERSION=3.14.20 B8ENV PYTHON_SHA256=ce543ab854bc256b61b71e9b27f831ffd1bfd60a479d639f8be7f9757cf573e90 B9RUN /bin/sh -c set -eux;28.04 MB10RUN /bin/sh -c set -eux;249 B11CMD ["python3"]0 B12ARG python_version=3.140 B13ARG debian_version=trixie0 B14RUN |2 python_version=3.14 debian_version=trixie /bin/sh26.06 MB15RUN |2 python_version=3.14 debian_version=trixie /bin/sh848.21 KB16ARG TARGETOS=linux0 B17ARG TARGETARCH=amd640 B18ARG TARGETPLATFORM=linux/amd640 B19RUN |5 python_version=3.14 debian_version=trixie TARGETOS=linux32 B20ARG UID=12340 B21ARG GID=12340 B22ARG UNAME=pythonuser0 B23RUN |8 python_version=3.14 debian_version=trixie TARGETOS=linux3.25 KB24USER pythonuser0 B25ENV PATH=/home/pythonuser/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B26ENV PYTHONPATH=/app0 B27COPY --chown=1234:1234 requirements.txt / #243 B28RUN |8 python_version=3.14 debian_version=trixie TARGETOS=linux5.17 MB29COPY --chown=1234:1234 mqttstuff /app/mqttstuff #4.76 KB30COPY --chown=1234:1234 mqttcommander /app/mqttcommander #7.95 KB31COPY --chown=1234:1234 main.py config.py config.yaml9.35 KB32WORKDIR /app32 B33ENV PYTHONDONTWRITEBYTECODE=10 B34ENV PYTHONUNBUFFERED=10 B35ARG gh_ref=gh_ref_is_undefined0 B36ENV GITHUB_REF=gh_ref_is_undefined0 B37ARG gh_sha=gh_sha_is_undefined0 B38ENV GITHUB_SHA=gh_sha_is_undefined0 B39ARG buildtime=2025-12-13 23:20:29 CET0 B40ENV BUILDTIME=2025-12-13 23:20:29 CET0 B41ARG forwarded_allow_ips=*0 B42ENV FORWARDED_ALLOW_IPS=*0 B43STOPSIGNAL SIGINT0 B44ENTRYPOINT ["tini" "--"]0 B45CMD ["tail" "-f" "/dev/null"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1765152000'