Lint any Dockerfile during any Docker image build
With our latest CLI version, you can now specify a --lint
flag and run a linter on your Dockerfile
. We also added the ability to set the lint level of error that can fail your build. Check out more details on our blog post, lint a Dockerfile on every build.