File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,13 +191,13 @@ You can accomplish this by:
191191Download the [ WebLogic Deploy Tool] ( https://github.com/oracle/weblogic-deploy-tooling/releases ) , and then add it to the cache store:
192192
193193``` bash
194- imagetool cache addInstaller --type wdt --version 2.2 --path /home/acmeuser/cache/weblogic-deploy.zip
194+ imagetool cache addInstaller --type wdt --version 0.22 --path /home/acmeuser/cache/weblogic-deploy.zip
195195```
196196
197197Provide the command-line options for the WebLogic Deploy Tool:
198198
199199``` bash
200- imagetool create --fromImage myosimg:latest --tag wls:12.2.1.3.0 --patches 27342434 --version 12.2.1.3.0 --useCache always --wdtVersion 2.2 --wdtArchive /home/acmeuser/wdt/domain1.zip --wdtDomainHome /u01/domains/simple_domain
200+ imagetool create --fromImage myosimg:latest --tag wls:12.2.1.3.0 --patches 27342434 --version 12.2.1.3.0 --useCache always --wdtVersion 0.22 --wdtArchive /home/acmeuser/wdt/domain1.zip --wdtDomainHome /u01/domains/simple_domain
201201```
202202
203203The parameters mapping between the Image Tool and the WebLogic Deploy Tool are:
You can’t perform that action at this time.
0 commit comments