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
|`--tag`|**(Required)** Tag for the final build image. Example: `store/oracle/weblogic:12.2.1.3.0`||
21
+
|`--tag`|**(Required)** Tag for the final build image. Example: `store/oracle/weblogic:14.1.2.0.0`||
22
22
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#--additionalbuildcommands). |
23
23
|`--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). |
24
24
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. | Defaults to `docker`, or, when set, to the value in environment variable `WLSIMG_BUILDER`. |
|`--useBuildx`| Use BuildKit for building the container image. ||
53
53
|`--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`. ||
54
-
|`--version`| Installer version. |`12.2.1.3.0`|
54
+
|`--version`| Installer version. |`14.1.2.0.0`|
55
55
|`--wdtArchive`| A WDT archive ZIP file or comma-separated list of files. ||
56
56
|`--wdtDomainHome`| Path to the `-domain_home` for WDT. |`/u01/domains/base_domain`|
Copy file name to clipboardExpand all lines: documentation/site/content/userguide/tools/rebase-image.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Usage: imagetool rebase [OPTIONS]
18
18
| Parameter | Definition | Default |
19
19
| --- | --- | --- |
20
20
|`--sourceImage`| (Required) Source Image containing the WebLogic domain. ||
21
-
|`--tag`| (Required) Tag for the final build image. Example: `store/oracle/weblogic:12.2.1.3.0`||
21
+
|`--tag`| (Required) Tag for the final build image. Example: `store/oracle/weblogic:14.1.2.0.0`||
22
22
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#--additionalbuildcommands). |
23
23
|`--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). |
24
24
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. | Defaults to `docker`, or, when set, to the value in environment variable `WLSIMG_BUILDER`. |
@@ -49,7 +49,7 @@ Usage: imagetool rebase [OPTIONS]
|`--useBuildx`| Use BuildKit for building the container image. ||
51
51
|`--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`. ||
52
-
|`--version`| Installer version. |`12.2.1.3.0`|
52
+
|`--version`| Installer version. |`14.1.2.0.0`|
53
53
54
54
### Additional information
55
55
@@ -118,10 +118,10 @@ For example, create a file called `build_args`:
118
118
119
119
```bash
120
120
rebase
121
-
--tag wls:122140
122
-
--sourceImage wls:122130
123
-
--version 12.2.1.4.0
124
-
--jdkVersion 8u221
121
+
--tag wls:141200
122
+
--sourceImage wls:141100
123
+
--version 14.1.2.0.0
124
+
--jdkVersion 21.0.6
125
125
```
126
126
127
127
Use it on the command line, as follows:
@@ -139,22 +139,22 @@ The commands below assume that all the required JDK, WLS, or FMW (WebLogic infra
139
139
to the cache directory. Use the [cache]({{< relref "/userguide/tools/cache.md" >}}) command to set it up.
140
140
141
141
142
-
- Update the JDK for an existing domain. Copy the existing domain from `sample:v1` where the JDK was 8u202 to a new
143
-
image called `sample:v2` and install the newer JDK 8u221 with WebLogic Server 12.2.1.3.0.
142
+
- Update the JDK for an existing domain. Copy the existing domain from `sample:v1` where the JDK was 8u401 to a new
143
+
image called `sample:v2` and install the newer JDK 21.0.6 with WebLogic Server 14.1.2.0.0.
|`--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`||
29
+
|`--tag`| (Required) Tag for the final build image. Example: `store/oracle/weblogic:14.1.2.0.0`||
30
30
|`--additionalBuildCommands`| Path to a file with additional build commands. For more details, see [Additional information](#--additionalbuildcommands). ||
31
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
32
|`--builder`, `-b`| Executable to process the Dockerfile. Use the full path of the executable if not on your path. | Defaults to `docker`, or, when set, to the value in environment variable `WLSIMG_BUILDER`. |
@@ -160,8 +160,8 @@ For example, create a file called `build_args`:
0 commit comments