[CI] move hadolint exceptions in specific config file
This commit is contained in:
parent
38d08a841f
commit
b25549f62d
2 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@ steps:
|
||||||
- name: docker lint
|
- name: docker lint
|
||||||
image: hadolint/hadolint
|
image: hadolint/hadolint
|
||||||
commands:
|
commands:
|
||||||
- hadolint --ignore DL3013 Dockerfile # ignore pinning version in pip
|
- hadolint Dockerfile # ignore pinning version in pip
|
||||||
|
|
||||||
- name: w3c validator
|
- name: w3c validator
|
||||||
image: validator/validator:latest
|
image: validator/validator:latest
|
||||||
|
|
2
.hadolint.yaml
Normal file
2
.hadolint.yaml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ignored:
|
||||||
|
- DL3013
|
Loading…
Reference in a new issue