Skip to content

Commit e31663d

Browse files
committed
Merge of FMW documentation
1 parent 1097b58 commit e31663d

File tree

1 file changed

+35
-2
lines changed
  • docs-source/content/userguide/managing-domains/fmw-infra

1 file changed

+35
-2
lines changed

docs-source/content/userguide/managing-domains/fmw-infra/_index.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pre = "<b> </b>"
1717
* [Patching the FMW Infrastructure image](#patching-the-fmw-infrastructure-image)
1818

1919

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.
2121
This means domains that are created with the FMW Infrastructure installer rather than the WebLogic
2222
Server installer. These domains contain the Java Required Files (JRF) feature and are
2323
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:
5252
FMW Infrastructure domains. Note that you can still use all of the scaling features,
5353
you just need to define the maximum size of your cluster at domain creation time.
5454
* 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:
71+
72+
```
73+
$ docker login container-registry.oracle.com
74+
```
75+
76+
Then, you can pull the image with this command:
77+
78+
```
79+
$ docker pull container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3
80+
```
81+
If desired, you can:
82+
83+
* 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
88+
[Oracle Container Registry](https://container-registry.oracle.com).
5689

5790

5891
#### Obtaining the FMW Infrastructure Docker image

0 commit comments

Comments
 (0)