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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,12 @@ e. Pull the WebLogic 12.2.1.3 install image:
45
45
```
46
46
$ docker pull store/oracle/weblogic:12.2.1.3
47
47
```
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.
51
54
52
55
## 2. Create a Traefik (Ingress-based) load balancer.
0 commit comments