aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-11-12 13:42:44 -0500
committerJim Hahn <jrh3@att.com>2020-11-12 18:56:04 +0000
commitdcbfd300fff186fca07092731bd0c3d3044c6731 (patch)
tree4bc9b60b30d9606548491f8c26fba9a03bd58e0d /scripts
parent6081ea4e6bc9cb81ea8c023faed4ff2ab97b1069 (diff)
Work around docker rate limit in CSITs
CSITs are failing regularly due to download rate limits that were recently introduced on dockerhub. Modified the yaml to download mariadb from nexus3 instead of dockerhub. Issue-ID: POLICY-2895 Change-Id: I554a230d11533245a4fe987a2ac809ffc69affc7 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/policy/docker-compose-all.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/policy/docker-compose-all.yml b/scripts/policy/docker-compose-all.yml
index 55044c91..7b1f00a0 100644
--- a/scripts/policy/docker-compose-all.yml
+++ b/scripts/policy/docker-compose-all.yml
@@ -18,7 +18,7 @@
version: '2'
services:
mariadb:
- image: mariadb:${POLICY_MARIADB_VER}
+ image: nexus3.onap.org:10001/mariadb:${POLICY_MARIADB_VER}
container_name: mariadb
hostname: mariadb
command: ['--lower-case-table-names=1', '--wait_timeout=28800']