Skip to content

Commit

Permalink
Merge pull request #7 from jfdenise/eap8-beta-dev
Browse files Browse the repository at this point in the history
Upgrade to WildFly-cekit-modules 0.27.9 and maven plugin 1.0.0.Beta3
  • Loading branch information
jfdenise committed Aug 23, 2022
2 parents 1757e2d + 1f3ab70 commit 9393fb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions builder-image/image-jdk17-overrides.yaml
Expand Up @@ -8,6 +8,11 @@ labels:
value: "jboss-eap8-beta-openjdk17-builder-openshift-container"
- name: name
value: *imgName

envs:
- name: IMAGE_NAME
value: *imgName

modules:
install:
- name: jboss.container.openjdk.jdk
Expand Down
4 changes: 2 additions & 2 deletions builder-image/image.yaml
Expand Up @@ -45,7 +45,7 @@ envs:
value: org.jboss.eap.plugins
# TODO To be replaced with actual productized plugin version
- name: PROVISIONING_MAVEN_PLUGIN_VERSION
value: 1.0.0.Alpha3-redhat-00001
value: 1.0.0.Beta3-redhat-00001
- name: SSO_DEFAULT_PROVIDER_NAME
value: rh-sso
ports:
Expand All @@ -59,7 +59,7 @@ modules:
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: 0.27.5
ref: 0.27.9
- name: eap-modules
path: ../modules
install:
Expand Down
2 changes: 1 addition & 1 deletion runtime-image/image.yaml
Expand Up @@ -48,7 +48,7 @@ modules:
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: 0.27.5
ref: 0.27.9
- name: eap-modules
path: ../modules
install:
Expand Down

0 comments on commit 9393fb1

Please sign in to comment.