-
Enhancement
-
Resolution: Done
-
Optional
-
None
-
None
Context
Currently the Dockerfiles have a series of deprecated or non good practices, since those images are being widely used now it's important to adhere to certain good practices.
How
Using hadolint is one option to easily detect the most important things, others are based on https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ and shellcheck which is also embed in hadolint.