Skip to content

Commit 888958d

Browse files
rosemarymaranorjeberhard
authored andcommitted
modify patching instructions
1 parent 96b485f commit 888958d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

site/quickstart.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ e. Pull the WebLogic 12.2.1.3 install image:
4545
```
4646
$ docker pull store/oracle/weblogic:12.2.1.3
4747
```
48-
f. **TODO** remove this item when Monica has published the new image with the patch in it **TODO**
49-
Then patch the WebLogic image according to these [instructions](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s),
50-
and copy the image to all nodes in your cluster, or put it in a Docker registry that your cluster can access.
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.
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.
5154

5255
## 2. Create a Traefik (Ingress-based) load balancer.
5356

0 commit comments

Comments
 (0)