X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fpolicy%2Fdocker-compose-engine.yml;fp=scripts%2Fpolicy%2Fdocker-compose-engine.yml;h=fe9bbeade96d6a4eb111770817f2e4998c898ad1;hb=6a4ac5810191b9971c3f1566b8da3c5b2c9725b1;hp=1fc5f9f3951e760063f528d030b50e69c02f5ad3;hpb=b61bd1af39a9b6adf65b06d16886849e273d2b5f;p=integration%2Fcsit.git diff --git a/scripts/policy/docker-compose-engine.yml b/scripts/policy/docker-compose-engine.yml index 1fc5f9f3..fe9bbead 100644 --- a/scripts/policy/docker-compose-engine.yml +++ b/scripts/policy/docker-compose-engine.yml @@ -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: