Skip to content

Commit

Permalink
Merge branch 'rm/edit-weblogic-images-section' into 'main'
Browse files Browse the repository at this point in the history
Rearrange information

See merge request weblogic-cloud/weblogic-kubernetes-operator!4475
  • Loading branch information
rjeberhard committed Oct 26, 2023
2 parents aea0b63 + 3ba60d5 commit f9f650c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 22 deletions.
2 changes: 0 additions & 2 deletions documentation/site/content/base-images/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ description: "Obtain, create, and dynamically patch images for WebLogic Server o
The following sections guide you through obtaining, creating, and dynamically updating WebLogic images.

{{% children style="h4" description="true" %}}

#### [Use or create WebLogic images depending on domain home source type]({{< relref "/managing-domains/choosing-a-model#use-or-create-weblogic-images-depending-on-domain-home-source-type" >}})
2 changes: 1 addition & 1 deletion documentation/site/content/base-images/custom-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Create custom images"
date: 2019-02-23T16:45:55-05:00
weight: 2
description: "Create custom WebLogic images using the WebLogic Image Tool (WIT)."
description: "Create custom WebLogic images using the WebLogic Image Tool (WIT) with specified patches and/or JDK version."
---

{{< table_of_contents >}}
Expand Down
24 changes: 23 additions & 1 deletion documentation/site/content/base-images/ocr-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "OCR images"
date: 2019-02-23T16:45:55-05:00
weight: 1
description: "Obtain and inspect images for WebLogic Server or Fusion Middleware Infrastructure deployments from the Oracle Container Registry (OCR)."
description: "Obtain and inspect base images for WebLogic Server or Fusion Middleware Infrastructure deployments from the Oracle Container Registry (OCR)."
---


Expand Down Expand Up @@ -280,3 +280,25 @@ Please review the following guidance to ensure that you are using recently patch
To determine the patches and versions of software within a particular image, see [Inspect images](#inspect-images).

For information about licensed access to WebLogic patches and CPU images, see [Supported environments]({{< relref "/introduction/platforms/environments.md" >}}).

### Use or create WebLogic images depending on the domain home source type

For information relevant to your chosen [domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}), refer to the following documentation:

* Model in Image domains that use [auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}):
* [Understand Oracle Container Registry images]({{< relref "/base-images/ocr-images#understand-oracle-container-registry-images" >}})
* [Obtain images from the Oracle Container Registry]({{< relref "/base-images/ocr-images#obtain-images-from-the-oracle-container-registry" >}})
* [Create a custom image with patches applied]({{< relref "/base-images/custom-images#create-a-custom-image-with-patches-applied" >}})
* [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}})

* Model in Image domains that _do not_ use auxiliary images:
**NOTE**: Model in Image without auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) is deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_ Auxiliary images. See [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).

* Domain in Image domains: **NOTE**: The Domain in Image domain home source type is deprecated in WebLogic Kubernetes Operator version 4.0. Oracle recommends that you choose either Domain on PV or Model in Image, depending on your needs.
* [Create a custom image with your domain inside the image]({{< relref "/base-images/custom-images#create-a-custom-image-with-your-domain-inside-the-image" >}})

* Domain on Persistent Volume (PV) domains:
* [Understand Oracle Container Registry images]({{< relref "/base-images/ocr-images#understand-oracle-container-registry-images" >}})
* [Obtain images from the Oracle Container Registry]({{< relref "/base-images/ocr-images#obtain-images-from-the-oracle-container-registry" >}})
* [Create a custom image with patches applied]({{< relref "/base-images/custom-images#create-a-custom-image-with-patches-applied" >}})
* [Domain creation images]({{< relref "/managing-domains/domain-on-pv/domain-creation-images.md" >}})
2 changes: 1 addition & 1 deletion documentation/site/content/base-images/patch-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Patch running domains"
date: 2019-02-23T16:45:55-05:00
weight: 3
description: "Dynamically update WebLogic images in a running domain."
description: "Dynamically update or upgrade WebLogic images in a running domain."
---

### Apply patched images to a running domain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,4 @@ There are advantages for each domain home source type where Model in Image is th

### Use or create WebLogic images depending on domain home source type

* Model in Image domains that use [auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}):
* [Understand Oracle Container Registry images]({{< relref "/base-images/ocr-images#understand-oracle-container-registry-images" >}})
* [Obtain images from the Oracle Container Registry]({{< relref "/base-images/ocr-images#obtain-images-from-the-oracle-container-registry" >}})
* [Create a custom image with patches applied]({{< relref "/base-images/custom-images#create-a-custom-image-with-patches-applied" >}})
* [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}})

* Model in Image domains that _do not_ use auxiliary images:
**NOTE**: Model in Image without auxiliary images (the WDT model and installation files are included in the same image with the WebLogic Server installation) is deprecated in WebLogic Kubernetes Operator version 4.0.7. Oracle recommends that you use Model in Image _with_ Auxiliary images. See [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).

* Domain in Image domains: **NOTE**: The Domain in Image domain home source type is deprecated in WebLogic Kubernetes Operator version 4.0. Oracle recommends that you choose either Domain on PV or Model in Image, depending on your needs.
* [Create a custom image with your domain inside the image]({{< relref "/base-images/custom-images#create-a-custom-image-with-your-domain-inside-the-image" >}})

* Domain on Persistent Volume (PV) domains:
* [Understand Oracle Container Registry images]({{< relref "/base-images/ocr-images#understand-oracle-container-registry-images" >}})
* [Obtain images from the Oracle Container Registry]({{< relref "/base-images/ocr-images#obtain-images-from-the-oracle-container-registry" >}})
* [Create a custom image with patches applied]({{< relref "/base-images/custom-images#create-a-custom-image-with-patches-applied" >}})
* [Domain creation images]({{< relref "/managing-domains/domain-on-pv/domain-creation-images.md" >}})
For information relevant to your chosen domain home source type, refer to the following [documentation]({{< relref "/base-images/ocr-images#use-or-create-weblogic-images-depending-on-the-domain-home-source-type" >}}).

0 comments on commit f9f650c

Please sign in to comment.