Work around docker rate limit in CSITs
[integration/csit.git] / scripts / policy / docker-compose-engine.yml
index 1fc5f9f..fe9bbea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2018 AT&T Intellectual Property. All rights reserved
+# Copyright 2018, 2020 AT&T Intellectual Property. All rights reserved
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -14,7 +14,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']
@@ -25,7 +25,7 @@ services:
       expose:
        - 3306
    nexus:
-      image: sonatype/nexus:2.14.8-01
+      image: nexus3.onap.org:10001/sonatype/nexus:2.14.8-01
       container_name: nexus
       hostname: nexus
    pap: