forked from jboss-container-images/rhpam-7-openshift-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
branch-overrides.yaml
29 lines (27 loc) · 1.16 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
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.35.1
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
ref: EAP_723_OPENJDK11_CR2_2
- name: jboss-eap-7-image
git:
url: https://github.com/jboss-container-images/jboss-eap-7-image.git
ref: EAP_723_CR2
- name: rhpam-7-image
git:
url: https://github.com/jboss-container-images/rhpam-7-image.git
ref: master
- name: jboss-kie-modules
git:
url: https://github.com/jboss-container-images/jboss-kie-modules.git
ref: master