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
Consensus was to add hadolint, but we probably have tuning to do. Our current Dockerfile produces these errors:
Dockerfile:13 DL3005 Do not use apt-get upgrade or dist-upgrade
Dockerfile:13 DL3008 Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Dockerfile:13 DL3009 Delete the apt-get lists after installing something
Do we want to follow the guidance, or ignore these?
Consensus was to add hadolint, but we probably have tuning to do. Our current
Dockerfile
produces these errors:Do we want to follow the guidance, or ignore these?
The text was updated successfully, but these errors were encountered: