From: liamfallon Date: Fri, 29 Jul 2022 12:07:40 +0000 (+0100) Subject: Remove path from docker image names X-Git-Tag: 6.3.0~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=08ef2ac5c90fdd073c8c532493f828a7d4259b4f;p=policy%2Fclamp.git Remove path from docker image names Having the docker.io path in the image name can cause interference problems when building the images locally. Issue-ID: POLICY-4224 Change-Id: I6b606191fb91b64554ddfe471c9fe412a1c86508 Signed-off-by: liamfallon --- diff --git a/runtime/pom.xml b/runtime/pom.xml index 606d1beef..0487148f3 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -690,7 +690,7 @@ 1.35 - docker.io/mariadb:10.5.4 + mariadb:10.5.4 mariadb @@ -719,7 +719,7 @@ - docker.io/python:2-slim + python:2-slim python python