You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying hadolint to Dockerfiles does not seem to improve our code quality. It however forces us to litter the Dockerfiles with comments to disable some rules, reducing their readability.
For example, hadolint is not able to expand variables, so every use of FROM ${base} gets flagged as DL3006.
Component(s)
Continuous Integration, Developer Tools
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
Applying hadolint to Dockerfiles does not seem to improve our code quality. It however forces us to litter the Dockerfiles with comments to disable some rules, reducing their readability.
For example, hadolint is not able to expand variables, so every use of
FROM ${base}
gets flagged as DL3006.Component(s)
Continuous Integration, Developer Tools
The text was updated successfully, but these errors were encountered: