|
|
@ -7,10 +7,9 @@ YAMLLINT_TAG=latest |
|
|
|
build_yamllint: |
|
|
|
docker build -t fedy95/baseimage:yamllint-${YAMLLINT_TAG} image -f image/Dockerfile |
|
|
|
|
|
|
|
lint: |
|
|
|
lint: build_yamllint |
|
|
|
@docker run --rm $$(tty -s && echo "-it" || echo) -v $(PWD):/data fedy95/baseimage:yamllint-latest . |
|
|
|
lint_help: |
|
|
|
lint_help: build_yamllint |
|
|
|
docker run --rm -v $(pwd):/data fedy95/baseimage:yamllint-latest --help |
|
|
|
|
|
|
|
|
|
|
|
.DEFAULT_GOAL := build_yamllint |