Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back port to eap 739 image with ibm semeru #454

Open
wants to merge 1 commit into
base: EAP_739_CR2_SEM
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eap-xp2/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.39.3
ref: 0.39.5
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand Down
6 changes: 1 addition & 5 deletions eap-xp2/rel-j9-11-xp-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modules:
version: '3.6'
- name: jboss.container.java.rm-openjdk
- name: jboss.container.openjdk.jdk
version: "openj9-11"
version: "semeru-11-open"

packages:
manager: dnf
Expand All @@ -30,10 +30,6 @@ osbs:
- ppc64le
compose:
pulp_repos: true
packages:
- java-11-openj9
- java-11-openj9-headless
- java-11-openj9-devel
signing_intent: release
inherit: true
repository:
Expand Down
2 changes: 1 addition & 1 deletion eap-xp2/runtime-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.39.3
ref: 0.39.5
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand Down
6 changes: 1 addition & 5 deletions eap-xp2/runtime-image/rel-j9-11-xp-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modules:
- name: os-eap-python
version: '3.6'
- name: jboss.container.openjdk.jdk
version: "openj9-11"
version: "semeru-11-open"



Expand All @@ -30,10 +30,6 @@ osbs:
- ppc64le
compose:
pulp_repos: true
packages:
- java-11-openj9
- java-11-openj9-headless
- java-11-openj9-devel
signing_intent: release
inherit: true

Expand Down
2 changes: 1 addition & 1 deletion image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.39.3
ref: 0.39.5
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand Down
6 changes: 1 addition & 5 deletions rel-j9-11-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modules:
version: '3.6'
- name: jboss.container.java.rm-openjdk
- name: jboss.container.openjdk.jdk
version: "openj9-11"
version: "semeru-11-open"

packages:
manager: dnf
Expand All @@ -30,10 +30,6 @@ osbs:
- ppc64le
compose:
pulp_repos: true
packages:
- java-11-openj9
- java-11-openj9-headless
- java-11-openj9-devel
signing_intent: release
inherit: true
repository:
Expand Down
2 changes: 1 addition & 1 deletion runtime-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.39.3
ref: 0.39.5
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand Down
6 changes: 1 addition & 5 deletions runtime-image/j9-11-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modules:
version: '3.6'
- name: jboss.container.java.rm-openjdk
- name: jboss.container.openjdk.jdk
version: "openj9-11"
version: "semeru-11-open"

packages:
content_sets_file: content_sets_rhel8.yml
Expand All @@ -30,10 +30,6 @@ osbs:
- ppc64le
compose:
pulp_repos: true
packages:
- java-11-openj9
- java-11-openj9-headless
- java-11-openj9-devel
signing_intent: release
inherit: true
repository:
Expand Down