From a39695a409b4182a79dde36b4deef1e03690c466 Mon Sep 17 00:00:00 2001
From: georg <georg@riseup.net>
Date: Mon, 15 Apr 2019 13:55:36 +0000
Subject: [PATCH] hadolint: explain ignored rules and point to docs

---
 .hadolint.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.hadolint.yaml b/.hadolint.yaml
index c29bd05..68a1cc3 100644
--- a/.hadolint.yaml
+++ b/.hadolint.yaml
@@ -1,5 +1,10 @@
 ignored:
+  # For more information, see https://github.com/hadolint/hadolint/wiki/$RULE
+  # Pin versions in apt-get install
   - DL3006
-  - DL3007  
+  # Always tag the version of an image explicitly
+  - DL3007
+  # Using latest is prone to errors if the image will ever update
   - DL3008
+  # Pin versions in pip
   - DL3013  
-- 
GitLab