Skip to content

Alpine-based docker image for running Python 3.x applications

License

Notifications You must be signed in to change notification settings

pigs-will-fly/docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.12.5

What's inside?

$ python -V
Python 3.12.5

$ pip list
Package        Version
-------------- ---------
cffi           1.17.0
gevent         24.2.1
greenlet       3.0.3
mysqlclient    2.2.4
pip            24.2
pycparser      2.22
rcssmin        1.1.2
regex          2024.4.16
setuptools     72.1.0
wheel          0.44.0
zope.event     5.0
zope.interface 7.0.1

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