You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--skipcleanup`| Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. ||
48
48
|`--strictPatchOrdering`| Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). ||
49
49
|`--target`| Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift`. See [Additional information](#--target). |`Default`|
|`--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`. ||
52
52
|`--version`| Installer version. |`12.2.1.3.0`|
53
53
|`--wdtArchive`| A WDT archive ZIP file or comma-separated list of files. ||
Copy file name to clipboardExpand all lines: documentation/site/content/userguide/tools/rebase-image.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Usage: imagetool rebase [OPTIONS]
46
46
|`--strictPatchOrdering`| Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). ||
47
47
|`--target`| Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift`. See [Additional information](#--target). |`Default`|
48
48
|`--targetImage`| Container image to extend for the domain's new image. ||
|`--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`. ||
|`--skipcleanup`| Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. ||
49
49
|`--strictPatchOrdering`| Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). ||
50
50
|`--target`| Select the target environment in which the created image will be used. Supported values: `Default` (Docker/Kubernetes), `OpenShift`. See [Additional information](#--target). |`Default`|
|`--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`. ||
53
53
|`--wdtArchive`| A WDT archive ZIP file or comma-separated list of files. ||
54
54
|`--wdtDomainHome`| Path to the `-domain_home` for WDT. |`/u01/domains/base_domain`|
0 commit comments