diff --git a/.hadolint.yaml b/.hadolint.yaml index d12e316..30aeaba 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -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