Skip to content

Commit 8e929b9

Browse files
incorporate comments
1 parent 36e7ee7 commit 8e929b9

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain-inputs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ domainPVMountPath: /shared
120120

121121
# Base WebLogic binary image used to build the WebLogic domain image
122122
# The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied.
123-
# The WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, meets this requirement.
123+
# The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019,
124+
# and has all the necessary patches applied; a `docker pull` is required if the you already have this image.
124125
# Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how
125126
# to obtain or create the image.
126127
# See README.md for more help.

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain-inputs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ managedServerPort: 8001
3939

4040
# WebLogic Server Docker image.
4141
# The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied.
42-
# The WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, meets this requirement.
42+
# The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019,
43+
# and has all the necessary patches applied; a `docker pull` is required if the you already have this image.
4344
# Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how
4445
# to obtain or create the image.
4546
#image:

site/quickstart.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ d. Pull the Traefik load balancer image:
4242
$ docker pull traefik:1.7.4
4343
```
4444
e. Pull the WebLogic 12.2.1.3 install image:
45+
4546
```
4647
$ docker pull store/oracle/weblogic:12.2.1.3
4748
```
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 the you already have this image.
4850

4951
f. Copy the image to all the nodes in your cluster, or put it in a Docker registry that your cluster can access.
5052

@@ -158,13 +160,13 @@ Follow the directions in the [README](../kubernetes/samples/scripts/create-weblo
158160
including:
159161

160162
* 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`),
161-
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`).
162164

163165
* Setting `weblogicCredentialsSecretName` to the name of the secret containing the WebLogic credentials, in this case, `sample-domain1-weblogic-credentials`.
164166

165167
* Leaving the `image` empty unless you need to tag the new image that the script builds to a different name.
166168

167-
**NOTE**: Make sure that your `JAVA_HOME` is set to a Java JDK version 1.8 or later.
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.
168170

169171
For example, assuming you named your copy `my-inputs.yaml`:
170172
```

site/user-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@ You can find the operator image in
7777
* Flannel networking v0.9.1-amd64 (check with `docker images | grep flannel`).
7878
* Docker 18.03.1.ce (check with `docker version`).
7979
* Helm 2.8.2+ (check with `helm version`).
80-
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930. The WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, meets this requirement.
80+
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930.
81+
* The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`,
82+
was updated on January 17, 2019, and has all the necessary patches applied.
83+
* A `docker pull` is required if the you already have this image.
8184
* You must have the `cluster-admin` role to install the operator.

0 commit comments

Comments
 (0)