Docker images with the preinstalled python modules
This repository is currently work-in-progress |
---|
The images are based on the Python images available on the Docker Hub. Builds are automated by the Docker Hub and will also be executed if there is an update to the Python base image.
For now the images are based on the slim
tags of the base image.
Repository | Tags | Docker Pull Command |
---|---|---|
pytest | 3.6-slim , 3.6 , 3.6-ubi8 , 3.7-slim , 3.7 , 3.8-slim , 3.8 , 3.8-ubi8 |
docker pull wumaxd/pytest |
pylint | 3.6-slim , 3.6 , 3.6-ubi8 , 3.7-slim , 3.7 , 3.8-slim , 3.8 , 3.8-ubi8 |
docker pull wumaxd/pylint |
poetry | 3.6-slim , 3.6 , 3.7-slim , 3.7 , 3.8-slim , 3.8 |
docker pull wumaxd/poetry |