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