summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2023-04-28 15:04:46 -0700
committerClark Boylan <clark.boylan@gmail.com>2023-04-28 15:04:46 -0700
commit57cdfc978fb2090d697fa8fd89598e406d3551c7 (patch)
tree304e5f81ebaeabfad0eeceab2f3d88e709bc1676
parent0897279cb932c920d73a01126a178d2ee22d4cc1 (diff)
downloadzuul-57cdfc978fb2090d697fa8fd89598e406d3551c7.tar.gz
Add container creation details
This adds extra bits of info that the ensure-quay-repo role expects to be present. Change-Id: I581c667515b5ee2eec4ee79e9f2b485247711195
-rw-r--r--.zuul.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index a968f7100..f357c6ce6 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -240,6 +240,9 @@
- context: .
registry: quay.io
repository: quay.io/zuul-ci/zuul
+ namespace: zuul-ci
+ repo_shortname: zuul
+ repo_description: Base Zuul image.
target: zuul
tags:
# If zuul.tag is defined: [ '3', '3.19', '3.19.0' ]. Only works for 3-component tags.
@@ -248,26 +251,41 @@
- context: .
registry: quay.io
repository: quay.io/zuul-ci/zuul-executor
+ namespace: zuul-ci
+ repo_shortname: zuul-executor
+ repo_description: Zuul executor image
target: zuul-executor
tags: *imagetag
- context: .
registry: quay.io
repository: quay.io/zuul-ci/zuul-fingergw
+ namespace: zuul-ci
+ repo_shortname: zuul-fingergw
+ repo_description: Zuul fingergw image
target: zuul-fingergw
tags: *imagetag
- context: .
registry: quay.io
repository: quay.io/zuul-ci/zuul-merger
+ namespace: zuul-ci
+ repo_shortname: zuul-merger
+ repo_description: Zuul merger image
target: zuul-merger
tags: *imagetag
- context: .
registry: quay.io
repository: quay.io/zuul-ci/zuul-scheduler
+ namespace: zuul-ci
+ repo_shortname: zuul-scheduler
+ repo_description: Zuul scheduler image
target: zuul-scheduler
tags: *imagetag
- context: .
registry: quay.io
repository: quay.io/zuul-ci/zuul-web
+ namespace: zuul-ci
+ repo_shortname: zuul-web
+ repo_description: Zuul web image
target: zuul-web
tags: *imagetag