
This will ensure that properly defined container images are created in quay registries for us. You need to do this out of band of the docker push if you want the image repos to be public. The ensure-quay-repo role should ignore images that don't have the correct metadata making this safe for all container base jobs. Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/881521 Change-Id: Ic358f5e2f44c2a1e02140f8c848fe352214ba65a
7 lines
203 B
YAML
7 lines
203 B
YAML
- hosts: localhost
|
|
roles:
|
|
# This will create image repos in quay if the container_image
|
|
# entries and container_registry_credentials have the appropriate
|
|
# contents.
|
|
- ensure-quay-repo
|