This project contains docker container images with python installation.
Each image has a specific python version pre-installed with pyenv
.
Read more, clone or fork the project at my GitHub repository:
Pipeline status:
Available images:
Python version | Base image |
---|---|
3.12-linux | ubuntu:22.04 |
3.11-linux | ubuntu:22.04 |
3.8-linux | ubuntu:22.04 |
3.7-linux | ubuntu:22.04 |
Python 3.12:
3.12-linux-2.0.1
, 3.12-linux-latest
3.12-linux-2.0.0
Python 3.11:
3.11-linux-2.0.1
, 3.11-linux-latest
3.11-linux-2.0.0
Python 3.8:
3.8-linux-2.0.1
, 3.8-linux-latest
3.8-linux-2.0.0
3.8-linux-1.0.1
3.8-linux-1.0.0
Python 3.7:
3.7-linux-2.0.1
, 3.7-linux-latest
3.7-linux-2.0.0
3.7-linux-1.0.1
3.7-linux-1.0.0
Pull latest image with python version 3.12 for linux:
docker pull akospasztor/docker-python:3.12-linux-latest
Build latest image with python version 3.12 for linux:
docker build -t akospasztor/docker-python:3.12-linux-latest 3.12/linux/
Manually push all tags to Docker Hub:
docker push -a akospasztor/docker-python