Skip to content

chinayin-docker/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Base Image

Docker Image CI Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

Docker Image packaging for Python

Supported tags and respective Dockerfile links

Image Variants

  • python:<version>
  • python:<version>-debian
  • python:<version>-alpine

Use Python

You can use the image directly, e.g.

docker run --rm -it chinayin/python:3.11
docker run --rm -it chinayin/python:3.12-debian

The images are built daily and have the security release enabled, so will contain any security updates released more than 24 hours ago.

You can also use the images as a base for your own Dockerfile:

FROM chinayin/python:3.11
FROM chinayin/python:3.12-debian

About

Docke Image packaging for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published