KEYCLOAK-9372 update EAP version
This commit is contained in:
parent
5dee13007b
commit
6cb1d1d86b
2 changed files with 5 additions and 5 deletions
|
@ -480,9 +480,9 @@ $ oc new-build --binary=true \
|
||||||
--name=eap-app
|
--name=eap-app
|
||||||
--> Found image 31895a4 (3 months old) in image stream "openshift/jboss-eap71-openshift" under tag "latest" for "jboss-eap71-openshift"
|
--> Found image 31895a4 (3 months old) in image stream "openshift/jboss-eap71-openshift" under tag "latest" for "jboss-eap71-openshift"
|
||||||
|
|
||||||
JBoss EAP 7.1
|
JBoss EAP 7.2
|
||||||
-------------
|
-------------
|
||||||
Platform for building and running JavaEE applications on JBoss EAP 7.1
|
Platform for building and running JavaEE applications on JBoss EAP 7.2
|
||||||
|
|
||||||
Tags: builder, javaee, eap, eap7
|
Tags: builder, javaee, eap, eap7
|
||||||
|
|
||||||
|
@ -529,7 +529,7 @@ $ oc new-app eap-app
|
||||||
|
|
||||||
eap-app-demo/eap-app-1:aa2574d9
|
eap-app-demo/eap-app-1:aa2574d9
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Platform for building and running JavaEE applications on JBoss EAP 7.1
|
Platform for building and running JavaEE applications on JBoss EAP 7.2
|
||||||
|
|
||||||
Tags: builder, javaee, eap, eap7
|
Tags: builder, javaee, eap, eap7
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Install the EAP 7 Adapters from an RPM:
|
||||||
|
|
||||||
NOTE: With Red Hat Enterprise Linux 7, the term channel was replaced with the term repository. In these instructions only the term repository is used.
|
NOTE: With Red Hat Enterprise Linux 7, the term channel was replaced with the term repository. In these instructions only the term repository is used.
|
||||||
|
|
||||||
You must subscribe to the JBoss EAP 7.0 repository before you can install the EAP 7 adapters from an RPM.
|
You must subscribe to the JBoss EAP 7.2 repository before you can install the EAP 7 adapters from an RPM.
|
||||||
|
|
||||||
.Prerequisites
|
.Prerequisites
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ You must subscribe to the JBoss EAP 7.0 repository before you can install the EA
|
||||||
|
|
||||||
. If you are already subscribed to another JBoss EAP repository, you must unsubscribe from that repository first.
|
. If you are already subscribed to another JBoss EAP repository, you must unsubscribe from that repository first.
|
||||||
|
|
||||||
Using Red Hat Subscription Manager, subscribe to the JBoss EAP 7.0 repository using the following command. Replace <RHEL_VERSION> with either 6 or 7 depending on your Red Hat Enterprise Linux version.
|
Using Red Hat Subscription Manager, subscribe to the JBoss EAP 7.2 repository using the following command. Replace <RHEL_VERSION> with either 6 or 7 depending on your Red Hat Enterprise Linux version.
|
||||||
|
|
||||||
----
|
----
|
||||||
$ sudo subscription-manager repos --enable=jb-eap-7-for-rhel-<RHEL_VERSION>-server-rpms
|
$ sudo subscription-manager repos --enable=jb-eap-7-for-rhel-<RHEL_VERSION>-server-rpms
|
||||||
|
|
Loading…
Reference in a new issue