https://github.com/pigs-will-fly/docker-python
Alpine-based docker image for running Python 3.x applications
https://github.com/pigs-will-fly/docker-python
alpine docker docker-image docker-python dockerfile python
Last synced: 3 days ago
JSON representation
Alpine-based docker image for running Python 3.x applications
- Host: GitHub
- URL: https://github.com/pigs-will-fly/docker-python
- Owner: pigs-will-fly
- License: mit
- Created: 2020-04-17T20:16:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T10:41:49.000Z (4 days ago)
- Last Synced: 2026-01-15T15:50:30.083Z (4 days ago)
- Topics: alpine, docker, docker-image, docker-python, dockerfile, python
- Language: Dockerfile
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-python

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](https://github.com/pigs-will-fly/docker-python/pkgs/container/docker-python):
```
docker pull ghcr.io/pigs-will-fly/docker-python:3.14.2
```
## What's inside?
```
$ python -V
Python 3.14.2
$ pip list
Package Version
-------------- ------------------
cffi 2.0.0
gevent 25.9.1
greenlet 3.3.0
msgspec 0.18.6+30.g595c33c
mysqlclient 2.2.7
pip 25.3
pycparser 2.23
rcssmin 1.2.2
regex 2026.1.15
zope.event 6.1
zope.interface 8.2
$ docker images | head -n2
REPOSITORY TAG IMAGE ID CREATED SIZE
pigs-will-fly/docker-python latest d086bed0681f 1 second ago 98.3MB
```