forked from jboss-container-images/rhpam-7-openshift-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtag-overrides.yaml
30 lines (28 loc) · 1.24 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
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.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: 7.6.0.GA
- name: jboss-kie-modules
git:
url: https://github.com/jboss-container-images/jboss-kie-modules.git
ref: rhpam-7.6.0.GA