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/fmw-infra/_index.md
+35-2Lines changed: 35 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ pre = "<b> </b>"
17
17
*[Patching the FMW Infrastructure image](#patching-the-fmw-infrastructure-image)
18
18
19
19
20
-
Starting with release 2.2, the operator supports FMW Infrastructure domains.
20
+
Starting with release 2.2.0, the operator supports FMW Infrastructure domains.
21
21
This means domains that are created with the FMW Infrastructure installer rather than the WebLogic
22
22
Server installer. These domains contain the Java Required Files (JRF) feature and are
23
23
the pre-requisite for "upper stack" products like Oracle SOA Suite, for example.
@@ -52,7 +52,40 @@ following limitations currently exist for FMW Infrastructure domains:
52
52
FMW Infrastructure domains. Note that you can still use all of the scaling features,
53
53
you just need to define the maximum size of your cluster at domain creation time.
54
54
* FMW Infrastructure domains are not supported with any version of the operator
55
-
before version 2.2.
55
+
before version 2.2.0.
56
+
57
+
58
+
#### Obtaining the FMW Infrastructure Docker Image
59
+
60
+
The Oracle WebLogic Server Kubernetes Operator requires patch 29135930.
61
+
The standard pre-built FMW Infrastructure image, `container-registry.oracle.com/middleware/fmw-infrastrucutre:12.2.1.3`, already has this patch applied. For detailed instructions on how to log into the Oracle Container Registry and accept license agreement, see this [document]({{< relref "/userguide/managing-domains/domain-in-image/base-images/_index.md#obtaining-standard-images-from-the-oracle-container-registry" >}}).
62
+
63
+
To pull an image from the Oracle Container Registry, in a web browser, navigate to https://container-registry.oracle.com and log in
64
+
using the Oracle Single Sign-On authentication service. If you do not already have SSO credentials, at the top of the page, click the Sign In link to create them.
65
+
66
+
Use the web interface to accept the Oracle Standard Terms and Restrictions for the Oracle software images that you intend to deploy.
67
+
Your acceptance of these terms are stored in a database that links the software images to your Oracle Single Sign-On login credentials.
68
+
69
+
70
+
First, you will need to log into the Oracle Container Registry:
* Check the WLS version with `docker run container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3 sh -c``'source $ORACLE_HOME/wlserver/server/bin/setWLSEnv.sh > /dev/null 2>&1 && java weblogic.version'`
84
+
85
+
* Check the WLS patches with `docker run container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3 sh -c``'$ORACLE_HOME/OPatch/opatch lspatches'`
86
+
87
+
Additional information about using this image is available in the
0 commit comments