Remove path from docker image names 64/130064/2
authorliamfallon <liam.fallon@est.tech>
Fri, 29 Jul 2022 12:07:40 +0000 (13:07 +0100)
committerLiam Fallon <liam.fallon@est.tech>
Fri, 29 Jul 2022 12:37:21 +0000 (12:37 +0000)
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>
runtime/pom.xml

index 606d1be..0487148 100644 (file)
                     <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>
                             </run>
                         </image>
                         <image>
-                            <name>docker.io/python:2-slim</name>
+                            <name>python:2-slim</name>
                             <alias>python</alias>
                             <run>
                                 <hostname>python</hostname>