aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-07-29 16:27:16 +0200
committersebdet <sebastien.determe@intl.att.com>2020-07-29 16:27:16 +0200
commitd7698b30bd5ed7c6df212e2dacbb5ffae7235f82 (patch)
treead8bab62bce41635d5147bbef3281c7328feabb0
parente760f72203c95b684d88cc19216c1cfbdcdbc089 (diff)
Refer to docker.io mariadb
Do not use cached mariadb on nexus3.onap.org Issue-ID: CLAMP-855 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I7a45731122201d6ae8304fadc6ef0d75310eabd8
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6eb411a2..cf1068ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -938,7 +938,7 @@
<apiVersion>1.35</apiVersion>
<images>
<image>
- <name>library/mariadb:10.3.12</name>
+ <name>docker.io/mariadb:10.3.12</name>
<alias>mariadb</alias>
<run>
<env>
@@ -967,7 +967,7 @@
</run>
</image>
<image>
- <name>library/python:2-slim</name>
+ <name>docker.io/python:2-slim</name>
<alias>python</alias>
<run>
<hostname>python</hostname>