Dockadvisor is a fast linter for Dockerfiles that helps you keep them optimal and consistent. Here’s what it offers:
- applying 60+ rules that cover standard instructions (
FROM, RUN, ENV, etc.) and multi-stage builds;- performs security checks, such as specifying secrets in variables;
- scores the quality of your Dockerfile on the scale from 0 to 100;
- can be used as a web interface, Go library, or WebAssembly module (i.e. executed in the browser).
▶️ GitHub repo
Language: Go | License: Apache 2.0 | 70 ⭐️
#tools
