Skip to content
Snippets Groups Projects
Commit 2624e938 authored by Michal Arbet's avatar Michal Arbet
Browse files

[CI] Fix podman cross-dependency build

Change-Id: I3501e6bf17ccb94adfcdb62956dceba9d67b0881
parent eb21d4f9
No related branches found
No related tags found
No related merge requests found
......@@ -77,11 +77,19 @@ docker_namespace: "lokolla"
# see: https://github.com/moby/moby/issues/39033
docker_registry: "primary:4000"
docker_registry_insecure: yes
{% if container_engine == 'podman' %}
podman_registry: "primary:4000"
podman_registry_insecure: yes
{% endif %}
openstack_tag: "{{ build_image_tag }}"
{% else %}
# use the published images from a site mirror of quay.io
docker_registry: "{{ zuul_site_mirror_fqdn }}:4447"
docker_registry_insecure: no
{% if container_engine == 'podman' %}
podman_registry: "{{ zuul_site_mirror_fqdn }}:4447"
podman_registry_insecure: no
{% endif %}
docker_namespace: openstack.kolla
{% if docker_image_tag_suffix %}
openstack_tag_suffix: "{{ docker_image_tag_suffix }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment