-
Notifications
You must be signed in to change notification settings - Fork 45
/
branch-overrides.yaml
33 lines (31 loc) · 1.12 KB
/
branch-overrides.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
33
schema_version: 1
# Purpose: Branch overrides are for building the current state of the branch,
# along with other modules at specific reference points. Neither the
# branch nor the modules it references are guaranteed to be unchanging.
# Usage: cekit build --overrides-file branch-overrides.yaml
modules:
repositories:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.39.8
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
ref: EAP_7412_CR3
- name: jboss-eap-7-image
git:
url: https://github.com/jboss-container-images/jboss-eap-7-image.git
ref: EAP_7412_CR3
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules.git
ref: 0.18.11
- name: rhpam-7-image
git:
url: https://github.com/jboss-container-images/rhpam-7-image.git
ref: main
- name: jboss-kie-modules
git:
url: https://github.com/jboss-container-images/jboss-kie-modules.git
ref: main