add hadolint config file

to globally ignore certain rules
This commit is contained in:
Felix Bartels 2019-07-05 11:06:44 +02:00
parent df8c9f39ac
commit f6cfb5bf21
1 changed files with 7 additions and 0 deletions

7
.hadolint.yaml Normal file
View File

@ -0,0 +1,7 @@
ignored:
# disable explicit version for apt install
- DL3008
# disable explicit version for apk install
- DL3018
trustedRegistries:
- docker.io