mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Fix make docker target
This commit is contained in:
parent
5c772218d9
commit
c2e91b0ea9
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ manifests: $(JSONNET_BIN) ## Builds the manifests
|
||||
./scripts/build.sh main.jsonnet $(JSONNET_BIN)
|
||||
|
||||
docker: ## Builds the manifests in a Docker container to avoid installing pre-requisites (Golang, Jsonnet, etc)
|
||||
docker run -it --rm -v $(PWD):/work -w /work --rm golang make vendor && make
|
||||
docker run -it --rm -v $(PWD):/work -w /work --rm golang bash -c "make vendor && make"
|
||||
|
||||
update_libs: $(JB_BINARY) ## Updates vendor libs. Require a regeneration of the manifests
|
||||
$(JB_BINARY) update
|
||||
|
Loading…
Reference in New Issue
Block a user