Skip to content

Commit a982e7e

Browse files
Add new command line argument (#167)
1 parent 4774f69 commit a982e7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

site/create-image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Usage: imagetool create [OPTIONS]
2222
| `--inventoryPointerInstallLoc` | Target location for the inventory pointer file. | |
2323
| `--jdkVersion` | Version of the server JDK to install. | `8u202` |
2424
| `--latestPSU` | Find and apply the latest PatchSet Update. | |
25+
| `--recommendedPatches` | Find and apply the latest PatchSet Update and recommended patches. This takes precedence over --latestPSU | |
2526
| `--opatchBugNumber` | The patch number for OPatch (patching OPatch). | |
2627
| `--packageManager` | Override the default package manager for the base image's operating system. Supported values: `APK`, `APTGET`, `NONE`, `OS_DEFAULT`, `YUM`, `ZYPPER` | `OS_DEFAULT` |
2728
| `--password` | Request password for the Oracle Support `--user` on STDIN, see `--user`. | |

site/rebase-image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Usage: imagetool rebase [OPTIONS]
2424
| `--inventoryPointerInstallLoc` | Target location for the inventory pointer file. | |
2525
| `--jdkVersion` | Version of the server JDK to install. | `8u202` |
2626
| `--latestPSU` | Find and apply the latest PatchSet Update. | |
27+
| `--recommendedPatches` | Find and apply the latest PatchSet Update and recommended patches. This takes precedence over --latestPSU | |
2728
| `--opatchBugNumber` | The patch number for OPatch (patching OPatch). | |
2829
| `--packageManager` | Override the default package manager for the base image's operating system. Supported values: `APK`, `APTGET`, `NONE`, `OS_DEFAULT`, `YUM`, `ZYPPER` | `OS_DEFAULT` |
2930
| `--password` | Request password for the Oracle Support `--user` on STDIN, see `--user`. | |

0 commit comments

Comments
 (0)