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
@@ -476,8 +476,8 @@ After [setting up the WebLogic Image Tool]({{< relref "/soa-domains/create-or-up
476
476
```
477
477
1. Provide the following arguments to the WebLogic Image Tool `update` command:
478
478
479
-
*`--fromImage` - Identify the image that needs to be updated. In the example below, the image to be updated is `soasuite:12.2.1.4`.
480
-
*`--patches` - Multiple patches can be specified as a comma-separated list.
479
+
*`–-fromImage` - Identify the image that needs to be updated. In the example below, the image to be updated is `soasuite:12.2.1.4`.
480
+
*`–-patches` - Multiple patches can be specified as a comma-separated list.
481
481
*`--tag` - Specify the new tag to be applied for the image being built.
482
482
483
483
Refer [here](https://oracle.github.io/weblogic-image-tool/userguide/tools/update-image/) for the complete list of options available with the WebLogic Image Tool `update` command.
@@ -606,7 +606,7 @@ After [setting up the WebLogic Image Tool]({{< relref "/soa-domains/create-or-up
606
606
607
607
{{%expand "Click here to see the example Dockerfile generated by the WebLogic Image Tool with the '--dryRun' option:" %}}
<p>Append the <code>--patches</code> flag and the product patch keys to the <code>create</code> command in the <code>buildArgs</code> file. The <code>--patches</code> list must be a comma-separated collection of patch <code>--key</code> values used in the <code>imagetool cache addEntry</code> commands above.</p>
1753
1752
<p>Sample <code>--patches</code> list for the product patches added in to the cache:</p>
Copy file name to clipboardExpand all lines: docs/21.2.2/soa-domains/installguide/prerequisites/index.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1525,8 +1525,13 @@ <h1>
1525
1525
<h3id="system-requirements-for-oracle-soa-suite-domains">System requirements for Oracle SOA Suite domains</h3>
1526
1526
<p>For the current production release 21.2.2:</p>
1527
1527
<ul>
1528
-
<li>Oracle Linux 7 (UL6+) and Red Hat Enterprise Linux 7 (UL3+ only with standalone Kubernetes) are supported.</li>
1529
-
<li>Oracle Linux Cloud Native Environment (OLCNE) version 1.1.2 is supported.</li>
1528
+
<li>Operating systems supported:
1529
+
<ul>
1530
+
<li>Oracle Linux 7 (UL6+)</li>
1531
+
<li>Red Hat Enterprise Linux 7 (UL3+ only with standalone Kubernetes)</li>
1532
+
<li>Oracle Linux Cloud Native Environment (OLCNE) version 1.1.2</li>
1533
+
</ul>
1534
+
</li>
1530
1535
<li>Kubernetes 1.16.15+, 1.17.13+, 1.18.10+, and 1.19.7+ (check with <code>kubectl version</code>).</li>
1531
1536
<li>Docker 18.09.1ce, 19.03.1 (check with <code>docker version</code>) or CRI-O 1.14.7 (check with <code>crictl version | grep RuntimeVersion</code>).</li>
1532
1537
<li>Flannel networking v0.9.1-amd64 or later (check with <code>docker images | grep flannel</code>), Calico networking v3.16.1 or later.</li>
0 commit comments