Skip to content

Commit 9b42e08

Browse files
arthurbarrmirskifa
authored andcommitted
Change to LANG=C, with no UTF-8, keeping CCSID 819
1 parent 0bb09a0 commit 9b42e08

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* Changed build Dockerfile to reduce file duplication across image layers
99
* Changed shutdown flow to continue reaping orphan processes during queue manager shutdown
1010
* Allow Native HA configuration to be externally provided rather than generated from template
11-
* Default CCSID is now 1208 (UTF-8) instead of 819 (ISO 8859-1); default `LANG` environment variable is `C.utf8`, which matches the underlying UBI. This is because Red Hat UBI has introduced a dependency on an additional language pack, which changes the default behavior.
1211
* Clarified new minimum versions of Docker and Podman; new version required due to the move to UBI 9
1312

1413
## 9.4.0.0 (2024-06)

Dockerfile-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN touch /run/termination-log \
139139
EXPOSE 1414 9157 9415 9443
140140
ENV MQ_OVERRIDE_DATA_PATH=/mnt/mqm/data MQ_OVERRIDE_INSTALLATION_NAME=Installation1 MQ_USER_NAME="mqm" PATH="${PATH}:/opt/mqm/bin"
141141
ENV MQ_GRACE_PERIOD=30
142-
ENV LANG=C.utf8 AMQ_DIAGNOSTIC_MSG_SEVERITY=1 AMQ_ADDITIONAL_JSON_LOG=1
142+
ENV LANG=C AMQ_DIAGNOSTIC_MSG_SEVERITY=1 AMQ_ADDITIONAL_JSON_LOG=1
143143
ENV MQ_LOGGING_CONSOLE_EXCLUDE_ID=AMQ5041I,AMQ5052I,AMQ5051I,AMQ5037I,AMQ5975I
144144
ENV WLP_LOGGING_MESSAGE_FORMAT=json
145145
# We can run as any UID

0 commit comments

Comments
 (0)