Simple yamllint image for use in CI
1.7K
This is a small container image that contains a python3 environment with yamllint1. This container is very usefull for automatic testing during CI.
docker run --rm -v /path/to/python/code:/code hdcore/docker-yamllint:<version> yamllint <arguments>
docker run -it --rm -v /path/to/python/code:/code hdcore/docker-yamllint:<version> /bin/sh
image: hdcore/docker-yamllint:<version>
script: yamllint <arguments>
The image is stored on multiple container registries at dockerhub and gitlab:
Build:
docker build -f <version>/Dockerfile -t docker-yamllint:<version> .
Content type
Image
Digest
sha256:d3185e5a4…
Size
22.4 MB
Last updated
about 1 year ago
docker pull hdcore/docker-yamllint:1