Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.25 KB

File metadata and controls

40 lines (27 loc) · 1.25 KB

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