This repository contains Docker images with different versions of Python installed. All are based on the
consul-template-base
image, which comes with
Consul Template and other tools like runit installed.
Consul Template runs as a separate service managed by runit.
With Consul Template 0.16, Configuration for it must be stored in the /etc/consul-template.conf file. See its documentation for setup details. Consul Template is turned on by default. If you don't need to use Consul Template, that service needs to be removed explicitly in the Dockerfile that you are writing.
With Consul Template 0.18, you must create your own runit service and use the run-consul-template
script to render a template and execute a child process. See an
example in the MusicBrainz server.
To use these images simply specify FROM metabrainz/python:<TAG>
at the beginning of your Dockerfile.
<TAG>
is a version of Python that you need to use, followed with the creation date of the image;
If an image is updated more than once in a day, then extra tags will also include the sequence number.
See the [list of image tags available on Docker Hub|https://hub.docker.com/r/metabrainz/python/tags/].
Use push.sh
script. The way it operates is detailed in its heading comments.
We have these images available:
image version | python version | consul-template version | ubuntu version |
---|---|---|---|
2.7, 2.7-20220421 | 2.7.18 | 0.27.1 | focal |
3.8-20201201 | 3.8.6 | 0.16 | bionic |
3.8, 3.8-20210115 | 3.8.6 | 0.18 | bionic |
3.9, 3.9-20220315 | 3.9.10 | 0.18 | bionic |
3.9-focal, 3.9-focal-20220315 | 3.9.10 | 0.27.1 | focal |
3.10, 3.10-20220315 | 3.10.2 | 0.27.1 | focal |
3.11, 3.11-20221221 | 3.11.1 | 0.27.1 | focal |
3.11-20231006 | 3.11.6 | 0.33.0 | jammy |
3.12-20241130 | 3.12.7 | 0.39.1 | jammy |