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 xp 2.0 7.3.9 with ibm Semeru update #452

Open
wants to merge 2 commits into
base: EAP_200_739_CR1_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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -121,7 +121,7 @@ modules:
artifacts:
- name: maven-repo
target: maven-repo.zip
md5: cab767786da612d1c00ece4cd6520035
md5: 040d39b5ee113b1712ff2e5b054d5903

run:
user: 185
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