An open API service indexing awesome lists of open source software.

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

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.