sha256:976f216d2ca8f062dd34e223ba3f7076dff0ab841d827db1c7aa54239738ea0a
OS/ARCH
Compressed size
67.41 MB
Last pushed
over 1 year by coatlbot
Type
Image
Manifest digest
sha256:8db3900172f0a103aaadf19b2f5d3d8d22ba98bd275a633e96822cff71fc6d11
Image Layers
1# debian.sh --arch 'arm64' out/26.77 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 B7RUN /bin/sh -c set -eux;3.62 MB8ENV PYTHON_VERSION=3.13.40 B9SHELL [/bin/bash -o pipefail -c]0 B10RUN /bin/bash -o pipefail -c10.13 MB11RUN /bin/bash -o pipefail -c230 B12ENV PYTHON_PIP_VERSION=25.1.10 B13ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py0 B14RUN /bin/bash -o pipefail -c1.68 MB15CMD ["python3"]0 B16LABEL maintainer=César Román <[email protected]> repository=https://github.com/coatl-dev/docker-devpi0 B17ENV PIP_DISABLE_PIP_VERSION_CHECK=10 B18ENV PIP_INDEX_URL=https://pypi.python.org/simple0 B19ENV PIP_TRUSTED_HOST=127.0.0.10 B20ENV VIRTUAL_ENV=/env0 B21RUN /bin/bash -o pipefail -c1.04 MB22RUN /bin/bash -o pipefail -c1.12 KB23COPY requirements /tmp/requirements/ # buildkit1.54 KB24RUN /bin/bash -o pipefail -c5.43 MB25ENV PATH=/env/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B26RUN /bin/bash -o pipefail -c18.73 MB27EXPOSE map[3141/tcp:{}]0 B28VOLUME [/data]0 B29COPY entrypoint.sh /entrypoint.sh # buildkit1020 B30RUN /bin/bash -o pipefail -c1022 B31USER devpi0 B32ENV HOME=/data0 B33WORKDIR /data32 B34ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1747699200'