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: documentation/staging/content/navigate/image.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,18 @@ in a Kubernetes environment using the [WebLogic Image Tool](https://oracle.githu
24
24
25
25
### Design View
26
26
The `Design View` helps you specify the necessary data needed to run the WebLogic Image Tool to build an image for
27
-
running the WebLogic domain with all resources configured and applications deployed.
28
-
29
-
Use the design view to create a new or use an existing (the default) `Primary Image` and, depending on your choice of [domain location]({{< relref "/navigate/project-settings#choosing-a-domain-location" >}}),
30
-
an `Auxiliary Image`. Auxiliary images are available for "Model in Image" domains _only_.
27
+
running the WebLogic domain with all resources configured and applications deployed. The `Design View` page is divided into `Primary Image` and `Auxiliary Image` pages.
28
+
Auxiliary images are available for the "Model in Image" [domain location]({{< relref "/navigate/project-settings#choosing-a-domain-location" >}}) _only_.
31
29
32
30
-`Primary Image` - The image containing the Oracle Fusion Middleware software. It is used as the basis of all containers that run WebLogic Servers for the domain.
33
31
-`Auxiliary Image` - The image that supplies the WebLogic Deploy Tooling software and the model files. At runtime, the auxiliary image's content is merged with the primary image's content.
34
32
35
33
One primary image can be reused for hundreds of domains whereas an auxiliary image is domain-specific. When using auxiliary images,
36
34
the primary image contains the OS, JDK, and FMW software installations; the auxiliary image supplies the specifics for a single domain.
37
35
38
-
39
-
The `Design View` page for the `Primary Image` and the `Auxiliary Image`is divided into several primary panes and a few advanced panes.
40
-
Note that not all the fields described for the `Primary Image` are relevant for an `Auxiliary Image`, such as the JDK and Oracle installers, and patching. The exceptions will be called out.
36
+
Use the `Design View` to create a new or use an existing (the default) `Primary Image` and, for Model in Image domains only, an `Auxiliary Image`.
37
+
The `Design View` page for the `Primary Image` and the `Auxiliary Image`has several panes and a few advanced panes.
38
+
Note that _not all_ the fields described for the `Primary Image` are relevant for an `Auxiliary Image`, such as the JDK and Oracle installers, and patching. The exceptions are noted.
41
39
42
40
-[Target Image Name and Registry Credentials](#target-image-name-and-registry-credentials)
43
41
-[Base Image to Use](#base-image-to-use)
@@ -72,7 +70,7 @@ field. Any container image registry address found in the base image tag will be
72
70
`Custom Base Image Pull Username` and `Custom Base Image Pull Password` fields.
73
71
74
72
When using a custom base image, the application requires the image to be inspected using the WebLogic Image Tool's
75
-
[Inspect Image](https://oracle.github.io/weblogic-image-tool/userguide/tools/inspect-image/) command. Note that this
73
+
[Inspect Image](https://oracle.github.io/weblogic-image-tool/userguide/tools/inspect-image/) command. **Note**: This
76
74
action is relevant for `Primary Images` only. To invoke this inspection, click
77
75
`Inspect Custom Base Image`. This inspection tells the application if Java or the
78
76
Oracle Fusion Middleware software is already installed in the image. If it finds either of these software packages
@@ -115,7 +113,7 @@ latest capabilities, many of which are exposed by this application. As such, us
115
113
recommended.
116
114
117
115
#### Patch Oracle Home
118
-
This pane is relevant for `Primary Images` only. Oracle strongly recommends patching all Oracle Fusion Middleware installations with the latest Patch Set Updates (PSUs)
116
+
**NOTE**: This pane is relevant for `Primary Images` only. Oracle strongly recommends patching all Oracle Fusion Middleware installations with the latest Patch Set Updates (PSUs)
119
117
and other recommended patches to ensure that the latest security fixes are applied. This pane configures the WebLogic
120
118
Image Tool to apply the specified patches to the Oracle Home during the image creation process. There are two mechanisms
Copy file name to clipboardExpand all lines: documentation/staging/content/navigate/kubernetes/k8s-weblogic-domain.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The following sections describe the other panes that support configuring the gen
81
81
#### Primary Image to Use for the Domain
82
82
This pane focuses on the container primary image to use to run the WebLogic Server domain in a container.
83
83
- When using either "Model in Image" or "Domain in Image" [domain location]({{< relref "/navigate/project-settings#choosing-a-domain-location" >}}), the `Primary Image Tag` field is read-only; its value is set using the
84
-
`Image Tag` field in the `Primary Image` section.
84
+
`Image Tag` field in the `Image` section.
85
85
- In the case of "Domain in PV", the `Image Tag` field is not read-only and _is_
86
86
the place to specify the image to use to run the WebLogic domain's containers.
87
87
- The read-only `Image Registry Address` field is populated by parsing the value of the `Image Tag` field
@@ -95,7 +95,7 @@ The choices are:
95
95
-`Never` - Never pull the image; this will result in an error if the image is not already present on the Kubernetes node.
96
96
97
97
If pulling the image from the specified image registry does not require authentication,
98
-
then `Specify Auxiliary Image Pull Credentials` should be disabled. When enabled, use the `Use Existing Image Pull Secret` field to tell the application
98
+
then `Specify Image Pull Credentials` should be disabled. When enabled, use the `Use Existing Image Pull Secret` field to tell the application
99
99
whether to use an existing image pull secret or create a new one. Specify the image pull secret name in the
100
100
`Image Pull Secret Name` field. When creating a new secret, specify the secret data using the
0 commit comments