A docker image for various kubernetes manifests linters
2.1K
A docker image for various kubernetes manifests linters.
Public docker image is available here.
Here are examples.
# kubeval
docker run --rm -v ${PWD}:/work makocchi/kmlinters kubeval -d /work
# conftest
docker run --rm -v ${PWD}:/work makocchi/kmlinters conftest test /work
# pluto
docker run --rm -v ${PWD}:/work makocchi/kmlinters pluto detect-files -d /work
Content type
Image
Digest
Size
78.2 MB
Last updated
over 5 years ago
docker pull makocchi/kmlinters