Skip to content

Commit db99f13

Browse files
committed
Update LANG which affects CCSID
1 parent 58df877 commit db99f13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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.
1112

1213
## 9.4.0.0 (2024-06)
1314

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=en_US.UTF-8 AMQ_DIAGNOSTIC_MSG_SEVERITY=1 AMQ_ADDITIONAL_JSON_LOG=1
142+
ENV LANG=C.utf8 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)