https://github.com/coatl-dev/docker-python-tools
🐳 Docker images containing tools Python 2.7 and 3.12.
https://github.com/coatl-dev/docker-python-tools
docker docker-hub ghcr-io pip-tools python-build python-twine python27 python312 quay-io
Last synced: 15 days ago
JSON representation
🐳 Docker images containing tools Python 2.7 and 3.12.
- Host: GitHub
- URL: https://github.com/coatl-dev/docker-python-tools
- Owner: coatl-dev
- Created: 2025-06-27T21:34:27.000Z (11 months ago)
- Default Branch: coatl
- Last Pushed: 2026-04-22T21:57:47.000Z (21 days ago)
- Last Synced: 2026-04-22T23:31:12.832Z (21 days ago)
- Topics: docker, docker-hub, ghcr-io, pip-tools, python-build, python-twine, python27, python312, quay-io
- Language: Dockerfile
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-python-tools
[](https://results.pre-commit.ci/latest/github/coatl-dev/docker-python-tools/coatl)
This repository is a collection of Docker images containing tools Python 2.7 and
3.12.
## Catalog
### python-tools:2.7-build
Use this Docker image to build and upload Python packages with Python 2.7, using
the following tools:
- `build`: Creates distribution packages (like `.whl` and `.tar.gz`) from your
Python project.
- `twine`: Securely uploads these packages to PyPI or other package indexes.
### python-tools:3.12-build
Use this Docker image to build and upload Python packages with Python 3.12, using
the following tools:
- `build`: Creates distribution packages (like `.whl` and `.tar.gz`) from your
Python project.
- `twine`: Securely uploads these packages to PyPI or other package indexes.
### python-tools:2.7-pip-tools
Use this Docker image for running `pip-compile` or `pip-sync` on your Python 2.7
project.