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
The `Image` section helps you build container images for deploying WebLogic-based applications
@@ -33,9 +33,10 @@ Auxiliary images are available for the "Model in Image" [domain location]({{< re
33
33
One primary image can be reused for hundreds of domains whereas an auxiliary image is domain-specific. When using auxiliary images,
34
34
the primary image contains the OS, JDK, and FMW software installations; the auxiliary image supplies the specifics for a single domain.
35
35
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.
36
+
Use the `Design View` page to create a new or use an existing (the default) `Primary Image` and,
37
+
for "Model in Image" domains only, create a new (the default) or use an existing `Auxiliary Image`.
38
+
The `Design View` page has the following basic panes and a few advanced panes.
39
+
Note that _not all_ the fields described for the `Primary Image` are relevant for an `Auxiliary Image`. The exceptions are noted.
39
40
40
41
-[Target Image Name and Registry Credentials](#target-image-name-and-registry-credentials)
41
42
-[Base Image to Use](#base-image-to-use)
@@ -143,7 +144,7 @@ as secure as possible, this really should be a last resort._
143
144
#### WebLogic Deploy Tooling Configuration
144
145
This `Advanced` pane applies only to images using either the "Model in Image" or "Domain in Image" [domain locations]({{< relref "/navigate/project-settings#choosing-a-domain-location" >}}).
145
146
146
-
For "Domain in Image" only, the `Domain Type` field tells WebLogic Deploy Tooling what type of domain to create and you use the `Domain Home Directory`
147
+
For "Domain in Image" only, the `Domain Type` field tells WebLogic Deploy Tooling what type of domain to create. Use the `Domain Home Directory`
147
148
to change the location of the WebLogic domain directory inside the container. For "Model in Image" and "Domain in Image", the `Model Home Directory` field
148
149
specifies the directory where the WDT model files are stored in the image and `WDT Home Directory` specifies the WDT home directory inside the image.
149
150
Typically, there is no need to override these directory locations because the application defaults follow the recommended best practices.
@@ -192,7 +193,7 @@ set environment variables to specify any credentials required by the script to e
192
193
the script itself. This change is left as an exercise for you because different environments typically will have
193
194
existing standards for securely handling such credentials.
194
195
195
-
### Create Primary Image and Create Auxiliary Image
196
+
### Create Images
196
197
The `Create Primary Image` and `Create Auxiliary Image` actions invoke the [WebLogic Image Tool](https://oracle.github.io/weblogic-image-tool/) to
197
198
create a new container image for running a WebLogic domain in a Kubernetes environment. You can access these actions using
198
199
the `Create Primary Image` or `Create Auxiliary Image` button on the `Image` page or from the `Go` menu.
@@ -206,7 +207,7 @@ At a high level, the action performs the following steps:
206
207
4. Builds the image on the local machine using the WebLogic Image Tool
The `Push Primary Image` and `Push Auxiliary Image` actions use the specified Image Builder program to upload (that is, push) the newly-built image
211
212
to the image registry specified by its image tag. You can access these actions by using the `Push Primary Image` or `Push Auxiliary Image` button on the `Image`
Copy file name to clipboardExpand all lines: documentation/staging/content/release notes/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ pre = "<b> </b>"
9
9
10
10
- When running the WKT UI application on Windows, the image builder tool (docker or podman) also must be directly executable in Windows. For example, there is currently no support for running the WKT UI application in Windows and running podman under the Windows Subsystem for Linux (WSL2). However, running Docker Desktop for Windows with a WSL2 backend _is_ fully supported because the `docker` command is executable directly in Windows (without having to call WSL2). If you need to use podman on Windows, then refer to the podman blog entries at https://podman.io/blogs/2021/09/06/podman-on-macs.html and https://podman.io/blogs/2020/09/02/running_windows_or_mac.html for more information about downloading, installing, and configuring the Windows Remote Client.
11
11
12
-
- On Linux, the application depends on libGL being installed. libGL is not currently listed in the dependencies list for the rpm (or deb) installers. Therefore, you will need to install libGL using your package manager. For example:
12
+
- On Linux, the application depends on libGL being installed. libGL is not currently listed in the dependencies list for the `rpm` (or `deb`) installers. Therefore, you will need to install libGL using your package manager. For example:
0 commit comments