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
* first pass at updating the images doc
* add x-ref to image section
* add graphics and short code
* update graphics files
* incorporate edit from Robert
Copy file name to clipboardExpand all lines: documentation/1.1/content/navigate/image.md
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,26 @@ 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. 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_.
27
+
running the WebLogic domain.
29
28
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.
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.
29
+
Use the `Design View` page to specify whether to create a new or use an existing (the default) `Primary Image` and
30
+
whether or not (the default) to use an `Auxiliary Image` (an existing one or create a new one).
31
+
**Note** that auxiliary images are available for the "Model in Image" [domain location]({{< relref "/navigate/project-settings#choosing-a-domain-location" >}}) _only_.
32
32
33
-
The primary image is the one used for running the domain and the auxiliary contains the data that defines the domain. One primary image can be
33
+
34
+
-**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.
35
+
-**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.
The primary image is the one used for running the domain and the auxiliary image contains the data that defines the domain. One primary image can be
34
41
reused for hundreds of domains whereas an auxiliary image is domain-specific. When using auxiliary images,
35
42
the primary image contains the OS, JDK, and FMW software installations; the auxiliary image supplies the specifics for a single domain.
36
43
37
-
Use the `Design View` page to create a new or use an existing (the default) `Primary Image` and,
38
-
for "Model in Image" domains only, create a new (the default) or use an existing `Auxiliary Image`.
39
-
The `Design View` page has the following basic panes and a few advanced panes.
40
-
Note that _not all_ the fields described for the `Primary Image` are relevant for an `Auxiliary Image`. The exceptions are noted.
44
+
If you select to create a new primary image, you'll see the following basic panes and a few advanced panes on the `Primary Image` Design View page.
45
+
If you select to create a new auxiliary image, you must select the `Auxiliary Image` Design View page, to configure it.
46
+
Note that _not all_ the fields described in the following sections for the `Primary Image`, are relevant for an `Auxiliary Image`. The exceptions are noted.
41
47
42
48
-[Target Image Name and Registry Credentials](#target-image-name-and-registry-credentials)
Copy file name to clipboardExpand all lines: documentation/1.1/content/navigate/kubernetes/k8s-weblogic-domain.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,9 @@ The following sections describe the other panes that support configuring the gen
80
80
-[Domain-Wide Server Settings](#domain-wide-server-settings)
81
81
82
82
#### Primary Image to Use for the Domain
83
-
This pane focuses on the container primary image to use to run the WebLogic Server domain in a container.
83
+
This pane focuses on the container primary image to use to run the WebLogic Server domain in a container. If you select `Create a New Primary Image`,
84
+
then click `Go To Create Primary Image Page` to configure the image. For detailed information, see the [Image]({{< relref "/navigate/image.md" >}}) section.
85
+
84
86
- 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
85
87
`Image Tag` field in the `Image` section.
86
88
- In the case of "Domain in PV", the `Image Tag` field is not read-only and _is_
@@ -103,6 +105,10 @@ whether to use an existing image pull secret or create a new one. Specify the i
103
105
104
106
#### Auxiliary Image to Use for the Domain
105
107
108
+
Under `Auxiliary Image Configuration`, use the radio buttons to specify whether or not to use an Auxiliary Image (an existing one) or create a new one (the default).
109
+
If you select `Create a New Auxiliary Image`, then click `Go To Create Auxiliary Image Page` to configure the image. For detailed information,
110
+
see the [Image]({{< relref "/navigate/image.md" >}}) section.
111
+
106
112
For "Model in Image" domains only, this pane focuses on the container auxiliary image to use for the domain.
107
113
- The `Auxiliary Image Tag` field is read-only; its value is set using the
108
114
`Auxiliary Image Tag` field in the `Auxiliary Image` page of the `Image` section.
0 commit comments