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:
4040
4141- `addPatch`: Add a patch to the cache. This command verifies if the path points to a valid patch by querying the Oracle support portal.
4242 ```
43- imagebuilder cache addPatch --type wls --version 12.2.1.3.0 --user abc@xyz.com --passwordEnv MYVAR --patchId 12345678 --path /path/to/patch.zip
43+ imagebuilder cache addPatch --type wls --version 12.2.1.3.0 --user abc@xyz.com --passwordEnv MYVAR --patchId p12345678 --path /path/to/patch.zip
4444 ```
4545
4646- `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 {
8383
8484 if (fromImage != null && !fromImage .isEmpty ()) {
8585 cmdBuilder .add (BUILD_ARG );
86+ cmdBuilder .add ("BASE_IMAGE=" + fromImage );
8687
8788 tmpDir2 = Files .createTempDirectory (Paths .get (System .getProperty ("user.home" )),
8889 "wlsimgbuilder_temp" );
You can’t perform that action at this time.
0 commit comments