Sign inSign up

chinayin/python

By chinayin

Updated 3 months ago

Docke Image packaging for Python

Image
0

10K+

chinayin/python repository overview

Python Base Image

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

Docker Image packaging for Python

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

Tag summary

Content type

Image

Digest

sha256:32e6ba2a9

Size

136.1 MB

Last updated

3 months ago

docker pull chinayin/python:3.12.13