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/weblogic-docker-images.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ There are two main options available:
9
9
and the domain directory.
10
10
11
11
If you want to use the first option, you will need to obtain the standard
12
-
WebLogic Server image from the Docker Store [see here](#obtaining-standard-images-from-the-docker-store)
13
-
and then create a new image with the mandatory patches applied as described in [this section](#creating-a-custom-images-with-patches-applied).
12
+
WebLogic Server image from the Docker Store,[see here](#obtaining-standard-images-from-the-docker-store),
13
+
this image already contains the mandatory patches applied as described in [this section](#creating-a-custom-image-with-patches-applied).
14
14
If you want to use additional patches, you can customize that process to include additional patches.
15
15
16
16
If you want to use the second option, which includes the domain directory
@@ -19,7 +19,7 @@ as described in [this section](#creating-a-custom-image-with-your-domain-inside-
19
19
20
20
## Setting up secrets to access the Docker Store
21
21
22
-
**Note** This version of the operator requires WebLogic Server 12.2.1.3.0 plus patch 28076014, so pulling an unpatched image directly to the Kubernetes cluster is not particularly useful. However, we have left this information in the documentation for reference purposes.
22
+
**Note**: This version of the operator requires WebLogic Server 12.2.1.3.0 plus patch 29135930, and the standard image `store/oracle/weblogic:12.2.1.3` already includes this patch pre-applied.
23
23
24
24
In order for Kubernetes to obtain the WebLogic Server Docker image from the Docker Store, which requires authentication, a Kubernetes secret containing the registry credentials must be created. To create a secret with Docker Store credentials, issue the following command:
25
25
@@ -40,7 +40,7 @@ If you choose this approach, you do not require the Kubernetes secret.
40
40
## Obtaining standard images from the Docker store
41
41
42
42
Oracle provides a [WebLogic Server 12.2.1.3.0 Docker image](https://store.docker.com/_/oracle-weblogic-server-12c) in the
43
-
[Docker Store](https://store.docker.com). To obtain that image, you
43
+
[Docker Store](https://store.docker.com) which already has the necessary patches applied. To obtain that image, you
44
44
must have a Docker Store account, log on to the Docker Store, navigate
45
45
to that image and click on the "Proceed to Checkout" button which will
46
46
prompt you to read and accept the license agreement for the image.
@@ -64,12 +64,11 @@ Docker Store.
64
64
65
65
## Creating a custom image with patches applied
66
66
67
-
The Oracle WebLogic Server Kubernetes Operator requires patch 28076014.
68
-
This patch does have some prerequisites that will also need to be applied.
67
+
The Oracle WebLogic Server Kubernetes Operator requires patch 29135930.
68
+
This patch does have some prerequisites that will also need to be applied. The standard image `store/oracle/weblogic:12.2.1.3` already has these patches applied.
69
69
70
70
[This sample](https://github.com/oracle/docker-images/blob/master/OracleWebLogic/samples/12213-patch-wls-for-k8s/README.md) in
71
-
the Oracle GitHub Docker images repository demonstrates how to create
72
-
a patched image.
71
+
the Oracle GitHub Docker images repository demonstrates how to create an image with arbitrary patches. You can customize that sample to apply a different set of patches, if you require additional patches or PSUs.
73
72
74
73
When using that sample, you will need to download the required patch and also
75
74
some prerequisite patches. To find the correct version of the patch, you should
0 commit comments