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>
<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>