makefile: SELinux-related fix for hadolint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
68ac3ba380
commit
6d1e164bb3
3
Makefile
3
Makefile
@ -13,8 +13,7 @@ vcs_ref = $$(git rev-parse --short HEAD)
|
|||||||
build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||||
hadolintimg = hadolint/hadolint
|
hadolintimg = hadolint/hadolint
|
||||||
hadolinttag = v2.9.3-alpine
|
hadolinttag = v2.9.3-alpine
|
||||||
hadolintargs = run --rm -i -v $$PWD/.hadolint.yaml:/root/.config/hadolint.yaml
|
hadolintargs = run --rm -i -v $$PWD:/src:z --workdir=/src
|
||||||
|
|
||||||
.PHONY: hadolint build kaniko clean test prune
|
.PHONY: hadolint build kaniko clean test prune
|
||||||
|
|
||||||
hadolint:
|
hadolint:
|
||||||
|
Loading…
Reference in New Issue
Block a user