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:
parent
4f302ba612
commit
a2c8912b65
@ -38,6 +38,10 @@
|
|||||||
provides:
|
provides:
|
||||||
- zuul-client-container-image
|
- zuul-client-container-image
|
||||||
vars: &zuulclient_image_vars
|
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_command: docker
|
||||||
container_images:
|
container_images:
|
||||||
- context: .
|
- context: .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user