Merge pull request #209 from Security-Onion-Solutions/update_version

Update various image versions
This commit is contained in:
Mike Reeves
2020-01-13 09:00:41 -05:00
committed by GitHub
7 changed files with 14 additions and 14 deletions

View File

@@ -117,13 +117,13 @@ nginxtmp:
# Start the core docker
so-coreimage:
cmd.run:
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-core:HH1.1.3
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-core:HH1.1.4
so-core:
docker_container.running:
- require:
- so-coreimage
- image: docker.io/soshybridhunter/so-core:HH1.1.3
- image: docker.io/soshybridhunter/so-core:HH1.1.4
- hostname: so-core
- user: socore
- binds:

View File

@@ -100,13 +100,13 @@ eslogdir:
so-elasticsearchimage:
cmd.run:
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-elasticsearch:HH1.1.0
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-elasticsearch:HH1.1.4
so-elasticsearch:
docker_container.running:
- require:
- so-elasticsearchimage
- image: docker.io/soshybridhunter/so-elasticsearch:HH1.1.0
- image: docker.io/soshybridhunter/so-elasticsearch:HH1.1.4
- hostname: elasticsearch
- name: so-elasticsearch
- user: elasticsearch

View File

@@ -58,13 +58,13 @@ filebeatconfsync:
so-filebeatimage:
cmd.run:
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-filebeat:HH1.1.1
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-filebeat:HH1.1.4
so-filebeat:
docker_container.running:
- require:
- so-filebeatimage
- image: docker.io/soshybridhunter/so-filebeat:HH1.1.1
- image: docker.io/soshybridhunter/so-filebeat:HH1.1.4
- hostname: so-filebeat
- user: root
- extra_hosts: {{ MASTER }}:{{ MASTERIP }}

View File

@@ -55,13 +55,13 @@ hiveesdata:
so-thehive-esimage:
cmd.run:
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive-es:HH1.1.1
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive-es:HH1.1.4
so-thehive-es:
docker_container.running:
- require:
- so-thehive-esimage
- image: docker.io/soshybridhunter/so-thehive-es:HH1.1.1
- image: docker.io/soshybridhunter/so-thehive-es:HH1.1.4
- hostname: so-thehive-es
- name: so-thehive-es
- user: 939

View File

@@ -56,14 +56,14 @@ synckibanacustom:
so-kibanaimage:
cmd.run:
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-kibana:HH1.1.1
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-kibana:HH1.1.4
# Start the kibana docker
so-kibana:
docker_container.running:
- require:
- so-kibanaimage
- image: docker.io/soshybridhunter/so-kibana:HH1.1.1
- image: docker.io/soshybridhunter/so-kibana:HH1.1.4
- hostname: kibana
- user: kibana
- environment:

View File

@@ -155,13 +155,13 @@ lslogdir:
# Add the container
so-logstashimage:
cmd.run:
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-logstash:HH1.1.1
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-logstash:HH1.1.4
so-logstash:
docker_container.running:
- require:
- so-logstashimage
- image: docker.io/soshybridhunter/so-logstash:HH1.1.1
- image: docker.io/soshybridhunter/so-logstash:HH1.1.4
- hostname: so-logstash
- name: so-logstash
- user: logstash

View File

@@ -64,13 +64,13 @@ wazuhagentregister:
so-wazuhimage:
cmd.run:
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-wazuh:HH1.1.3
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-wazuh:HH1.1.4
so-wazuh:
docker_container.running:
- require:
- so-wazuhimage
- image: docker.io/soshybridhunter/so-wazuh:HH1.1.3
- image: docker.io/soshybridhunter/so-wazuh:HH1.1.4
- hostname: {{HOSTNAME}}-wazuh-manager
- name: so-wazuh
- detach: True