aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-07-29 13:07:40 +0100
committerLiam Fallon <liam.fallon@est.tech>2022-07-29 12:37:21 +0000
commit08ef2ac5c90fdd073c8c532493f828a7d4259b4f (patch)
tree083c93ab6271004e20af405b1a43f2682c3f1baf
parentc1c9b09f1b7200f814110bd7dab7f45630b3e184 (diff)
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 <liam.fallon@est.tech>
-rw-r--r--runtime/pom.xml4
1 files 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 @@
<apiVersion>1.35</apiVersion>
<images>
<image>
- <name>docker.io/mariadb:10.5.4</name>
+ <name>mariadb:10.5.4</name>
<alias>mariadb</alias>
<run>
<env>
@@ -719,7 +719,7 @@
</run>
</image>
<image>
- <name>docker.io/python:2-slim</name>
+ <name>python:2-slim</name>
<alias>python</alias>
<run>
<hostname>python</hostname>