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
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
19
19
|`--additionalBuildFiles`| Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
20
+
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. |`docker`|
20
21
|`--buildNetwork`| Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. ||
21
22
|`--chown`|`userid:groupid` for JDK/Middleware installs and patches. |`oracle:oracle`|
22
-
|`--docker`| Path to the Docker executable. |`docker`|
23
+
|`--docker`|(DEPRECATED) Path to the Docker executable. Use `--builder` instead. |`docker`|
23
24
|`--dryRun`| Skip Docker build execution and print the Dockerfile to stdout. ||
24
25
|`--fromImage`| Docker image to use as a base image when creating a new image. |`ghcr.io/oracle/oraclelinux:7-slim`|
25
26
|`--httpProxyUrl`| Proxy for the HTTP protocol. Example: `http://myproxy:80` or `http:user:passwd@myproxy:8080`||
|`--jdkVersion`| Version of the server JDK to install. |`8u202`|
31
32
|`--latestPSU`| Find and apply the latest PatchSet Update. ||
32
33
|`--recommendedPatches`| Find and apply the latest PatchSet Update and recommended patches. This takes precedence over --latestPSU ||
33
-
|`--opatchBugNumber`| The patch number for OPatch (patching OPatch). ||
34
+
|`--opatchBugNumber`| The patch number for OPatch (patching OPatch). |`28186730`|
34
35
|`--packageManager`| Override the default package manager for the base image's operating system. Supported values: `APK`, `APTGET`, `NONE`, `OS_DEFAULT`, `YUM`, `ZYPPER`|`OS_DEFAULT`|
35
36
|`--password`| Request password for the Oracle Support `--user` on STDIN, see `--user`. ||
36
37
|`--passwordEnv`| Environment variable containing the Oracle Support password, see `--user`. ||
Copy file name to clipboardExpand all lines: documentation/1.9/content/userguide/tools/rebase-image.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@ Usage: imagetool rebase [OPTIONS]
19
19
| --- | --- | --- |
20
20
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
21
21
|`--additionalBuildFiles`| Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
22
+
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. |`docker`|
22
23
|`--buildNetwork`| Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. ||
23
24
|`--chown`|`userid:groupid` for JDK/Middleware installs and patches. |`oracle:oracle`|
24
-
|`--docker`| Path to the Docker executable. |`docker`|
25
+
|`--docker`|(DEPRECATED) Path to the Docker executable. Use `--builder` instead. |`docker`|
25
26
|`--dryRun`| Skip Docker build execution and print the Dockerfile to stdout. ||
26
27
|`--fromImage`| Docker image to use as a base image when creating a new image. |`ghcr.io/oracle/oraclelinux:7-slim`|
27
28
|`--httpProxyUrl`| Proxy for the HTTP protocol. Example: `http://myproxy:80` or `http:user:passwd@myproxy:8080`||
@@ -32,7 +33,7 @@ Usage: imagetool rebase [OPTIONS]
32
33
|`--jdkVersion`| Version of the server JDK to install. |`8u202`|
33
34
|`--latestPSU`| Find and apply the latest PatchSet Update. ||
34
35
|`--recommendedPatches`| Find and apply the latest PatchSet Update and recommended patches. This takes precedence over --latestPSU ||
35
-
|`--opatchBugNumber`| The patch number for OPatch (patching OPatch). ||
36
+
|`--opatchBugNumber`| The patch number for OPatch (patching OPatch). |`28186730`|
36
37
|`--packageManager`| Override the default package manager for the base image's operating system. Supported values: `APK`, `APTGET`, `NONE`, `OS_DEFAULT`, `YUM`, `ZYPPER`|`OS_DEFAULT`|
37
38
|`--password`| Request password for the Oracle Support `--user` on STDIN, see `--user`. ||
38
39
|`--passwordEnv`| Environment variable containing the Oracle Support password, see `--user`. ||
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#additional-information). |
33
33
|`--additionalBuildFiles`| Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. |
34
+
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. |`docker`|
34
35
|`--buildNetwork`| Networking mode for the RUN instructions during the image build. See `--network` for Docker `build`. ||
35
36
|`--chown`|`userid:groupid` for JDK/Middleware installs and patches. |`oracle:oracle`|
36
-
|`--docker`| Path to the Docker executable. |`docker`|
37
+
|`--docker`|(DEPRECATED) Path to the Docker executable. Use `--builder` instead. |`docker`|
37
38
|`--dryRun`| Skip Docker build execution and print the Dockerfile to stdout. ||
38
39
|`--fromImage`| Docker image to be updated. The `fromImage` option serves as a starting point for the new image to be created. |`weblogic:12.2.1.3.0`|
39
40
|`--httpProxyUrl`| Proxy for the HTTP protocol. Example: `http://myproxy:80` or `http:user:passwd@myproxy:8080`||
40
41
|`--httpsProxyUrl`| Proxy for the HTTPS protocol. Example: `https://myproxy:80` or `https:user:passwd@myproxy:8080`||
41
42
|`--latestPSU`| (DEPRECATED) Find and apply the latest PatchSet Update, see [Additional information](#additional-information). ||
42
-
|`--opatchBugNumber`| The patch number for OPatch (patching OPatch). ||
43
+
|`--opatchBugNumber`| The patch number for OPatch (patching OPatch). |`28186730`|
43
44
|`--password`| Request password for the Oracle Support `--user` on STDIN, see `--user`. ||
44
45
|`--passwordEnv`| Environment variable containing the Oracle Support password, see `--user`. ||
45
46
|`--passwordFile`| Path to a file containing just the Oracle Support password, see `--user`. ||
0 commit comments