You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/eap/docker-build/README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# Building an EAP 8 application image using docker
1
+
# Building an EAP 8.1 application image using docker
2
2
3
-
In this example we are making use of the EAP 8 runtime image to build an EAP 8 server + JAX-RS application docker image.
3
+
In this example we are making use of the EAP 8.1 runtime image to build an EAP 8.1 server + JAX-RS application docker image.
4
4
In order to create an EAP 8 server containing our application, we are using the [EAP Maven Plugin](https://github.com/jbossas/eap-maven-plugin).
5
5
6
-
The docker image is built then deployed on an Openshift cluster using Helm charts for EAP 8.
6
+
The docker image is built then deployed on an Openshift cluster using Helm charts for EAP 8.1.
7
7
8
8
# Use-cases
9
9
10
-
* Test EAP 8 new features and/or bug fixes on Openshift.
10
+
* Test EAP 8.1 new features and/or bug fixes on Openshift.
11
11
12
12
# EAP 8 Maven plugin configuration
13
13
@@ -40,27 +40,27 @@ Technologies required to build and deploy this example
40
40
41
41
* docker
42
42
43
-
* Helm chart for EAP8 `jboss-eap/eap8`.
43
+
* Helm chart for EAP 8.1 `jboss-eap/eap81`.
44
44
45
45
# Pre-requisites
46
46
47
47
* You have docker setup.
48
48
49
49
* You have a `Registry Service Account`. You can [create one](https://access.redhat.com/terms-based-registry/) if not.
50
50
51
-
* You have configured docker to access the EAP 8 images. For detailed instructions check the URL: `https://access.redhat.com/terms-based-registry/#/token/<your user id>/docker-login`.
51
+
* You have configured docker to access the EAP 8.1 images. For detailed instructions check the URL: `https://access.redhat.com/terms-based-registry/#/token/<your user id>/docker-login`.
52
52
53
53
* You are logged into an OpenShift cluster and have `oc` command in your path
54
54
55
55
* You have installed Helm. Please refer to [Installing Helm page](https://helm.sh/docs/intro/install/) to install Helm in your environment
56
56
57
-
* You have installed the repository for the Helm charts for EAP 8
57
+
* You have installed the repository for the Helm charts for EAP 8.1
1. Setup to pull EAP 8 s2i builder and runtime images in Openshift [only required for on-premise installation of OpenShift, not needed for OpenShift Sandbox]
77
+
1. Setup to pull EAP 8.1 s2i builder and runtime images in Openshift [only required for on-premise installation of OpenShift, not needed for OpenShift Sandbox]
78
78
79
79
Create the authentication token secret for your OpenShift project using the YAML file that you downloaded:
80
80
@@ -90,14 +90,14 @@ oc secrets link default 1234567-myserviceaccount-pull-secret --for=pull
90
90
oc secrets link builder 1234567-myserviceaccount-pull-secret --for=pull
91
91
```
92
92
93
-
2. Deploy the example application using EAP 8 Helm charts
93
+
2. Deploy the example application using EAP 8.1 Helm charts
4.1 [Alternative] Start a binary build from the deployment only that will provision the EAP8 server, deploy the deployment and output the application image.
97
+
4.1 [Alternative] Start a binary build from the deployment only that will provision the EAP 8.1 server, deploy the deployment and output the application image.
0 commit comments