Python镜像 Python版本:3.5.4-3.11.4 操作系统:CentOS7.9.2009、Ubuntu22.04、Debian12
5.6K
export VERSION=3.11.4
docker build --build-arg PYTHON_VERSION=${VERSION} -t "username/python:${VERSION}" .
docker push "username/python:${VERSION}"
See the https://github.com/wezhai/docker-images/tree/main/python
Content type
Image
Digest
sha256:e79c8eca3…
Size
102.2 MB
Last updated
about 3 years ago
docker pull wezhai/python:3.11.4