Ubuntu trusty (14.04) docker images (64-bit) with Pythons:
- 3.4
installed via apt-get install python3.4-dev
(etc).
Pip installed for each Python via get-pip.py.
Pythons 2.7, 3.3 and 3.5 - 3.11 are installed from source. They include pip and Setuptools.
Push up to Dockerhub directly:
docker buildx build --platform linux/amd64 -t matthewbrett/trusty:64 . docker login --username=matthewbrett docker push matthewbrett/trusty:64
If you get a "User interaction is not allowed." error at the login
stage,
you may get further by running this command at the affected terminal:
security unlock-keychain