File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
imagetool/src/main/resources/docker-files Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ RUN cd {{{wdt_home}}} \
32
32
COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_model_home} }}/
33
33
{ {/wdtVariables} }
34
34
35
- { {#beforeWdtCommand} }
36
- { {{.} }}
37
- { {/beforeWdtCommand} }
38
-
39
35
RUN test -d { {{wdt_home} }}/weblogic-deploy && rm -rf { {{wdt_home} }}/weblogic-deploy || echo Initial WDT install \
40
36
{ {#usingWdtTarGzInstaller} }
41
37
&& tar zxf { {{tempDir} }}/{ {{wdtInstaller} }} -C { {{wdt_home} }}
@@ -44,6 +40,10 @@ RUN test -d {{{wdt_home}}}/weblogic-deploy && rm -rf {{{wdt_home}}}/weblogic-dep
44
40
&& unzip -q { {{tempDir} }}/{ {{wdtInstaller} }} -d { {{wdt_home} }}
45
41
{ {/usingWdtTarGzInstaller} }
46
42
43
+ { {#beforeWdtCommand} }
44
+ { {{.} }}
45
+ { {/beforeWdtCommand} }
46
+
47
47
{ {^modelOnly} }
48
48
RUN cd { {{wdt_home} }}/weblogic-deploy/bin \
49
49
&& { {#isWdtUseEncryption} }echo { {{wdtEncryptionKey} }} | { {/isWdtUseEncryption} } ./createDomain.sh \
@@ -62,7 +62,6 @@ RUN test -d {{{wdt_home}}}/weblogic-deploy && rm -rf {{{wdt_home}}}/weblogic-dep
62
62
{ {#isWdtValidateEnabled} }
63
63
RUN cd { {{wdt_home} }}/weblogic-deploy/bin \
64
64
&& rm ./*.cmd \
65
- && chmod ug+x ./*.sh \
66
65
&& chmod -R g+w { {{wdt_home} }}/weblogic-deploy/lib \
67
66
&& ./validateModel.sh { {^strictValidation} }-method lax{ {/strictValidation} } \
68
67
-oracle_home { {{oracle_home} }} \
You can’t perform that action at this time.
0 commit comments