зеркало из https://github.com/mozilla/MozDef.git
update make target to run in packer
This commit is contained in:
Родитель
58b224ab03
Коммит
d11c2f9f03
4
Makefile
4
Makefile
|
@ -129,5 +129,7 @@ new-alert: ## Create an example alert and working alert unit test
|
|||
python tests/alert_templater.py
|
||||
|
||||
.PHONY: set-version-and-fetch-docker-container
|
||||
set-version-and-fetch-docker-container: build-cwd hub-tagged # Lock the release of MozDef by pulling the docker containers on AMI build and caching replace all instances of latest in the compose override with the BRANCH
|
||||
set-version-and-fetch-docker-container: # Lock the release of MozDef by pulling the docker containers on AMI build and caching replace all instances of latest in the compose override with the BRANCH
|
||||
make $(BRANCH) build-cwd
|
||||
make $(BRANCH) hub-tagged
|
||||
sed -i s/latest/$(BRANCH)/g docker/compose/docker-compose-cloudy-mozdef.yml
|
Загрузка…
Ссылка в новой задаче