From a2c8912b6514c346792d802f0758029847c68ed2 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 13 Apr 2023 07:54:17 -0700 Subject: [PATCH] Use intermediate registry to promote container image This switches the container image promote method from tag to intermediate registry. This has the upside of not requiring any registry-specific tooling, and the downside of potentially being slower. Let's try it out and see how much of a downside that is. Change-Id: I8c1ea8753b68b84d6c710bdf11a1bee594f46f32 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 43890e7..d6bc517 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -38,6 +38,10 @@ provides: - zuul-client-container-image vars: &zuulclient_image_vars + promote_container_image_method: intermediate-registry + promote_container_image_api: https://zuul.opendev.org/api/tenant/zuul + promote_container_image_pipeline: gate + promote_container_image_job: zuul-client-upload-image container_command: docker container_images: - context: .