Skip to content

Commit 47ab760

Browse files
mnasiadkaAlex-Welsh
authored andcommitted
CI: Stop using infra cache servers as registry
It stopped working with docker-ce >= 29.0.0 and has proven to be problematic in the past Change-Id: I9a3d8d3dd268b7bb098b8e87d22b11e4ef0c72e9 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
1 parent c0bbba3 commit 47ab760

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/templates/globals-default.j2

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ podman_registry_insecure: yes
8484
{% endif %}
8585
openstack_tag: "{{ build_image_tag }}"
8686
{% else %}
87-
# use the published images from a site mirror of quay.io
88-
docker_registry: "{{ zuul_site_mirror_fqdn }}:4447"
89-
docker_registry_insecure: no
90-
{% if container_engine == 'podman' %}
91-
podman_registry: "{{ zuul_site_mirror_fqdn }}:4447"
92-
podman_registry_insecure: no
93-
{% endif %}
9487
docker_namespace: openstack.kolla
9588
{% if docker_image_tag_suffix %}
9689
openstack_tag_suffix: "{{ docker_image_tag_suffix }}"

0 commit comments

Comments
 (0)