update rule
All checks were successful
build / Dockerfile lint (push) Successful in 10s
build / build (push) Successful in 42s

This commit is contained in:
Roger Sikorski 2023-11-12 17:40:27 +01:00
parent b05d480a35
commit df35eb7443
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -1,4 +1,7 @@
ignored:
- DL3013 # https://github.com/hadolint/hadolint/wiki/DL3013 allow install latest package
- DL3008 # https://github.com/hadolint/hadolint/wiki/DL3008 ubuntu: no need to pin specific version
- DL3018 # https://github.com/hadolint/hadolint/wiki/DL3018 alpine: no need to pin specific version
# alpine specific
- DL3018 # https://github.com/hadolint/hadolint/wiki/DL3018 no need to pin specific version
# ubuntu specific
- DL3008 # https://github.com/hadolint/hadolint/wiki/DL3008 no need to pin specific version
- DL3015 # https://github.com/hadolint/hadolint/wiki/DL3015 allow installation of recommends packages, this image is for making our live easier