Update all containers to alpha except so-core

This commit is contained in:
Mike Reeves
2019-06-26 13:16:49 -04:00
parent f03124ae13
commit 9ba5f67828
6 changed files with 21 additions and 17 deletions
+4 -4
View File
@@ -33,13 +33,13 @@ hiveesdata:
so-thehive-esimage:
cmd.run:
- name: docker pull --disable-content-trust=false soshybridhunter/so-thehive-es:HH1.0.7
- name: docker pull --disable-content-trust=false soshybridhunter/so-thehive-es:HH1.1.0
so-thehive-es:
docker_container.running:
- require:
- so-thehive-esimage
- image: soshybridhunter/so-thehive-es:HH1.0.7
- image: soshybridhunter/so-thehive-es:HH1.1.0
- hostname: so-thehive-es
- name: so-thehive-es
- user: 939
@@ -81,13 +81,13 @@ so-thehive-es:
so-thehiveimage:
cmd.run:
- name: docker pull --disable-content-trust=false soshybridhunter/so-thehive:HH1.0.8
- name: docker pull --disable-content-trust=false soshybridhunter/so-thehive:HH1.1.0
so-thehive:
docker_container.running:
- require:
- so-thehiveimage
- image: soshybridhunter/so-thehive:HH1.0.8
- image: soshybridhunter/so-thehive:HH1.1.0
- environment:
- ELASTICSEARCH_HOST={{ MASTERIP }}
- hostname: so-thehive