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
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ weight = 5
5
5
pre = "<b> </b>"
6
6
+++
7
7
8
+
#### Contents
9
+
10
+
*[Limitations](#limitations)
11
+
*[Obtaining the FMW Infrastructure Docker image](#obtaining-the-fmw-infrastructure-docker-image)
12
+
*[Creating an FMW Infrastructure Docker image](#creating-an-fmw-infrastructure-docker-image)
13
+
*[Configuring access to your database](#configuring-access-to-your-database)
14
+
*[Running the Repository Creation Utility to set up your database schema](#running-the-repository-creation-utility-to-set-up-your-database-schema)
15
+
*[Create a Kubernetes secret with the RCU credentials](#create-a-kubernetes-secret-with-the-rcu-credentials)
16
+
*[Creating an FMW Infrastructure domain](#creating-an-fmw-infrastructure-domain)
17
+
*[Patching the FMW Infrastructure image](#patching-the-fmw-infrastructure-image)
18
+
19
+
8
20
Starting with release 2.2, the operator supports FMW Infrastructure domains.
9
21
This means domains that are created with the FMW Infrastructure installer rather than the WebLogic
10
22
Server installer. These domains contain the Java Required Files (JRF) feature and are
@@ -43,7 +55,7 @@ following limitations currently exist for FMW Infrastructure domains:
43
55
before version 2.2.
44
56
45
57
46
-
#### Obtaining the FMW Infrastructure Docker Image
58
+
#### Obtaining the FMW Infrastructure Docker image
47
59
48
60
The Oracle WebLogic Server Kubernetes Operator requires patch 29135930.
49
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" >}}).
@@ -75,7 +87,7 @@ If desired, you can:
75
87
Additional information about using this image is available in the
0 commit comments