File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
imagetool/src/main/resources/docker-files Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ RUN cd {{{tempDir}}}/opatch \
151
151
LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
152
152
153
153
ENV WLSDEPLOY_PROPERTIES="{ {{wlsdeploy_properties} }} -Djava.security.egd=file:/dev/./urandom" \
154
- LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
155
154
DOMAIN_HOME={ {{domain_home} }}
156
155
157
156
COPY --chown={ {userid} }:{ {groupid} } { {{wdtInstaller} }} { {{tempDir} }}/
@@ -235,7 +234,6 @@ ENV ORACLE_HOME={{{oracle_home}}} \
235
234
MANAGED_SERVER_PORT=${ MANAGED_SERVER_PORT:-8001} \
236
235
DOMAIN_HOME={ {{domain_home} }} \
237
236
{ {/isWdtEnabled} }
238
- LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
239
237
PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{oracle_home} }}{ {#isWdtEnabled} }:${ {{domain_home} }}/bin{ {/isWdtEnabled} }
240
238
241
239
LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
179
179
{ {#installJava} }
180
180
JAVA_HOME={ {{java_home} }} \
181
181
{ {/installJava} }
182
- LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
183
182
PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{oracle_home} }}
184
183
185
184
LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
Original file line number Diff line number Diff line change 10
10
LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
11
11
12
12
ENV WLSDEPLOY_PROPERTIES={ {{wlsdeploy_properties} }} \
13
- LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
14
13
DOMAIN_HOME={ {{domain_home} }} \
15
14
PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{domain_home} }}/bin:{ {{oracle_home} }}
16
15
You can’t perform that action at this time.
0 commit comments