sha256:f0266d3b3f6601dfcd6236ac8e761625b2ae54139e360beaeed4fa1aade7d405
OS/ARCH
Compressed size
64.14 MB
Last pushed
3 days by zackwag
Type
Image
Manifest digest
sha256:ba1cd30b4487e040df09c94ccc78cfc28f841b97459b4b910a4e796db52931bd
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 B3RUN /bin/sh -c set -eux;4.39 MB4ENV PYTHON_VERSION=3.14.70 B5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B6RUN /bin/sh -c set -eux;11.71 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9RUN /bin/sh -c apt-get update14.76 MB10ENV PYTHONUNBUFFERED=10 B11WORKDIR /app93 B12COPY requirements.txt ./ # buildkit174 B13RUN /bin/sh -c pip install4.51 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 'arm64' out/ 'trixie' '@1787529600'