zabio3 / godolint

Dockerfile linter, written in Golang 🐳
Other
81 stars 12 forks source link

`FROM scratch` triggers DL3006 Always tag the version of an image explicitly. #50

Open stephenc opened 4 months ago

stephenc commented 4 months ago

The scratch image is a reserved minimal image: https://hub.docker.com/_/scratch and as such does not have tags

zabio3 commented 3 months ago

@stephenc

Thank you for bringing this to our attention! I'm waiting for a pull request to update hadolint to ignore this rule for scratch images and update the documentation to reflect this exception.

elliott-king commented 3 months ago

@stephenc

Thank you for bringing this to our attention! I'm waiting for a pull request to update hadolint to ignore this rule for scratch images and update the documentation to reflect this exception.

@zabio3 do you know if hadolint has had any discussions to separate the rules from the Haskell codebase?