From f41504a41d9c6bf2ae627cfe0d816ace21cb2c3a Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 21 Nov 2024 18:00:42 +0100 Subject: [PATCH] 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 --- playbooks/metal3-ci/run.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/metal3-ci/run.yaml b/playbooks/metal3-ci/run.yaml index fdee0ffde5..df0ee0e08e 100644 --- a/playbooks/metal3-ci/run.yaml +++ b/playbooks/metal3-ci/run.yaml @@ -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"