Skip to content

Commit 7c1b426

Browse files
committed
Merge branch 'main' into develop-v2
2 parents 4af8cb8 + 6eaac1b commit 7c1b426

File tree

26 files changed

+91
-59
lines changed

26 files changed

+91
-59
lines changed

documentation/site/content/_index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,17 @@ Use WebLogic Image Tool to create, update, and rebase the following FMW product
5555

5656
* Oracle WebLogic Server (WLS)
5757
* Fusion Middleware Infrastructure (FMW)
58-
* Oracle BPM Suite for business process (SOA)
59-
* Oracle Service Bus (OSB)
60-
* Oracle Data Integrator (ODI)
58+
* Oracle Identity Manager (IDM)
59+
* Oracle Managed File Transfer (MFT)
6160
* Oracle Access Management (OAM)
61+
* Oracle Data Integrator (ODI)
62+
* Oracle HTTP Server (OHS)
63+
* Oracle Internet Directory (OID)
6264
* Oracle Identity Governance (OIG)
65+
* Oracle Service Bus (OSB)
6366
* Oracle Unified Directory (OUD)
67+
* Oracle SOA Suite (SOA)
6468
* Universal Content Management (UCM)
65-
* Oracle Managed File Transfer (MFT)
66-
* Oracle Internet Directory (OID)
67-
* Oracle WebCenter Sites (WCS)
68-
* Oracle Identity Manager (IDM)
6969
* Oracle WebCenter Content (WCC)
7070
* Oracle WebCenter Portal (WCP)
71+
* Oracle WebCenter Sites (WCS)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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`, `MFT`, `OAM`, `ODI`, `OHS`, `OIG`, `OUD`, `OUD_WLS`, `OID`, `OSB`, `SOA`, `SOA_OSB`, `SOA_OSB_B2B`, `WCC`, `WCP`, `WCS` | `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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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`, `MFT`, `OAM`, `ODI`, `OHS`, `OIG`, `OUD`, `OUD_WLS`, `OID`, `OSB`, `SOA`, `SOA_OSB`, `SOA_OSB_B2B`, `WCC`, `WCP`, `WCS` | `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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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` | `WLS` |
51+
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `MFT`, `OAM`, `ODI`, `OHS`, `OIG`, `OUD`, `OUD_WLS`, `OID`, `OSB`, `SOA`, `SOA_OSB`, `SOA_OSB_B2B`, `WCC`, `WCP`, `WCS` | `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` |

imagetool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>imagetool-parent</artifactId>
1515
<groupId>com.oracle.weblogic.lifecycle.imagetool</groupId>
16-
<version>1.14.0-SNAPSHOT</version>
16+
<version>1.14.1-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

imagetool/src/main/java/com/oracle/weblogic/imagetool/aru/AruUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ List<AruPatch> getRecommendedPatches(FmwInstallerType type, AruProduct product,
215215
// Get a list of patches applicable to the given product and release number
216216
patches = getReleaseRecommendations(product, releaseNumber, architecture, userId, password);
217217
logger.fine("Search for {0} recommended patches returned {1}", product, patches.size());
218-
if (type == FmwInstallerType.OHS_DB19 || type == FmwInstallerType.OHS) {
218+
if (type == FmwInstallerType.OHS) {
219219
// Workaround for the Apache Plugin patch currently uploaded as an OHS patch.
220220
patches = patches.stream().filter(p ->
221221
!p.description().contains("APACHE PLUGIN")).collect(Collectors.toList());

imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/cache/AddPatchEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public String getKey() {
2525
public CommandResponse call() throws Exception {
2626
try {
2727
if (patchId != null && !patchId.isEmpty()) {
28-
Utils.validatePatchIds(Collections.singletonList(patchId), true);
28+
Utils.validatePatchIds(Collections.singletonList(patchId), false);
2929
return addToCache();
3030
} else {
3131
return CommandResponse.error("IMG-0076", "--patchId");

imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu/CommonPatchingOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void initializeOptions() throws IOException, InvalidCredentialException, Invalid
6363
throw new InvalidCredentialException();
6464
}
6565

66-
Utils.validatePatchIds(patches, false);
66+
Utils.validatePatchIds(patches, true);
6767
}
6868
}
6969

imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu/UpdateImage.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ public CommandResponse call() throws Exception {
121121
if (userId == null) {
122122
logger.info("IMG-0009");
123123
} else {
124-
if (!Utils.validatePatchIds(patches, false)) {
125-
return CommandResponse.error("Patch ID validation failed");
126-
}
124+
Utils.validatePatchIds(patches, true);
127125

128126
String oraclePatches = baseImageProperties.getProperty("oraclePatches", null);
129127
if (oraclePatches != null) {

imagetool/src/main/java/com/oracle/weblogic/imagetool/inspect/InspectOutput.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public String toString() {
7272
result.append(pad(1)).append('\"').append("os").append('\"').append(" : {\n");
7373
result.append(jsonKeyValuePair(2, "id", os.id())).append(",\n");
7474
result.append(jsonKeyValuePair(2, "name", os.name())).append(",\n");
75-
result.append(jsonKeyValuePair(2, "version", os.version()));
75+
result.append(jsonKeyValuePair(2, "version", os.version())).append(",\n");
76+
result.append(jsonKeyValuePair(2, "architecture", os.architecture()));
7677
if (os.releasePackage() != null) {
7778
result.append(",\n");
7879
result.append(jsonKeyValuePair(2, "releasePackage", os.releasePackage())).append("\n");

0 commit comments

Comments
 (0)