From d7698b30bd5ed7c6df212e2dacbb5ffae7235f82 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 29 Jul 2020 16:27:16 +0200 Subject: [PATCH] Refer to docker.io mariadb Do not use cached mariadb on nexus3.onap.org Issue-ID: CLAMP-855 Signed-off-by: sebdet Change-Id: I7a45731122201d6ae8304fadc6ef0d75310eabd8 --- pom.xml | 4 ++-- 1 file 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 @@ 1.35 - library/mariadb:10.3.12 + docker.io/mariadb:10.3.12 mariadb @@ -967,7 +967,7 @@ - library/python:2-slim + docker.io/python:2-slim python python -- 2.16.6