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 # Start the core docker
so-coreimage: so-coreimage:
cmd.run: 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: so-core:
docker_container.running: docker_container.running:
- require: - require:
- so-coreimage - so-coreimage
- image: docker.io/soshybridhunter/so-core:HH1.1.3 - image: docker.io/soshybridhunter/so-core:HH1.1.4
- hostname: so-core - hostname: so-core
- user: socore - user: socore
- binds: - binds:

View File

@@ -100,13 +100,13 @@ eslogdir:
so-elasticsearchimage: so-elasticsearchimage:
cmd.run: 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: so-elasticsearch:
docker_container.running: docker_container.running:
- require: - require:
- so-elasticsearchimage - so-elasticsearchimage
- image: docker.io/soshybridhunter/so-elasticsearch:HH1.1.0 - image: docker.io/soshybridhunter/so-elasticsearch:HH1.1.4
- hostname: elasticsearch - hostname: elasticsearch
- name: so-elasticsearch - name: so-elasticsearch
- user: elasticsearch - user: elasticsearch

View File

@@ -58,13 +58,13 @@ filebeatconfsync:
so-filebeatimage: so-filebeatimage:
cmd.run: 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: so-filebeat:
docker_container.running: docker_container.running:
- require: - require:
- so-filebeatimage - so-filebeatimage
- image: docker.io/soshybridhunter/so-filebeat:HH1.1.1 - image: docker.io/soshybridhunter/so-filebeat:HH1.1.4
- hostname: so-filebeat - hostname: so-filebeat
- user: root - user: root
- extra_hosts: {{ MASTER }}:{{ MASTERIP }} - extra_hosts: {{ MASTER }}:{{ MASTERIP }}

View File

@@ -55,13 +55,13 @@ hiveesdata:
so-thehive-esimage: so-thehive-esimage:
cmd.run: 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: so-thehive-es:
docker_container.running: docker_container.running:
- require: - require:
- so-thehive-esimage - 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 - hostname: so-thehive-es
- name: so-thehive-es - name: so-thehive-es
- user: 939 - user: 939

View File

@@ -56,14 +56,14 @@ synckibanacustom:
so-kibanaimage: so-kibanaimage:
cmd.run: 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 # Start the kibana docker
so-kibana: so-kibana:
docker_container.running: docker_container.running:
- require: - require:
- so-kibanaimage - so-kibanaimage
- image: docker.io/soshybridhunter/so-kibana:HH1.1.1 - image: docker.io/soshybridhunter/so-kibana:HH1.1.4
- hostname: kibana - hostname: kibana
- user: kibana - user: kibana
- environment: - environment:

View File

@@ -155,13 +155,13 @@ lslogdir:
# Add the container # Add the container
so-logstashimage: so-logstashimage:
cmd.run: 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: so-logstash:
docker_container.running: docker_container.running:
- require: - require:
- so-logstashimage - so-logstashimage
- image: docker.io/soshybridhunter/so-logstash:HH1.1.1 - image: docker.io/soshybridhunter/so-logstash:HH1.1.4
- hostname: so-logstash - hostname: so-logstash
- name: so-logstash - name: so-logstash
- user: logstash - user: logstash

View File

@@ -64,13 +64,13 @@ wazuhagentregister:
so-wazuhimage: so-wazuhimage:
cmd.run: 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: so-wazuh:
docker_container.running: docker_container.running:
- require: - require:
- so-wazuhimage - so-wazuhimage
- image: docker.io/soshybridhunter/so-wazuh:HH1.1.3 - image: docker.io/soshybridhunter/so-wazuh:HH1.1.4
- hostname: {{HOSTNAME}}-wazuh-manager - hostname: {{HOSTNAME}}-wazuh-manager
- name: so-wazuh - name: so-wazuh
- detach: True - detach: True