sha256:f0266d3b3f6601dfcd6236ac8e761625b2ae54139e360beaeed4fa1aade7d405
OS/ARCH
Compressed size
63.63 MB
Last pushed
2 days by zackwag
Type
Image
Manifest digest
sha256:73269d196ea7cb3872a1ed372103df1baf233e66cf2b901caff38eb30ca324e7
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;4.07 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.79 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9RUN /bin/sh -c apt-get update14.82 MB10ENV PYTHONUNBUFFERED=10 B11WORKDIR /app93 B12COPY requirements.txt ./ # buildkit173 B13RUN /bin/sh -c pip install4.53 MB14COPY nut2mqtt.py ./ # buildkit7.56 KB15COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.64 KB16RUN /bin/sh -c chmod +x1.63 KB17WORKDIR /data94 B18ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'