Tips for faster feedback loops
lint your Dockerfile
- Install the hadolint binary: https://github.com/hadolint/hadolint/releases
- In VSCode install the hadolint extension
- Open a
Dockerfile
in VSCode and enjoy - Add a lint job to your pipeline
lint_dockerfile: