sha256:ac36ad232bd61b6d2b0a13781adc480075230660b2ce7ff02c50e63fbe79db50
OS/ARCH
linux/amd64
Compressed size
127.11 MB
Last pushed
17 days by xarthisius
Type
Image
Manifest digest
sha256:19824a1635ed0d4127861e602e0b7c712edd8fdd11c4388eb2418f1f0efc267c
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;4.07 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;13.78 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update599.5 KB12WORKDIR /app93 B13COPY profilometry/requirements.txt . # buildkit192 B14RUN /bin/sh -c pip install80.26 MB15COPY common/ ./common/ # buildkit2.54 KB16COPY profilometry/app.py . # buildkit270 B17ENTRYPOINT ["/usr/bin/tini" "-g" "--"]0 B18CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'