Skip to content

This repository contains docker container images with python installation. Each image has a specific python version pre-installed with pyenv.

Notifications You must be signed in to change notification settings

akospasztor/docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-python

This repository contains docker container images with python installation. Each image has a specific python version pre-installed with pyenv.

Repository link: https://github.com/akospasztor/docker-python

Docker Hub link: https://hub.docker.com/r/akospasztor/docker-python

Docker Image CI

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:

  • 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

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

About

This repository contains docker container images with python installation. Each image has a specific python version pre-installed with pyenv.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published