sha256:a50f6a465cdf1fd1b786ccd1f1758e33c135c40fdf3baa3eccdb032fdb5b199f
OS/ARCH
Compressed size
80.63 MB
Last pushed
2 months by tisoft
Type
Image
Manifest digest
sha256:5b959acc19f03dba1103da8deff3edfddf53e1cd7b8e4c944f802f581c601301
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 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.60 B5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B6RUN /bin/sh -c set -eux;11.76 MB7RUN /bin/sh -c set -eux;248 B8CMD ["python3"]0 B9ARG RELEASE_VERSION=0.13.0-rc20 B10LABEL saic.mqtt.gateway.version=0.13.0-rc20 B11LABEL saic.mqtt.gateway.description=SAIC MQTT Gateway: A0 B12WORKDIR /usr/src/app132 B13ENV RELEASE_VERSION=0.13.0-rc20 B14ENV VIRTUAL_ENV=/usr/src/app/.venv0 B15ENV PATH=/usr/src/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B16COPY /usr/src/app/.venv /usr/src/app/.venv # buildkit39.16 MB17COPY src/ . # buildkit62.55 KB18COPY examples/ . # buildkit506 B19USER 185:1850 B20CMD ["python" "./main.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'