Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.04 KB

File metadata and controls

38 lines (30 loc) · 1.04 KB

docker-python

Check if a Docker image can be built

Alpine-based docker image for running Python 3.x applications (with dependencies that take some time do be compiled).

How to pull it?

From the GitHub's registry:

docker pull ghcr.io/pigs-will-fly/docker-python:3.14.5

What's inside?

$ python -V
Python 3.14.5

$ pip list
Package        Version
-------------- ------------------
cffi           2.0.0
gevent         26.5.0
greenlet       3.5.1
msgspec        0.18.6+30.g595c33c
mysqlclient    2.2.8
pip            26.1.1
pycparser      3.0
rcssmin        1.2.2
regex          2026.5.9
zope.event     6.2
zope.interface 8.5

$ docker images | head -n2
REPOSITORY                                   TAG       IMAGE ID       CREATED        SIZE
pigs-will-fly/docker-python                  latest    03b55dfa2d3a   1 second ago   97.2MB