From 8a35eb0b7ec7a7fa84e2c1c26729c4bba406b5f6 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Wed, 6 Mar 2024 21:14:03 +0000 Subject: [PATCH] ignore hadolint rule DL3029 --- .hadolint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.hadolint.yaml b/.hadolint.yaml index cbb62ca47..27fa2ff27 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -1,5 +1,6 @@ ignored: - DL3002 # warning: Last USER should not be root - DL3008 # warning: Pin versions in apt get install. Instead of `apt-get install ` use `apt-get install =` + - DL3029 # warning: Do not use --platform flag with FROM - SC2046 # warning: Quote this to prevent word splitting. - SC2086 # info: Double quote to prevent globbing and word splitting.