mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add makefile
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
6413afdcc9
commit
dcee0ac7c4
15
Makefile
Normal file
15
Makefile
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
.PHONY: build
|
||||||
|
build: ## Builds all the dockerfiles in the repository.
|
||||||
|
./build-all.sh
|
||||||
|
|
||||||
|
.PHONY: latest-versions
|
||||||
|
latest-versions: ## Checks all the latest versions of the Dockerfile contents.
|
||||||
|
./latest-versions.sh
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
|
test: ## Runs the tests on the repository.
|
||||||
|
./test.sh
|
||||||
|
|
||||||
|
.PHONY: help
|
||||||
|
help:
|
||||||
|
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
Loading…
Reference in New Issue
Block a user