File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/oracle/weblogicx/imagebuilder/cli/menu Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Commands:
40
40
41
41
- `addPatch`: Add a patch to the cache. This command verifies if the path points to a valid patch by querying the Oracle support portal.
42
42
```
43
- imagebuilder cache addPatch --type wls --version 12.2.1.3.0 --user [email protected] --passwordEnv MYVAR --patchId 12345678 --path /path/to/patch.zip
43
+ imagebuilder cache addPatch --type wls --version 12.2.1.3.0 --user [email protected] --passwordEnv MYVAR --patchId p12345678 --path /path/to/patch.zip
44
44
```
45
45
46
46
- `getCacheDir` and `setCacheDir`: Get or set the cache directory. Used to display or set the directory where patches will be downloaded.
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ public CommandResponse call() throws Exception {
83
83
84
84
if (fromImage != null && !fromImage .isEmpty ()) {
85
85
cmdBuilder .add (BUILD_ARG );
86
+ cmdBuilder .add ("BASE_IMAGE=" + fromImage );
86
87
87
88
tmpDir2 = Files .createTempDirectory (Paths .get (System .getProperty ("user.home" )),
88
89
"wlsimgbuilder_temp" );
You can’t perform that action at this time.
0 commit comments