MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
759 stars 438 forks source link

Add hadolint checker #466

Closed fauust closed 1 year ago

fauust commented 1 year ago

Fix some warnings/errors

grooverdan commented 1 year ago

There should be a note about the impact of --no-install-recommends in the commit message.

Targetting next branch so that it gets buildbot testing before release.

fauust commented 1 year ago

There should be a note about the impact of --no-install-recommends in the commit message.

Yep, indeed, good catch. I was not sure about it and forget to mention. We can also remove it and skip this check.

grooverdan commented 1 year ago

Add the ignore for now. I didn't see anything in Recommends obviously used, but would rather consider it later.

grooverdan commented 1 year ago

Thank you.