Skip to content

Commit bb1b1f0

Browse files
first pass at updating the images doc (#102)
* 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
1 parent aad963b commit bb1b1f0

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

documentation/1.1/content/navigate/image.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,26 @@ in a Kubernetes environment using the [WebLogic Image Tool](https://oracle.githu
2424

2525
### Design View
2626
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.
2928

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_.
3232

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.
36+
37+
38+
{{< himg "Primary image diagram" "images/primary-image.png" "Auxiliary image diagram" "images/auxiliary-image.png" >}}
39+
40+
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
3441
reused for hundreds of domains whereas an auxiliary image is domain-specific. When using auxiliary images,
3542
the primary image contains the OS, JDK, and FMW software installations; the auxiliary image supplies the specifics for a single domain.
3643

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.
4147

4248
- [Target Image Name and Registry Credentials](#target-image-name-and-registry-credentials)
4349
- [Base Image to Use](#base-image-to-use)

documentation/1.1/content/navigate/kubernetes/k8s-weblogic-domain.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ The following sections describe the other panes that support configuring the gen
8080
- [Domain-Wide Server Settings](#domain-wide-server-settings)
8181

8282
#### 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+
8486
- 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
8587
`Image Tag` field in the `Image` section.
8688
- 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
103105

104106
#### Auxiliary Image to Use for the Domain
105107

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+
106112
For "Model in Image" domains only, this pane focuses on the container auxiliary image to use for the domain.
107113
- The `Auxiliary Image Tag` field is read-only; its value is set using the
108114
`Auxiliary Image Tag` field in the `Auxiliary Image` page of the `Image` section.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<img src="{{ .Get 1 | absURL }}" alt="{{ .Get 0 }}">
-232 Bytes
Loading
-27 Bytes
Loading

0 commit comments

Comments
 (0)