Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2022-05-10 02:05:10 +0300
committerEvan Read <eread@gitlab.com>2022-05-10 02:05:10 +0300
commit9ea654a50765b3666e95398c310e99ad0e6a5d98 (patch)
treeb1c87f988af66722f45f926497691b9db784b78a /.hadolint.yaml
parentc411b0a3bd8aeb33f529da53bb84dd8ceaae8ed0 (diff)
Use hadolint to lint Dockerfiles
Diffstat (limited to '.hadolint.yaml')
-rw-r--r--.hadolint.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hadolint.yaml b/.hadolint.yaml
new file mode 100644
index 00000000..4a82d970
--- /dev/null
+++ b/.hadolint.yaml
@@ -0,0 +1,3 @@
+ignored:
+ - DL3018
+ - DL3022