Skip to content

Commit 05d16e1

Browse files
committed
document strictPatchOrdering - missing paranthesis
1 parent 470717b commit 05d16e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

site/create-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Usage: imagetool create [OPTIONS]
3030
| `--passwordFile` | Path to a file containing just the Oracle Support password, see `--user`. | |
3131
| `--patches` | Comma separated list of patch IDs. Example: `12345678,87654321` | |
3232
| `--pull` | Always attempt to pull a newer version of base images during the build. | |
33-
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`. | |
33+
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
3434
| `--tag` | (Required) Tag for the final build image. Example: `store/oracle/weblogic:12.2.1.3.0` | |
3535
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OSB`, `OUD_WLS`, `SOA_OSB`, `WCP`, `OAM`, `OIG`, `OUD`, `SOA`, `WCC`, `WCS`, `WCP` | `WLS` |
3636
| `--user` | Oracle support email ID. | |

site/rebase-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Usage: imagetool rebase [OPTIONS]
3333
| `--patches` | Comma separated list of patch IDs. Example: `12345678,87654321` | |
3434
| `--pull` | Always attempt to pull a newer version of base images during the build. | |
3535
| `--sourceImage` | (Required) Source Image containing the WebLogic domain. | |
36-
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`. | |
36+
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
3737
| `--tag` | (Required) Tag for the final build image. Example: `store/oracle/weblogic:12.2.1.3.0` | |
3838
| `--targetImage` | Docker image to extend for the domain's new image. | |
3939
| `--type` | Installer type. Supported values: `WLS`, `WLSDEV`, `WLSSLIM`, `FMW`, `IDM`, `OSB`, `OUD_WLS`, `SOA_OSB`, `WCP`, `OAM`, `OIG`, `OUD`, `SOA`, `WCC`, `WCS`, `WCP` | `WLS` |

site/update-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Update WebLogic Docker image with selected patches
3939
| `--passwordFile` | Path to a file containing just the Oracle Support password, see `--user`. | |
4040
| `--patches` | Comma separated list of patch IDs. Example: `12345678,87654321` | |
4141
| `--pull` | Always attempt to pull a newer version of base images during the build. | |
42-
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`. | |
42+
| `--strictPatchOrdering` | Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). | |
4343
| `--tag` | (Required) Tag for the final build image. Example: `store/oracle/weblogic:12.2.1.3.0` | |
4444
| `--user` | Oracle support email ID. | |
4545
| `--wdtArchive` | Path to the WDT archive file used by the WDT model. | |

0 commit comments

Comments
 (0)