Sign inSign up

jeffgreenca/yamllint

By jeffgreenca

Updated over 6 years ago

Maintained, version-synced yamllint Docker image for deterministic CI

Image
0

277

jeffgreenca/yamllint repository overview

Docker Cloud Build Status

yamllint

Just Dockerizes yamllint for CI.

I use dependabot to keep this up to date, and the Docker builds are automatic.

usage

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.

Tag summary

Content type

Image

Digest

Size

37.3 MB

Last updated

over 6 years ago

docker pull jeffgreenca/yamllint