Docker URL Fix - Issue #68

This commit is contained in:
Mike Reeves
2019-10-16 10:39:18 -04:00
parent a4a2f7eeda
commit ca4cd782a1
21 changed files with 58 additions and 58 deletions

View File

@@ -116,13 +116,13 @@ nginxtmp:
# Start the core docker
so-coreimage:
cmd.run:
- name: docker pull --disable-content-trust=false soshybridhunter/so-core:HH1.1.2
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-core:HH1.1.2
so-core:
docker_container.running:
- require:
- so-coreimage
- image: soshybridhunter/so-core:HH1.1.2
- image: docker.io/soshybridhunter/so-core:HH1.1.2
- hostname: so-core
- user: socore
- binds:
@@ -176,13 +176,13 @@ tgrafconf:
so-telegrafimage:
cmd.run:
- name: docker pull --disable-content-trust=false soshybridhunter/so-telegraf:HH1.1.0
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-telegraf:HH1.1.0
so-telegraf:
docker_container.running:
- require:
- so-telegrafimage
- image: soshybridhunter/so-telegraf:HH1.1.0
- image: docker.io/soshybridhunter/so-telegraf:HH1.1.0
- environment:
- HOST_PROC=/host/proc
- HOST_ETC=/host/etc
@@ -237,13 +237,13 @@ influxdbconf:
so-influximage:
cmd.run:
- name: docker pull --disable-content-trust=false soshybridhunter/so-influxdb:HH1.1.0
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-influxdb:HH1.1.0
so-influxdb:
docker_container.running:
- require:
- so-influximage
- image: soshybridhunter/so-influxdb:HH1.1.0
- image: docker.io/soshybridhunter/so-influxdb:HH1.1.0
- hostname: influxdb
- environment:
- INFLUXDB_HTTP_LOG_ENABLED=false
@@ -402,11 +402,11 @@ dashboard-{{ SN }}:
# Install the docker. This needs to be behind nginx at some point
so-grafanaimage:
cmd.run:
- name: docker pull --disable-content-trust=false soshybridhunter/so-grafana:HH1.1.0
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-grafana:HH1.1.0
so-grafana:
docker_container.running:
- image: soshybridhunter/so-grafana:HH1.1.0
- image: docker.io/soshybridhunter/so-grafana:HH1.1.0
- hostname: grafana
- user: socore
- binds: