https://github.com/dalibo/docker-buildpack-python
CI image for python projects
https://github.com/dalibo/docker-buildpack-python
Last synced: about 1 year ago
JSON representation
CI image for python projects
- Host: GitHub
- URL: https://github.com/dalibo/docker-buildpack-python
- Owner: dalibo
- Created: 2021-06-22T07:34:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T08:51:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T05:29:23.473Z (over 1 year ago)
- Language: Shell
- Size: 61.5 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [dalibo/buildpack-python](https://hub.docker.com/r/dalibo/buildpack-python)
Buildpack image for development for Python PostgreSQL tools :
- based on [dalibo/buildpack](https://github.com/dalibo/docker-buildpack)
- python2, pip, setuptools, wheel.
- python3, pip, setuptools, wheel.
- flake8, pytest, virtualenv.
- poetry, twine.
- ldapsearch and friends
- docker.io
## Tags
- `rockylinux9` with Python 3.9.
- `rockylinux8` with Python 3.6.
- `centos7` with Python 2.7 and 3.6.
- `centos6` with Python 2.6.
- `bookworm` with Python 3.10.
- `bullseye` with Python 2.7 and 3.9. Includes pyright.
- `bullseye-slim` with only Python 3.9 and latest pip.
- `buster` with Python 2.7 and 3.7.
- `stretch` with Python 2.7 and 3.5.