Use quay.io registry image for metal3 job

As alternative to docker registry image.
This is to avoid issues related to dockerhub rate limits.

Change-Id: Ia0b543aaedc03d4030e0335236b9b336ef0ce355
This commit is contained in:
Riccardo Pittau 2024-11-21 18:00:42 +01:00
parent e57e3cb330
commit f41504a41d

View File

@ -7,6 +7,7 @@
metal3_environment:
ANSIBLE_VERBOSITY: 2
CONTROL_PLANE_MACHINE_COUNT: 1
DOCKER_REGISTRY_IMAGE: "quay.io/libpod/registry:2.8"
IMAGE_OS: ubuntu
IMAGE_USERNAME: zuul
IRONIC_FROM_SOURCE: "true"