We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a13549 commit 50540f9Copy full SHA for 50540f9
imagetool/src/main/resources/docker-files/Create_Image.mustache
@@ -158,6 +158,7 @@ RUN unzip -q {{{tmpDir}}}/$WLS_PKG -d {{{tmpDir}}} \
158
&& chmod u+x ./*.sh \
159
&& ./validateModel.sh \
160
-oracle_home {{{oracle_home}}} \
161
+ -domain_type {{domainType}} \
162
{{{wdtVariableFileArgument}}} {{{wdtModelFileArgument}}} {{{wdtArchiveFileArgument}}}
163
{{/modelOnly}}
164
imagetool/src/main/resources/docker-files/Update_Image.mustache
@@ -66,6 +66,7 @@
66
67
68
69
70
71
72
0 commit comments