[deploy-env] Fix fetching images
Even with the docker proxy cache we often get jobs failed due to Docker Hub rate limits. As per recommendation from the Opendev Infra team let's pull as many as possible images from other registires. This PR updates the dnsmasq and nginx images used for auxiliary purposes during deployments. Change-Id: I58946e6fc63d726e08d83ea7f96e7fef140ddf21
This commit is contained in:
parent
672e488519
commit
3edbef16f3
@ -66,6 +66,6 @@ tunnel_network_cidr: "172.24.5.0/24"
|
|||||||
tunnel_client_cidr: "172.24.5.2/24"
|
tunnel_client_cidr: "172.24.5.2/24"
|
||||||
tunnel_cluster_cidr: "172.24.5.1/24"
|
tunnel_cluster_cidr: "172.24.5.1/24"
|
||||||
|
|
||||||
dnsmasq_image: "docker.io/openstackhelm/neutron:2024.2-ubuntu_jammy"
|
dnsmasq_image: "quay.io/airshipit/neutron:2024.2-ubuntu_jammy"
|
||||||
nginx_image: "docker.io/nginx:alpine3.18"
|
nginx_image: "quay.io/airshipit/nginx:alpine3.18"
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user