-
Notifications
You must be signed in to change notification settings - Fork 45
/
tag-overrides.yaml
34 lines (32 loc) · 1.2 KB
/
tag-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
34
schema_version: 1
# Purpose: Tag overrides are for reliably rebuilding the image per the state of
# the branch at the time the tag was created, along with other modules
# at reliable and unchanging reference points. Useful for CVE respins.
# Warning: Only reliable if referenced via a tag itself!
# Usage: cekit build --overrides-file tag-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: 7.14.0.GA
- name: jboss-kie-modules
git:
url: https://github.com/jboss-container-images/jboss-kie-modules.git
ref: rhpam-7.14.0.GA