File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
imagetool/src/main/resources/docker-files Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4343 { {/beforeWdtCommand} }
4444
4545 RUN cd { {{wdt_home} }} \
46- && jar xf { {{tempDir} }}/{ {{wdtInstaller} }}
46+ && jar xf { {{tempDir} }}/{ {{wdtInstaller} }} \
47+ && cd weblogic-deploy/bin \
48+ && rm ./*.cmd \
49+ && chmod -R g+w { {{wdt_home} }}/weblogic-deploy \
50+ && chmod ug+x ./*.sh
4751
4852 { {^modelOnly} }
4953 RUN cd { {{wdt_home} }}/weblogic-deploy/bin \
50- && chmod u+x ./*.sh \
5154 && { {#isWdtUseEncryption} }echo $WDT_ENCRYPTION_KEY | { {/isWdtUseEncryption} } ./{ {wdtCommand} } \
5255 -oracle_home { {{oracle_home} }} \
5356 -domain_home { {{domain_home} }} \
6366 { {/modelOnly} }
6467 { {#isWdtValidateEnabled} }
6568 RUN cd { {{wdt_home} }}/weblogic-deploy/bin \
66- && rm ./*.cmd \
67- && chmod ug+x ./*.sh \
68- && chmod -R g+w { {{wdt_home} }}/weblogic-deploy \
6969 && ./validateModel.sh { {^strictValidation} }-method lax{ {/strictValidation} } \
7070 -oracle_home { {{oracle_home} }} \
7171 -domain_type { {domainType} } \
You can’t perform that action at this time.
0 commit comments