X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fpolicy%2Fpolicy-apex-pdp%2Fdocker-compose-apex.yml;fp=scripts%2Fpolicy%2Fpolicy-apex-pdp%2Fdocker-compose-apex.yml;h=0201cc9144cd718fc510be22783786cf051baf05;hb=6a4ac5810191b9971c3f1566b8da3c5b2c9725b1;hp=b7ba21c861f4284abd575e8b5ed8d61045b1b1dd;hpb=b61bd1af39a9b6adf65b06d16886849e273d2b5f;p=integration%2Fcsit.git diff --git a/scripts/policy/policy-apex-pdp/docker-compose-apex.yml b/scripts/policy/policy-apex-pdp/docker-compose-apex.yml index b7ba21c8..0201cc91 100644 --- a/scripts/policy/policy-apex-pdp/docker-compose-apex.yml +++ b/scripts/policy/policy-apex-pdp/docker-compose-apex.yml @@ -1,5 +1,5 @@ # Copyright (C) 2019 Nordix Foundation. -# Modifications Copyright (C) 2019 AT&T Intellectual Property. +# Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ networks: driver: bridge 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']