These Docker images are built on top of the official Python Docker image (alpine), they contain additional packages required to testing (CI, but no code of the framework itself.
The Dockerfile(s) of this repository are designed to build from different Python-versions by using build arguments.
exileed/python-testing3.6 3.7 3.8 3.9
poetry pipenv
docker build -t exileed/python-testing:3.6 --build-arg PYTHON_BASE_IMAGE_VERSION=3.6 .
Content type
Image
Digest
sha256:8d5bd3a0f…
Size
329.8 MB
Last updated
about 2 years ago
docker pull exileed/python-testing:3.9