File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ imagetool cache addInstaller --type jdk --version 8u202 --path /home/acmeuser/wl
3737
3838``` bash
3939imagetool cache addInstaller --type wls --version 12.2.1.3.0 --path /home/acmeuser/wls-installers/fmw_12.2.1.3.0_wls_Disk1_1of1.zip
40- .tar.gz
41-
4240```
4341
4442** Note** : The value of the version must be a valid WebLogic version number. This version number is used to verify and
@@ -151,7 +149,7 @@ For each WebLogic patch, you will need to download it from Oracle Support and se
15114927342434 for WebLogic version 12.2.1.3.0:
152150
153151``` bash
154- imagetool cache addPatch --patchId p27342434 --version 12.2.1.3.0 --path /home/acmeuser/cache/p27342434_122130_Generic .zip -user username@mycompany.com --passwordEnv MYPWD
152+ imagetool cache addPatch --patchId p27342434 --version 12.2.1.3.0 --path /home/acmeuser/cache/p27342434_122130_Generic .zip -- user username@mycompany.com --passwordEnv MYPWD
155153```
156154
157155You need to provide the credentials on the command line. It verifies the MD5 on the file system against the metadata
@@ -179,7 +177,7 @@ have the option to automatically download using the tool or manually downloading
179177After the cache is setup, you can use the following command to update an image:
180178
181179``` bash
182- imagetool update --fromImage wls:12.2.1.3.0 --tag wls:12.2.1.3.4 --patches 27342434 --version 12.2.1.3.0 -- useCache always
180+ imagetool update --fromImage wls:12.2.1.3.0 --tag wls:12.2.1.3.4 --patches 27342434 --useCache always
183181```
184182
185183## Create an image with a WebLogic domain using the WebLogic Deploy Tool
You can’t perform that action at this time.
0 commit comments