Publish zuul-launcher image

Change-Id: I0d86920ed25856a476a14927728d7eb043715e96
This commit is contained in:
James E. Blair 2024-07-15 15:54:21 -07:00
parent ba2c8479ee
commit 1b61185ec6
2 changed files with 11 additions and 0 deletions

View File

@ -301,6 +301,14 @@
repo_description: Zuul fingergw image
target: zuul-fingergw
tags: *imagetag
- context: .
registry: quay.io
repository: quay.io/zuul-ci/zuul-launcher
namespace: zuul-ci
repo_shortname: zuul-launcher
repo_description: Zuul launcher image
target: zuul-launcher
tags: *imagetag
- context: .
registry: quay.io
repository: quay.io/zuul-ci/zuul-merger

View File

@ -115,6 +115,9 @@ CMD ["/usr/local/bin/zuul-executor", "-f"]
FROM zuul as zuul-fingergw
CMD ["/usr/local/bin/zuul-fingergw", "-f"]
FROM zuul as zuul-launcher
CMD ["/usr/local/bin/zuul-launcher", "-f"]
FROM zuul as zuul-merger
CMD ["/usr/local/bin/zuul-merger", "-f"]