Ubuntu focal (20.04) docker images (64-bit) with Pythons:
- 2.7
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
- 3.13 (including 3.13-nogil)
installed via apt-get install python2.7-dev
(etc).
Pip installed for each Python via ensurepip (for python3) or get-pip.py.
Pythons include pip and setuptools.
Extra development libraries left in the installation:
- multibuild libraries
- libffi-dev (needed for cffi)
Use them via (for x86_64) docker run -it multibuild/focal_x86_64 /bin/bash
There are also alpine-based images for x86 and aarch64, where we build python versions not available from the distro.
The images live under https://hub.docker.com/u/multibuild