sha256:fdc310405f654cc0018d0175ab3b1dafbcb047d010e27b634a01280fed950ca8
OS/ARCH
Compressed size
60.44 MB
Last pushed
27 days by zackwag
Type
Image
Manifest digest
sha256:a3d6a3c883796234655db5e18e74b8459668707db9daf58a42c29449ed0ff202
Image Layers
1# debian.sh --arch 'arm64' out/28.76 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.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update14.76 MB12ENV PYTHONUNBUFFERED=10 B13WORKDIR /app93 B14COPY requirements.txt ./ # buildkit175 B15RUN /bin/sh -c pip install4.2 MB16COPY nut2mqtt.py ./ # buildkit5.08 KB17COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.38 KB18RUN /bin/sh -c chmod +x1.38 KB19WORKDIR /data94 B20ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'