Skip to content

Commit 03057ab

Browse files
committed
Merge branch 'main' into release/8.1.39
2 parents 0171668 + 0dce57e commit 03057ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

8.1/docker-entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,9 @@ if [[ "$1" != 'bash' && "$1" != 'sh' && "$1" != '/bin/sh' ]]; then
722722
fi
723723
fi
724724

725+
# Disable jansi in logback if set, breaks in 8.1.38
726+
sed -i 's|<withJansi>true</withJansi>|<withJansi>false</withJansi>|' "${IGNITION_INSTALL_LOCATION}/data/logback.xml"
727+
725728
# Stage tini as init replacement
726729
set -- tini -g -- "${CMD[@]}"
727730

0 commit comments

Comments
 (0)