diff options
author | 2018-09-19 22:14:24 +0200 | |
---|---|---|
committer | 2018-09-19 22:49:15 +0200 | |
commit | dec23d058eb9fdfeee33e9a4a61e3e65ccb0b490 (patch) | |
tree | b67612bd0eccfc301c376443fd65d468385cb7fe /.hadolint.yaml | |
parent | Merge branch 'django+mdlint' into django (diff) |
Add dockerfile lints.
Diffstat (limited to '.hadolint.yaml')
-rw-r--r-- | .hadolint.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.hadolint.yaml b/.hadolint.yaml new file mode 100644 index 00000000..5a0a0197 --- /dev/null +++ b/.hadolint.yaml @@ -0,0 +1,4 @@ +ignored: + # Ignore suggestion for pinned versions in `apt-get´ and `apk` + - DL3008 + - DL3018 |