From 39beecbdb2a8eebd8b06d7c3569865c8267b7a4a Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 11 Feb 2023 21:38:22 +0100 Subject: [PATCH] Ignored 2 more rules --- .hadolint.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.hadolint.yaml b/.hadolint.yaml index 4daaeb8..cd07573 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -3,5 +3,7 @@ override: style: - - DL3006 # explicit image tag version - - DL3018 # version pin in apk add + - DL3006 # always tag the version of an image explicitly + - DL3008 # pin versions in apt get install + - DL3015 # avoid additional packages by specifying `--no-install-recommends` + - DL3018 # pin versions in apk add