Skip to content

Commit 57380f1

Browse files
authored
omit LC_ALL setting from ENV due to warnings caused in OL8-slim (#230)
1 parent 0884233 commit 57380f1

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

imagetool/src/main/resources/docker-files/Create_Image.mustache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ RUN cd {{{tempDir}}}/opatch \
151151
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
152152

153153
ENV WLSDEPLOY_PROPERTIES="{{{wlsdeploy_properties}}} -Djava.security.egd=file:/dev/./urandom" \
154-
LC_ALL=${DEFAULT_LOCALE:-en_US.UTF-8} \
155154
DOMAIN_HOME={{{domain_home}}}
156155

157156
COPY --chown={{userid}}:{{groupid}} {{{wdtInstaller}}} {{{tempDir}}}/
@@ -235,7 +234,6 @@ ENV ORACLE_HOME={{{oracle_home}}} \
235234
MANAGED_SERVER_PORT=${MANAGED_SERVER_PORT:-8001} \
236235
DOMAIN_HOME={{{domain_home}}} \
237236
{{/isWdtEnabled}}
238-
LC_ALL=${DEFAULT_LOCALE:-en_US.UTF-8} \
239237
PATH=${PATH}:{{{java_home}}}/bin:{{{oracle_home}}}/oracle_common/common/bin:{{{oracle_home}}}/wlserver/common/bin:{{{oracle_home}}}{{#isWdtEnabled}}:${{{domain_home}}}/bin{{/isWdtEnabled}}
240238

241239
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"

imagetool/src/main/resources/docker-files/Rebase_Image.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
179179
{{#installJava}}
180180
JAVA_HOME={{{java_home}}} \
181181
{{/installJava}}
182-
LC_ALL=${DEFAULT_LOCALE:-en_US.UTF-8} \
183182
PATH=${PATH}:{{{java_home}}}/bin:{{{oracle_home}}}/oracle_common/common/bin:{{{oracle_home}}}/wlserver/common/bin:{{{oracle_home}}}
184183

185184
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"

imagetool/src/main/resources/docker-files/Update_Image.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
1111

1212
ENV WLSDEPLOY_PROPERTIES={{{wlsdeploy_properties}}} \
13-
LC_ALL=${DEFAULT_LOCALE:-en_US.UTF-8} \
1413
DOMAIN_HOME={{{domain_home}}} \
1514
PATH=${PATH}:{{{java_home}}}/bin:{{{oracle_home}}}/oracle_common/common/bin:{{{oracle_home}}}/wlserver/common/bin:{{{domain_home}}}/bin:{{{oracle_home}}}
1615

0 commit comments

Comments
 (0)