sha256:62a553d46b9e28703372561b9e594bd72fdc5b5ab3fc868acd26cfae967f03d5
OS/ARCH
Compressed size
56.17 MB
Last pushed
5 months by tisoft
Type
Image
Manifest digest
sha256:f857f8438b0e96e9b76e558ac44ba5887d6570471ad39ba96e78cecc86e7c435
Image Layers
1# debian.sh --arch 'armhf' out/25 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.19 MB4ENV PYTHON_VERSION=3.14.40 B5ENV PYTHON_SHA256=d923c51303e38e249136fc1bdf3568d56ecb03214efdef48516176d3d7faaef80 B6RUN /bin/sh -c set -eux;11.1 MB7RUN /bin/sh -c set -eux;250 B8CMD ["python3"]0 B9ARG RELEASE_VERSION=0.11.00 B10LABEL saic.mqtt.gateway.version=0.11.00 B11LABEL saic.mqtt.gateway.description=SAIC MQTT Gateway: A0 B12WORKDIR /usr/src/app133 B13ENV RELEASE_VERSION=0.11.00 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 # buildkit18.83 MB17COPY src/ . # buildkit58.24 KB18COPY examples/ . # buildkit505 B19USER 185:1850 B20CMD ["python" "./main.py"]0 BCommand
# debian.sh --arch 'armhf' out/ 'trixie' '@1777939200'