forked from jboss-container-images/rhpam-7-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathce.yaml
32 lines (32 loc) · 1002 Bytes
/
ce.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
builds:
# Product builds
- name: "rhpam-businesscentral"
descriptor: "businesscentral/image.yaml"
product: true
overrides:
- "businesscentral/branch-overrides.yaml"
- name: "rhpam-businesscentral-indexing"
descriptor: "businesscentral-indexing/image.yaml"
product: true
overrides:
- "businesscentral-indexing/branch-overrides.yaml"
- name: "rhpam-businesscentral-monitoring"
descriptor: "businesscentral-monitoring/image.yaml"
product: true
overrides:
- "businesscentral-monitoring/branch-overrides.yaml"
- name: "rhpam-controller"
descriptor: "controller/image.yaml"
product: true
overrides:
- "controller/branch-overrides.yaml"
- name: "rhpam-kieserver"
descriptor: "kieserver/image.yaml"
product: true
overrides:
- "kieserver/branch-overrides.yaml"
- name: "rhpam-smartrouter"
descriptor: "smartrouter/image.yaml"
product: true
overrides:
- "smartrouter/branch-overrides.yaml"