From f6b711bb1b816eb00e4be8699746e526a54b1e7d Mon Sep 17 00:00:00 2001 From: Otthorn Date: Tue, 23 Feb 2021 23:10:30 +0100 Subject: [PATCH] Add hadolint configuration file --- .hadolint | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .hadolint diff --git a/.hadolint b/.hadolint new file mode 100644 index 00000000..ee87b47e --- /dev/null +++ b/.hadolint @@ -0,0 +1,4 @@ +ignored: + - DL3008 # Do not force to pin version in apt (Debian) + - DL3013 # Do not force to pin version in pip (PyPI) + - DL3018 # Do not force to pin version in apk (Alpine)