sha256:38f8c76f013af92fdb0d7abef6658537237626710751bdc7897d8732754219c3
OS/ARCH
Compressed size
57.66 MB
Last pushed
6 months by tisoft
Type
Image
Manifest digest
sha256:084079718a1866dd956d32fe081aa6fc9acd6af289cdd3359910589113a3ed97
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.19 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;10.95 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11ARG RELEASE_VERSION=0.10.0-rc110 B12LABEL saic.mqtt.gateway.version=0.10.0-rc110 B13LABEL saic.mqtt.gateway.description=SAIC MQTT Gateway: A0 B14WORKDIR /usr/src/app133 B15ENV RELEASE_VERSION=0.10.0-rc110 B16ENV VIRTUAL_ENV=/usr/src/app/.venv0 B17ENV PATH=/usr/src/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B18COPY /usr/src/app/.venv /usr/src/app/.venv # buildkit20.47 MB19COPY src/ . # buildkit53.95 KB20COPY examples/ . # buildkit465 B21USER 185:1850 B22CMD ["python" "./main.py"]0 BCommand
# debian.sh --arch 'armhf' out/ 'trixie' '@1771804800'