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: docs-source/content/userguide/managing-domains/domain-in-image/base-images/_index.md
+37-24Lines changed: 37 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ using the Oracle Single Sign-On authentication service. If you do not already ha
64
64
Use the web interface to accept the Oracle Standard Terms and Restrictions for the Oracle software images that you intend to deploy.
65
65
Your acceptance of these terms is stored in a database that links the software images to your Oracle Single Sign-On login credentials.
66
66
67
-
The Oracle Container Registry provides a WebLogic Server 12.2.1.3.0 Docker image which already has the necessary patches applied.
67
+
The Oracle Container Registry provides a WebLogic Server 12.2.1.3.0 Docker image, which already has the necessary patches applied, and the Oracle WebLogic Server 12.2.1.4.0 image, which does not require any patches.
68
68
69
69
First, you will need to log in to the Oracle Container Registry:
70
70
@@ -88,38 +88,51 @@ Oracle Container Registry.
88
88
89
89
#### Creating a custom image with patches applied
90
90
91
-
The Oracle WebLogic Server Kubernetes Operator requires patch 29135930.
92
-
This patch does have some prerequisite patches that will also need to be applied. The standard image `container-registry.oracle.com/middleware/weblogic:12.2.1.3` already has all of these patches applied.
91
+
The Oracle WebLogic Server Kubernetes Operator and WebLogic Server 12.2.1.3.0 image requires patch 29135930.
92
+
This patch has some prerequisite patches that will also need to be applied. To create and customize the WebLogic Server image,
93
+
and apply the required patches, use the [WebLogic Image Tool](https://github.com/oracle/weblogic-image-tool).
93
94
94
-
[This sample](https://github.com/oracle/docker-images/blob/master/OracleWebLogic/samples/12213-patch-wls-for-k8s/README.md) in
95
-
the Oracle GitHub Docker images repository demonstrates how to create an image with arbitrary patches, starting from an unpatched WebLogic Server 12.2.1.3 image (not the standard `container-registry/middleware/weblogic:12.2.1.3` pre-patched image). You can customize that sample to apply a different set of patches, if you require additional patches or PSUs.
95
+
To use the Image Tool, follow the [Setup](https://github.com/oracle/weblogic-image-tool/blob/master/README.md#setup) instructions
96
+
and [Quick Start](https://github.com/oracle/weblogic-image-tool/blob/master/site/quickstart.md) Guide.
96
97
97
-
When using that sample, you will need to download the required patch and also
98
-
some prerequisite patches. To find the correct version of the patch, you should
99
-
use the "Product or Family (Advanced)" option, then choose "Oracle WebLogic Server"
100
-
as the product, and set the release to "Oracle WebLogic Server 12.2.1.3.181016" as
101
-
shown in the image below:
98
+
To build the WebLogic Server image and apply the patches:
1. Add the Server JRE and the WebLogic Server installer to the [`cache` command](https://github.com/oracle/weblogic-image-tool/blob/master/site/cache.md).
0 commit comments