-
Task
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
Not defined
As per Docker best practices from infra, we should start including Dockerfile linting as part of our CI. Reported problems could either fail the build or alternatively be saved in a report for us to manually inspect. Given that our Dockerfiles are relatively simple, the former is perhaps a better option so we can enforce this more easily going forward. Infra recommend hadolint
AT:
- Optimize Dockerfiles are linted as part of our build
Hint:
- A good candidate for pairing with infra