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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,13 @@ d. Pull the Traefik load balancer image:
42
42
$ docker pull traefik:1.7.4
43
43
```
44
44
e. Pull the WebLogic 12.2.1.3 install image:
45
+
45
46
```
46
47
$ 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:
48
+
```
49
+
**Note**: The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019, and has all the necessary patches applied; a `docker pull` is required if you already have this image.
49
50
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.
52
-
53
-
g. Copy the image to all the nodes in your cluster, or put it in a Docker registry that your cluster can access.
51
+
f. Copy the image to all the nodes in your cluster, or put it in a Docker registry that your cluster can access.
54
52
55
53
## 2. Grant the Helm service account the `cluster-admin` role.
56
54
@@ -162,12 +160,14 @@ Follow the directions in the [README](../kubernetes/samples/scripts/create-weblo
162
160
including:
163
161
164
162
* Copying the sample `kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain-inputs.yaml` file and updating your copy with the `domainUID` (`sample-domain1`),
165
-
domain namespace (`sample-domain1-ns`), and the `domainHomeImageBase` (`oracle/weblogic:12213-patch-wls-for-k8s`).
163
+
domain namespace (`sample-domain1-ns`), and the `domainHomeImageBase` (`store/oracle/weblogic:12.2.1.3`).
166
164
167
165
* Setting `weblogicCredentialsSecretName` to the name of the secret containing the WebLogic credentials, in this case, `sample-domain1-weblogic-credentials`.
168
166
169
167
* Leaving the `image` empty unless you need to tag the new image that the script builds to a different name.
170
168
169
+
**NOTE**: If you set the `domainHomeImageBuildPath` property to `./docker-images/OracleWebLogic/samples/12213-domain-home-in-image-wdt`, make sure that your `JAVA_HOME` is set to a Java JDK version 1.8 or later.
170
+
171
171
For example, assuming you named your copy `my-inputs.yaml`:
172
172
```
173
173
$ cd kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image
0 commit comments