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
This commit is contained in:
James E. Blair 2023-04-13 07:54:17 -07:00
parent 4f302ba612
commit a2c8912b65

View File

@ -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: .