Sign inSign up

papaux/python-builder

By papaux

Updated over 2 years ago

A builder docker image based on official python images, adding tools like docker for CI builds.

Image
Languages & frameworks
Developer tools
0

1.3K

papaux/python-builder repository overview

python-builder

A builder docker image based on official python images, adding tools like docker for CI builds.

Build locally

docker build -t python-builder --build-args PYTHON_VERSION=3.7 .

Download from docker hub

This image is published in hub.docker.com.

Docker Hub build hook

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:

example-docker-hub-docker-tag

Documentation about build hooks is really hard to find, especially what is the default build command.

These links can be useful to understand:

Tag summary

Content type

Image

Digest

Size

158.6 MB

Last updated

over 5 years ago

docker pull papaux/python-builder