Testing Python apps with tox and python versions has never been so easy!
3.9-3.10
Older OS tags may have less recent versions.
- ubuntu1604 (you should upgrade the OS!)
- ubuntu1804
- ubuntu2004
- ubuntu2204
- latest (Ubuntu 22.04)
By default the entrypoint is whatever you mount at /opt/src/docker-entry
.
You must put a file there or else bash will complain that there is no file.
pip
is installed for every Python version. The executable is under pip{short
python version}, for example, pip3.9
.
You can drop into a shell inside the container with:
$ docker run --rm -it --entrypoint=/bin/bash level12/python-test-multi
File a bug report at https://github.com/level12/python-test-multi/issues