Skip to content

Commit c1eacb0

Browse files
authored
Merge pull request #1103 from oracle/rmarano1
added x-refs to image, jenkins-ignore
2 parents 1c899dd + 6412c55 commit c1eacb0

File tree

2 files changed

+2
-34
lines changed
  • docs-source/content

2 files changed

+2
-34
lines changed

docs-source/content/samples/simple/domains/fmw-domain/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you begin, read this document, [Domain resource]({{< relref "/userguide/m
2020
The following prerequisites must be handled prior to running the create domain script:
2121

2222
* Make sure the WebLogic operator is running.
23-
* The operator requires FMW Infrastructure 12.2.1.3.0 with patch 29135930 applied.
23+
* The operator requires FMW Infrastructure 12.2.1.3.0 with patch 29135930 applied. For details on how to obtain or create the image, refer to [FMW Infrastructure domains]({{< relref "/userguide/managing-domains/fmw-infra/_index.md#obtaining-the-fmw-infrastructure-docker-image" >}}).
2424
* Create a Kubernetes namespace for the domain unless the intention is to use the default namespace.
2525
* In the same Kubernetes namespace, create the Kubernetes persistent volume (PV) where the domain
2626
home will be hosted, and the Kubernetes persistent volume claim (PVC) for the domain. For samples
@@ -113,7 +113,7 @@ The following parameters can be provided in the inputs file.
113113
| `domainUID` | Unique ID that will be used to identify this particular domain. Used as the name of the generated WebLogic domain as well as the name of the Kubernetes domain resource. This ID must be unique across all domains in a Kubernetes cluster. This ID cannot contain any character that is not valid in a Kubernetes service name. | `domain1` |
114114
| `exposeAdminNodePort` | Boolean indicating if the Administration Server is exposed outside of the Kubernetes cluster. | `false` |
115115
| `exposeAdminT3Channel` | Boolean indicating if the T3 administrative channel is exposed outside the Kubernetes cluster. | `false` |
116-
| `image` | WebLogic Docker image. The operator requires FMW Infrastructure 12.2.1.3.0 with patch 29135930 applied. Refer to [FMW Infrastructure domains]({{< relref "/userguide/managing-domains/fmw-infra/_index.md" >}}) for details on how to obtain or create the image. | `container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3` |
116+
| `image` | WebLogic Docker image. The operator requires FMW Infrastructure 12.2.1.3.0 with patch 29135930 applied. Refer to [FMW Infrastructure domains]({{< relref "/userguide/managing-domains/fmw-infra/_index.md#obtaining-the-fmw-infrastructure-docker-image" >}}) for details on how to obtain or create the image. | `container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3` |
117117
| `imagePullPolicy` | WebLogic Docker image pull policy. Legal values are `IfNotPresent`, `Always`, or `Never` | `IfNotPresent` |
118118
| `imagePullSecretName` | Name of the Kubernetes secret to access the Docker Store to pull the WebLogic Server Docker image. The presence of the secret will be validated when this parameter is specified. | |
119119
| `includeServerOutInPodLog` | Boolean indicating whether to include the server .out to the pod's stdout. | `true` |

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

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -88,38 +88,6 @@ Additional information about using this image is available in the
8888
[Oracle Container Registry](https://container-registry.oracle.com).
8989

9090

91-
#### Obtaining the FMW Infrastructure Docker image
92-
93-
The Oracle WebLogic Server Kubernetes Operator requires patch 29135930.
94-
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" >}}).
95-
96-
To pull an image from the Oracle Container Registry, in a web browser, navigate to https://container-registry.oracle.com and log in
97-
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.
98-
99-
Use the web interface to accept the Oracle Standard Terms and Restrictions for the Oracle software images that you intend to deploy.
100-
Your acceptance of these terms are stored in a database that links the software images to your Oracle Single Sign-On login credentials.
101-
102-
103-
First, you will need to log into the Oracle Container Registry:
104-
105-
```
106-
$ docker login container-registry.oracle.com
107-
```
108-
109-
Then, you can pull the image with this command:
110-
111-
```
112-
$ docker pull container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.3
113-
```
114-
If desired, you can:
115-
116-
* 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'`
117-
118-
* 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'`
119-
120-
Additional information about using this image is available in the
121-
[Oracle Container Registry](https://container-registry.oracle.com).
122-
12391
#### Creating an FMW Infrastructure Docker image
12492

12593
You can also create a Docker image containing the FMW Infrastructure binaries.

0 commit comments

Comments
 (0)