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:
191
191
Download the [ WebLogic Deploy Tool] ( https://github.com/oracle/weblogic-deploy-tooling/releases ) , and then add it to the cache store:
192
192
193
193
``` 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
195
195
```
196
196
197
197
Provide the command-line options for the WebLogic Deploy Tool:
198
198
199
199
``` 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
201
201
```
202
202
203
203
The parameters mapping between the Image Tool and the WebLogic Deploy Tool are:
You can’t perform that action at this time.
0 commit comments