How to configure application Docker image for TIBCO BusinessEvents to support UTF-8 LANG
book
Article ID: KB0077674
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
5.x
Description
By default LANG not set in TIBCO BusinessEvents (BE) Docker application images.
Issue/Introduction
Steps to support UTF-8 LANG settings (eg. Chineese) in TIBCO BusinessEvents Docker image
Environment
All Operating Systems (Docker setup)
Resolution
1.) Create a Dockerfile for the BE application following steps as described in the manual (script: be-docker-gen) 2.) Update the Dockerfile and add below lines (sample file attached)
RUN apt-get clean && apt-get -y update && apt-get install -y locales && locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8
3.) Create the application Docker image with updated Dockerfile and script: build_app_image.sh/build_app_image.bat as directed in our documentation.
Additional Information
Docker
Attachments
How to configure application Docker image for TIBCO BusinessEvents to support UTF-8 LANG
get_app