Publish zuul-launcher image
Change-Id: I0d86920ed25856a476a14927728d7eb043715e96
This commit is contained in:
@@ -301,6 +301,14 @@
|
|||||||
repo_description: Zuul fingergw image
|
repo_description: Zuul fingergw image
|
||||||
target: zuul-fingergw
|
target: zuul-fingergw
|
||||||
tags: *imagetag
|
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: .
|
- context: .
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: quay.io/zuul-ci/zuul-merger
|
repository: quay.io/zuul-ci/zuul-merger
|
||||||
|
|||||||
@@ -115,6 +115,9 @@ CMD ["/usr/local/bin/zuul-executor", "-f"]
|
|||||||
FROM zuul as zuul-fingergw
|
FROM zuul as zuul-fingergw
|
||||||
CMD ["/usr/local/bin/zuul-fingergw", "-f"]
|
CMD ["/usr/local/bin/zuul-fingergw", "-f"]
|
||||||
|
|
||||||
|
FROM zuul as zuul-launcher
|
||||||
|
CMD ["/usr/local/bin/zuul-launcher", "-f"]
|
||||||
|
|
||||||
FROM zuul as zuul-merger
|
FROM zuul as zuul-merger
|
||||||
CMD ["/usr/local/bin/zuul-merger", "-f"]
|
CMD ["/usr/local/bin/zuul-merger", "-f"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user