A builder docker image based on official python images, adding tools like docker for CI builds.
1.3K
A builder docker image based on official python images, adding tools like docker for CI builds.
docker build -t python-builder --build-args PYTHON_VERSION=3.7 .
This image is published in hub.docker.com.
Instead of providing one Dockerfile per version, this image relies on the configured docker tag to fetch the corresponding python version.
It will basically pick whatever "Docker Tag" is configured from the Build Rules. For instance:

Documentation about build hooks is really hard to find, especially what is the default build command.
These links can be useful to understand:
Content type
Image
Digest
Size
158.6 MB
Last updated
over 5 years ago
docker pull papaux/python-builder