Skip to content

Commit 937febf

Browse files
committed
documentation update for OHS installer type
1 parent 672d152 commit 937febf

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

documentation/site/content/_index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the cloud, and to simplify and speed up the application deployment life cycle. B
55
and Kubernetes, WebLogic now runs in a cloud neutral infrastructure. To help simplify and automate the creation of
66
container images for WebLogic Server, we are providing this open source WebLogic Image Tool (WIT).
77

8-
WIT let's you create a new Linux based image, with installations of a JDK and WebLogic Server, and optionally,
8+
WIT lets you create a new Linux based image, with installations of a JDK and WebLogic Server, and optionally,
99
configure a WebLogic domain with your applications, apply WebLogic Server patches, or update an existing image.
1010

1111

@@ -56,6 +56,7 @@ Use WebLogic Image Tool to create, update, and rebase the following FMW product
5656
* Oracle WebLogic Server (WLS)
5757
* Fusion Middleware Infrastructure (FMW)
5858
* Oracle BPM Suite for business process (SOA)
59+
* Oracle HTTP Server (OHS_DB19)
5960
* Oracle Service Bus (OSB)
6061
* Oracle Data Integrator (ODI)
6162
* Oracle Access Management (OAM)

documentation/site/content/userguide/tools/create-image.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create Image"
3-
date: 2019-02-23
3+
date: 2024-04-11
44
draft: false
55
weight: 1
66
description: "The create command creates a new container image and installs the requested Java and WebLogic software."
@@ -47,7 +47,7 @@ Usage: imagetool create [OPTIONS]
4747
| `--skipcleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
4848
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
4949
| `--target` | Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift`. See [Additional information](#--target). | `Default` |
50-
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OSB`, `OUD_WLS`, `SOA_OSB`, `SOA_OSB_B2B`, `MFT`, `WCP`, `OAM`, `OIG`, `OUD`, `OID`, `ODI`, `SOA`, `WCC`, `WCS`, `WCP` | `WLS` |
50+
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OHS`, `OHS_DB19`, `OSB`, `OUD_WLS`, `SOA_OSB`, `SOA_OSB_B2B`, `MFT`, `WCP`, `OAM`, `OIG`, `OUD`, `OID`, `ODI`, `SOA`, `WCC`, `WCS`, `WCP` | `WLS` |
5151
| `--user` | Oracle support email ID. When supplying `user`, you must supply the password either as an environment variable using `--passwordEnv`, or as a file using `--passwordFile`, or interactively, on the command line with `--password`. | |
5252
| `--version` | Installer version. | `12.2.1.3.0` |
5353
| `--wdtArchive` | A WDT archive ZIP file or comma-separated list of files. | |

documentation/site/content/userguide/tools/rebase-image.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Rebase Image"
3-
date: 2019-02-23
3+
date: 2024-04-11
44
draft: false
55
weight: 3
66
description: "The rebase command creates a new container image using an existing WebLogic domain from an existing image."
@@ -46,7 +46,7 @@ Usage: imagetool rebase [OPTIONS]
4646
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
4747
| `--target` | Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift`. See [Additional information](#--target). | `Default` |
4848
| `--targetImage` | Container image to extend for the domain's new image. | |
49-
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OSB`, `OUD_WLS`, `SOA_OSB`, `SOA_OSB_B2B`, `MFT`, `WCP`, `OAM`, `OIG`, `OUD`, `OID`, `ODI`, `SOA`, `WCC`, `WCS`, `WCP` | `WLS` |
49+
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OHS`, `OHS_DB19`, `OSB`, `OUD_WLS`, `SOA_OSB`, `SOA_OSB_B2B`, `MFT`, `WCP`, `OAM`, `OIG`, `OUD`, `OID`, `ODI`, `SOA`, `WCC`, `WCS`, `WCP` | `WLS` |
5050
| `--user` | Your Oracle support email ID. When supplying `user`, you must supply the password either as an environment variable using `--passwordEnv`, or as a file using `--passwordFile`, or interactively, on the command line with `--password`. | |
5151
| `--version` | Installer version. | `12.2.1.3.0` |
5252

documentation/site/content/userguide/tools/update-image.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Update Image"
3-
date: 2019-02-23
3+
date: 2024-04-11
44
draft: false
55
weight: 4
66
description: "The update command creates a new container image by applying WebLogic patches to an existing image."
@@ -48,7 +48,7 @@ Update WebLogic Docker image with selected patches
4848
| `--skipcleanup` | Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. | |
4949
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
5050
| `--target` | Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift`. See [Additional information](#--target). | `Default` |
51-
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OSB`, `OUD_WLS`, `SOA_OSB`, `SOA_OSB_B2B`, `MFT`, `WCP`, `OAM`, `OIG`, `OUD`, `OID`, `ODI`, `SOA`, `WCC`, `WCS`, `WCP` | Installer used in `fromImage` |
51+
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OHS`, `OHS_DB19`, `OSB`, `OUD_WLS`, `SOA_OSB`, `SOA_OSB_B2B`, `MFT`, `WCP`, `OAM`, `OIG`, `OUD`, `OID`, `ODI`, `SOA`, `WCC`, `WCS`, `WCP` | `WLS` |
5252
| `--user` | Oracle support email ID. When supplying `user`, you must supply the password either as an environment variable using `--passwordEnv`, or as a file using `--passwordFile`, or interactively, on the command line with `--password`. | |
5353
| `--wdtArchive` | A WDT archive ZIP file or comma-separated list of files. | |
5454
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | `/u01/domains/base_domain` |

0 commit comments

Comments
 (0)