Maintained, version-synced yamllint Docker image for deterministic CI
277
Just Dockerizes yamllint for CI.
I use dependabot to keep this up to date, and the Docker builds are automatic.
By default, it lints /src in the container:
$ docker run --rm -v $PWD:/src jeffgreenca/yamllint:v1.16.0
/src/examples/invalid.yaml
5:1 error syntax error: could not find expected ':'
It just runs yamllint, so alternatively specify any valid yamllint arguments.
Content type
Image
Digest
Size
37.3 MB
Last updated
over 6 years ago
docker pull jeffgreenca/yamllint