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
129
129
ENV WDT_PKG=${ WDT_PKG:-weblogic-deploy.zip} \
130
130
WLSDEPLOY_PROPERTIES="{ {wlsdeploy_properties} } -Djava.security.egd=file:/dev/./urandom" \
131
131
LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
132
- PROPERTIES_FILE_DIR={ {{oracle_home} }}/properties \
133
132
DOMAIN_HOME={ {{domain_home} }}
134
133
135
134
COPY --chown={ {userid} }:{ {groupid} } ${ WDT_PKG} { {{tempDir} }}/
@@ -141,8 +140,7 @@ RUN {{{oracle_home}}}/OPatch/opatch napply -silent -oh {{{oracle_home}}} -phBase
141
140
142
141
RUN cd { {{wdt_home} }} \
143
142
&& mkdir models \
144
- && mkdir -p $(dirname { {{domain_home} }}) \
145
- && mkdir -p ${ PROPERTIES_FILE_DIR}
143
+ && mkdir -p $(dirname { {{domain_home} }})
146
144
147
145
{ {#wdtModels} }
148
146
COPY --chown={ {userid} }:{ {groupid} } { {{.} }} { {{wdt_home} }}/models/
@@ -206,7 +204,6 @@ ENV ORACLE_HOME={{{oracle_home}}} \
206
204
DOMAIN_HOME={ {{domain_home} }} \
207
205
{ {/isWdtEnabled} }
208
206
LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
209
- PROPERTIES_FILE_DIR={ {{oracle_home} }}/properties \
210
207
PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{oracle_home} }}{ {#isWdtEnabled} }:${ {{domain_home} }}/bin{ {/isWdtEnabled} }
211
208
212
209
LABEL 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
155
155
JAVA_HOME={ {{java_home} }} \
156
156
{ {/installJava} }
157
157
LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
158
- PROPERTIES_FILE_DIR={ {{oracle_home} }}/properties \
159
158
PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{oracle_home} }}
160
159
161
160
LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
Original file line number Diff line number Diff line change 13
13
ENV WDT_PKG=${ WDT_PKG:-weblogic-deploy.zip} \
14
14
WLSDEPLOY_PROPERTIES={ {wlsdeploy_properties} } \
15
15
LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
16
- PROPERTIES_FILE_DIR={ {{oracle_home} }}/properties \
17
16
DOMAIN_HOME={ {{domain_home} }} \
18
17
PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{domain_home} }}/bin:{ {{oracle_home} }}
19
18
28
27
29
28
RUN cd { {{wdt_home} }} \
30
29
&& mkdir models \
31
- && mkdir -p $(dirname { {{domain_home} }}) \
32
- && mkdir -p ${ PROPERTIES_FILE_DIR}
30
+ && mkdir -p $(dirname { {{domain_home} }})
33
31
34
32
{ {#wdtModels} }
35
33
COPY --chown={ {userid} }:{ {groupid} } { {.} } { {{wdt_home} }}/models/
You can’t perform that action at this time.
0 commit comments