sha256:ca3eba0eb2e524fcd11aa88f46c50a22d0d2ee9ebfa7673766e9c4c6fb330923
OS/ARCH
Compressed size
59.56 MB
Last pushed
2 days by coatlbot
Type
Image
Manifest digest
sha256:d694c035ebc07f1fd44b18aadbb489e2055107856c238245b8c7f24bbbeb837c
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2LABEL maintainer=César Román <[email protected]> repository=https://github.com/coatl-dev/docker-python0 B3ENV DEBIAN_FRONTEND=noninteractive0 B4ENV PIP_NO_CACHE_DIR=10 B5ENV PIP_ROOT_USER_ACTION=ignore0 B6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B7ENV LANG=C.UTF-80 B8RUN /bin/sh -c set -eux;3.61 MB9ENV PYTHON_VERSION=3.12.130 B10SHELL [/bin/bash -o pipefail -c]0 B11RUN /bin/bash -o pipefail -c11.21 MB12RUN /bin/bash -o pipefail -c232 B13ENV PYTHON_PIP_VERSION=26.2.10 B14ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py0 B15RUN /bin/bash -o pipefail -c1.65 MB16CMD ["python3"]0 B17COPY requirements.txt /tmp/requirements.txt # buildkit14.59 KB18RUN /bin/bash -o pipefail -c16.15 MB19CMD ["/bin/bash"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'