sha256:c013360b9df1c6382ee842eca0bf223b956e3a0a92ad673ae2aed91ceade8b25
OS/ARCH
Compressed size
141.07 MB
Last pushed
about 1 month by a0533057932
Type
Image
Manifest digest
sha256:20e2d78c8bc0d24628f1df9e9fedbe0e5c0ba3f93cc40fa031e85d0a524a1dd7
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 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 B9ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B10RUN /bin/sh -c apt-get update18.6 MB11COPY /etc/ssl/certs /etc/ssl/certs # buildkit129.93 KB12RUN /bin/sh -c ln -sf148 B13RUN /bin/sh -c update-ca-certificates #126.47 KB14WORKDIR /app93 B15COPY /wheels /wheels # buildkit32.49 MB16COPY requirements.txt . # buildkit1.13 KB17RUN /bin/sh -c pip install5.95 MB18RUN /bin/sh -c pip install42.23 MB19RUN /bin/sh -c cp /etc/ca-bundle.crt126.55 KB20ENV SSL_CERT_FILE=/etc/ca-bundle.crt REQUESTS_CA_BUNDLE=/etc/ca-bundle.crt0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'