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
|`--fromImage`| (Required) Container image to be extended. The provided image MUST contain an Oracle Home with middleware installed. The `fromImage` option serves as a starting point for the new image to be created. ||
29
-
|`--tag`| (Required) Tag for the final build image. Example: `store/oracle/weblogic:12.2.1.3.0`||
30
-
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#--additionalbuildcommands). |
31
-
|`--additionalBuildFiles`| Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. See [Additional information](#--additionalbuildfiles). |
32
-
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. |`docker`|
33
-
|`--buildNetwork`| Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. ||
34
-
|`--chown`|`userid:groupid` for middleware patches and other operations. | Owner:Group of the Oracle Home |
35
-
|`--dryRun`| Skip Docker build execution and print the Dockerfile to stdout. ||
36
-
|`--httpProxyUrl`| Proxy for the HTTP protocol. Example: `http://myproxy:80` or `http:user:passwd@myproxy:8080`||
37
-
|`--httpsProxyUrl`| Proxy for the HTTPS protocol. Example: `https://myproxy:80` or `https:user:passwd@myproxy:8080`||
38
-
|`--latestPSU`| (DEPRECATED) Find and apply the latest PatchSet Update, see [Additional information](#--latestpsu). ||
39
-
|`--opatchBugNumber`| The patch number for OPatch (patching OPatch). |`28186730`|
40
-
|`--password`| Request password for the Oracle Support `--user` on STDIN, see `--user`. ||
41
-
|`--passwordEnv`| Environment variable containing the Oracle Support password, see `--user`. ||
42
-
|`--passwordFile`| Path to a file containing just the Oracle Support password, see `--user`. ||
43
-
|`--patches`| Comma separated list of patch IDs. Example: `12345678,87654321`||
44
-
|`--pull`| Always attempt to pull a newer version of base images during the build. ||
45
-
|`--recommendedPatches`| (DEPRECATED) Find and apply the latest PatchSet Update and recommended patches. This takes precedence over `--latestPSU`. See [Additional information](#--recommendedpatches). ||
46
-
|`--resourceTemplates`| One or more files containing placeholders that need to be resolved by the Image Tool. See [Resource Template Files](#resource-template-files). ||
47
-
|`--skipcleanup`| Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. ||
48
-
|`--strictPatchOrdering`| Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). ||
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`|
50
-
|`--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`. ||
51
-
|`--wdtArchive`| A WDT archive ZIP file or comma-separated list of files. ||
52
-
|`--wdtDomainHome`| Path to the `-domain_home` for WDT. |`/u01/domains/base_domain`|
|`--wdtEncryptionKey`| Passphrase for WDT -use_encryption that will be requested on STDIN. ||
55
-
|`--wdtEncryptionKeyEnv`| Passphrase for WDT -use_encryption that is provided as an environment variable. ||
56
-
|`--wdtEncryptionKeyFile`| Passphrase for WDT -use_encryption that is provided as a file. ||
57
-
|`--wdtHome`| The target folder in the image for the WDT install and models. |`/u01/wdt`|
58
-
|`--wdtJavaOptions`| Java command-line options for WDT. ||
59
-
|`--wdtModel`| A WDT model file or a comma-separated list of files. ||
28
+
|`--fromImage`| (Required) Container image to be extended. The provided image MUST contain an Oracle Home with middleware installed. The `fromImage` option serves as a starting point for the new image to be created. ||
29
+
|`--tag`| (Required) Tag for the final build image. Example: `store/oracle/weblogic:12.2.1.3.0`||
30
+
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#--additionalbuildcommands). ||
31
+
|`--additionalBuildFiles`| Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. See [Additional information](#--additionalbuildfiles). ||
32
+
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. |`docker`|
33
+
|`--buildNetwork`| Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. ||
34
+
|`--chown`|`userid:groupid` for middleware patches and other operations. | Owner:Group of the Oracle Home |
35
+
|`--dryRun`| Skip Docker build execution and print the Dockerfile to stdout. ||
36
+
|`--httpProxyUrl`| Proxy for the HTTP protocol. Example: `http://myproxy:80` or `http:user:passwd@myproxy:8080`||
37
+
|`--httpsProxyUrl`| Proxy for the HTTPS protocol. Example: `https://myproxy:80` or `https:user:passwd@myproxy:8080`||
38
+
|`--latestPSU`| (DEPRECATED) Find and apply the latest PatchSet Update, see [Additional information](#--latestpsu). ||
39
+
|`--opatchBugNumber`| The patch number for OPatch (patching OPatch). |`28186730`|
40
+
|`--password`| Request password for the Oracle Support `--user` on STDIN, see `--user`. ||
41
+
|`--passwordEnv`| Environment variable containing the Oracle Support password, see `--user`. ||
42
+
|`--passwordFile`| Path to a file containing just the Oracle Support password, see `--user`. ||
43
+
|`--patches`| Comma separated list of patch IDs. Example: `12345678,87654321`||
44
+
|`--pull`| Always attempt to pull a newer version of base images during the build. ||
45
+
|`--recommendedPatches`| (DEPRECATED) Find and apply the latest PatchSet Update and recommended patches. This takes precedence over `--latestPSU`. See [Additional information](#--recommendedpatches). ||
46
+
|`--resourceTemplates`| One or more files containing placeholders that need to be resolved by the Image Tool. See [Resource Template Files](#resource-template-files). ||
47
+
|`--skipcleanup`| Do not delete the build context folder, intermediate images, and failed build containers. For debugging purposes. ||
48
+
|`--strictPatchOrdering`| Instruct OPatch to apply patches one at a time (uses `apply` instead of `napply`). ||
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
+
|`--wdtArchive`| A WDT archive ZIP file or comma-separated list of files. ||
53
+
|`--wdtDomainHome`| Path to the `-domain_home` for WDT. |`/u01/domains/base_domain`|
0 commit comments