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: documentation/staging/content/userguide/base-images/_index.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ description: "Create or obtain WebLogic Server images."
12
12
*[Obtain standard images from the Oracle Container Registry](#obtain-standard-images-from-the-oracle-container-registry)
13
13
*[Create a custom image with patches applied](#create-a-custom-image-with-patches-applied)
14
14
*[Create a custom image with your domain inside the image](#create-a-custom-image-with-your-domain-inside-the-image)
15
+
*[Patch WebLogic Server images](#patch-weblogic-server-images)
15
16
*[Apply patched images to a running domain](#apply-patched-images-to-a-running-domain)
16
17
17
18
@@ -154,7 +155,23 @@ including keys and credentials that are used to access external resources
154
155
[WebLogic domain in container image protection]({{<relref "/security/domain-security/image-protection#weblogic-domain-in-container-image-protection">}}).
155
156
{{% /notice %}}
156
157
158
+
#### Patch WebLogic Server images
157
159
160
+
Use the [WebLogic Image Tool](https://github.com/oracle/weblogic-image-tool) (WIT) to patch
161
+
WebLogic Server images with quarterly Patch Set Updates (PSUs), which include security fixes, or with one-off patches.
162
+
163
+
Use either the WIT [`create`](https://github.com/oracle/weblogic-image-tool/blob/master/site/create-image.md) or
164
+
[`update`](https://github.com/oracle/weblogic-image-tool/blob/master/site/update-image.md) command, however,
165
+
patching using the `create`command results in a smaller WebLogic Server image size. Note that you will need to
166
+
download the WebLogic Server 12.2.1.4.0 installer and JDK installer prior to running the `create` command. For details, see
167
+
the WIT [Quick Start](https://github.com/oracle/weblogic-image-tool/blob/master/site/quickstart.md) guide.
168
+
169
+
Example: Create an image named `sample:wls` with the WebLogic Server 12.2.1.4.0 slim installer, JDK 8u291, a slim version of the Oracle Linux 7 container image,
170
+
and latest PSU and recommended CPU and SPU patches applied.
0 commit comments