Overview

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:

akospasztor/docker-python

Pipeline status:

Docker Image CI

Table of Contents

Available Images

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

Tags

Python 3.12:

Python 3.11:

Python 3.8:

Python 3.7:

Usage

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