From dec23d058eb9fdfeee33e9a4a61e3e65ccb0b490 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Wed, 19 Sep 2018 22:14:24 +0200 Subject: Add dockerfile lints. --- .hadolint.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .hadolint.yaml (limited to '.hadolint.yaml') diff --git a/.hadolint.yaml b/.hadolint.yaml new file mode 100644 index 00000000..5a0a0197 --- /dev/null +++ b/.hadolint.yaml @@ -0,0 +1,4 @@ +ignored: + # Ignore suggestion for pinned versions in `apt-get´ and `apk` + - DL3008 + - DL3018 -- cgit v1.2.3