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: site/quickstart.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,9 @@ $ docker pull traefik:1.7.4
44
44
e. Pull the WebLogic 12.2.1.3 install image:
45
45
```
46
46
$ docker pull store/oracle/weblogic:12.2.1.3
47
-
```
48
-
f. Then patch the WebLogic image according to the instructions [here](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s), with these modifications:
49
-
50
-
* Change the `FROM` clause to extend the `store/oracle/weblogic:12.2.1.3` image from `Dockerfile.patch-ontop-12213`.
51
-
* Comment out commands that apply patch 27117282.
47
+
```
52
48
53
-
g. Copy the image to all the nodes in your cluster, or put it in a Docker registry that your cluster can access.
49
+
f. Copy the image to all the nodes in your cluster, or put it in a Docker registry that your cluster can access.
54
50
55
51
## 2. Grant the Helm service account the `cluster-admin` role.
56
52
@@ -168,6 +164,8 @@ domain namespace (`sample-domain1-ns`), and the `domainHomeImageBase` (`oracle/w
168
164
169
165
* Leaving the `image` empty unless you need to tag the new image that the script builds to a different name.
170
166
167
+
**NOTE**: Make sure that your `JAVA_HOME` is set to a Java JDK version 1.8 or later.
168
+
171
169
For example, assuming you named your copy `my-inputs.yaml`:
172
170
```
173
171
$ cd kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image
0 commit comments