File tree Expand file tree Collapse file tree 6 files changed +2
-157
lines changed
imagetool/src/main/resources Expand file tree Collapse file tree 6 files changed +2
-157
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ RUN {{{oracle_home}}}/OPatch/opatch napply -silent -oh {{{oracle_home}}} -phBase
129129 ENV WDT_PKG=${ WDT_PKG:-weblogic-deploy.zip} \
130130 WLSDEPLOY_PROPERTIES="{ {wlsdeploy_properties} } -Djava.security.egd=file:/dev/./urandom" \
131131 LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
132- PROPERTIES_FILE_DIR={ {{oracle_home} }}/properties \
133132 DOMAIN_HOME={ {{domain_home} }}
134133
135134 COPY --chown={ {userid} }:{ {groupid} } ${ WDT_PKG} { {{tempDir} }}/
@@ -141,8 +140,7 @@ RUN {{{oracle_home}}}/OPatch/opatch napply -silent -oh {{{oracle_home}}} -phBase
141140
142141 RUN cd { {{wdt_home} }} \
143142 && mkdir models \
144- && mkdir -p $(dirname { {{domain_home} }}) \
145- && mkdir -p ${ PROPERTIES_FILE_DIR}
143+ && mkdir -p $(dirname { {{domain_home} }})
146144
147145 { {#wdtModels} }
148146 COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_home} }}/models/
@@ -206,7 +204,6 @@ ENV ORACLE_HOME={{{oracle_home}}} \
206204 DOMAIN_HOME={ {{domain_home} }} \
207205{ {/isWdtEnabled} }
208206 LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
209- PROPERTIES_FILE_DIR={ {{oracle_home} }}/properties \
210207 PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{oracle_home} }}{ {#isWdtEnabled} }:${ {{domain_home} }}/bin{ {/isWdtEnabled} }
211208
212209LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ COPY --from=SOURCE_IMAGE --chown={{userid}}:{{groupid}} {{domain_home}} {{domain
155155 JAVA_HOME={ {{java_home} }} \
156156 { {/installJava} }
157157 LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
158- PROPERTIES_FILE_DIR={ {{oracle_home} }}/properties \
159158 PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{oracle_home} }}
160159
161160 LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
Original file line number Diff line number Diff line change 1313 ENV WDT_PKG=${ WDT_PKG:-weblogic-deploy.zip} \
1414 WLSDEPLOY_PROPERTIES={ {wlsdeploy_properties} } \
1515 LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
16- PROPERTIES_FILE_DIR={ {{oracle_home} }}/properties \
1716 DOMAIN_HOME={ {{domain_home} }} \
1817 PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{domain_home} }}/bin:{ {{oracle_home} }}
1918
2827
2928 RUN cd { {{wdt_home} }} \
3029 && mkdir models \
31- && mkdir -p $(dirname { {{domain_home} }}) \
32- && mkdir -p ${ PROPERTIES_FILE_DIR}
30+ && mkdir -p $(dirname { {{domain_home} }})
3331
3432 { {#wdtModels} }
3533 COPY --chown={ {userid} }:{ {groupid} } { {.} } { {{wdt_home} }}/models/
You can’t perform that action at this time.
0 commit comments