From 08ef2ac5c90fdd073c8c532493f828a7d4259b4f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 29 Jul 2022 13:07:40 +0100 Subject: 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 --- runtime/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit 1.2.3-korg