Sign inSign up

openanolis/python:3.11.1-8.6

Multi-platform
Index digest

sha256:15f68d78defaa45f3edf2d6b9f4db51388560dfcd7befbdd2f91c9cc4b683901

OS/ARCH

Compressed size

209.24 MB

Last pushed

over 3 years by anolisos

Type

Image

Manifest digest

sha256:193705775caa5e6f2effae9b20334be4cc7c6e2804cb3f2bb567dd0328b2f3a3

Image Layers

1LABEL org.opencontainers.image.title=Anolis OS Base Image0 B
2ARG TARGETARCH0 B
3ADD AnolisOS-rootfs-amd64.tar.xz / # buildkit74.25 MB
4CMD ["/bin/bash"]0 B
5RUN /bin/sh -c yum install88.04 MB
6ENV PYTHON_VERSION=3.11.10 B
7ENV PYTHON_PIP_VERSION=22.3.10 B
8ENV PYTHON_SETUPTOOLS_VERSION=65.5.00 B
9ARG PYTHON_NAME=Python-3.11.10 B
10COPY Python-3.11.1.tar.xz / # buildkit18.94 MB
11RUN |1 PYTHON_NAME=Python-3.11.1 /bin/sh -c23.14 MB
12RUN |1 PYTHON_NAME=Python-3.11.1 /bin/sh -c245 B
13COPY ../get-pip.py / # buildkit1.96 MB
14RUN |1 PYTHON_NAME=Python-3.11.1 /bin/sh -c2.92 MB
15CMD ["python3"]0 B

Command

LABEL org.opencontainers.image.title=Anolis OS Base Image org.opencontainers.image.vendor=Anolis OS org.opencontainers.image.licenses=Mulan PSL v2 org.opencontainers.image.created=2022-08-29 20:11:58+0800 maintainer=OpenAnolis Cloud Native SIG