sha256:73be9b2a2e27d1b00a13cd16fb781c59e9a4e9847892b2f1812e96c5afba9c5a
OS/ARCH
Compressed size
141.08 MB
Last pushed
about 1 month by a0533057932
Type
Image
Manifest digest
sha256:6418e2f14da93102d8c3793d1c789b5c1cb46ef5d8db73363cc67b9b350e80ca
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.12 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'