sha256:45c353aa7afc5e18ea971134e42a754060d86dabcf780bd1ac59d057d9b44389
OS/ARCH
linux/arm64
Compressed size
55.71 MB
Last pushed
3 months by zedjenkins
Type
Image
Manifest digest
sha256:528ea94f9a21fd62fccede05cc5e41943ef8f52709b62e483f8c177d60e069d4
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app92 B12RUN /bin/sh -c apt-get update5.74 MB13COPY requirements.txt /app/ # buildkit202 B14RUN /bin/sh -c pip install6.35 MB15COPY hardware_metrics.py /app/hardware_metrics.py # buildkit4.77 KB16COPY app.py /app/ # buildkit2.06 KB17EXPOSE map[9100/tcp:{}]0 B18CMD ["gunicorn" "--bind" "0.0.0.0:9100" "--workers"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1782172800'