Python image with pylint for use in CI
618
This is a small container image that contains a python3 environment with flake8 and pytest. This container is very usefull for automatic testing during CI.
docker run --rm -v /path/to/python/code:/code hdcore/docker-flake8:<version> flake8 <arguments>
docker run -it --rm -v /path/to/python/code:/code hdcore/docker-flake8:<version> /bin/sh
image: hdcore/docker-flake8:<version>
script: flake8 <arguments>
The image is stored on multiple container registries at dockerhub and gitlab:
Build:
docker build -f <version>/Dockerfile -t docker-flake8:<version> .
Content type
Image
Digest
sha256:e45fc694c…
Size
27.5 MB
Last updated
8 months ago
docker pull hdcore/docker-flake8:7