aboutsummaryrefslogtreecommitdiffstats
path: root/.hadolint.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.hadolint.yaml')
-rw-r--r--.hadolint.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.hadolint.yaml b/.hadolint.yaml
new file mode 100644
index 0000000..f1c324b
--- /dev/null
+++ b/.hadolint.yaml
@@ -0,0 +1,7 @@
+ignored:
+ # disable explicit version for apt install
+ - DL3008
+ # disable explicit version for apk install
+ - DL3018
+trustedRegistries:
+ - docker.io