The official Python docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Python docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.
Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a "batteries included" language due to its comprehensive standard library.
The tag of each Python docker image is consist of the version of Python and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 3.14.7-oe2403sp4 | python 3.14.7 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 3.9.9-oe2203lts | Python 3.9.9 on openEuler 22.03-LTS | amd64, arm64 |
| 3.9.9-oe2403lts | Python 3.9.9 on openEuler 24.03-LTS | amd64, arm64 |
| 3.10.17-oe2203lts | Python 3.10.17 on openEuler 22.03-LTS | amd64, arm64 |
| 3.10.17-oe2403lts | Python 3.10.17 on openEuler 24.03-LTS | amd64, arm64 |
| 3.11.13-oe2203lts | Python 3.11.13 on openEuler 22.03-LTS | amd64, arm64 |
| 3.11.13-oe2403lts | Python 3.11.13 on openEuler 24.03-LTS | amd64, arm64 |
| 3.12.10-oe2203lts | Python 3.12.10 on openEuler 22.03-LTS | amd64, arm64 |
| 3.12.10-oe2403lts | Python 3.12.10 on openEuler 24.03-LTS | amd64, arm64 |
| 3.13.4-oe2203lts | Python 3.13.4 on openEuler 22.03-LTS | amd64, arm64 |
| 3.13.4-oe2403lts | Python 3.13.4 on openEuler 24.03-LTS | amd64, arm64 |
| 3.13.4-oe2403sp4 | Python 3.13.4 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/python image from docker
docker pull openeuler/python:{Tag}
Start a Python container from the image
docker run -it --name my-python openeuler/python:{Tag}
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:0889726f4…
Size
164.8 MB
Last updated
3 days ago
docker pull openeuler/pythonPulls:
104
Last week