You are not logged in. Click here to log in.

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet

How to add Arial Unicode MS and other fonts to docker image

Since codebeamer 22.04 (Felicity) the default 'Arial Unicode MS' font was removed from the codebase.


To install Arial Unicode MS or any other font on the docker container:

  1. Add volume with the font(s) to /home/appuser/.fonts folder to the container.
  2. On startup the docker image will install all fonts in the folder, check /home/appuser/codebeamer/startup.log for the fc-cache command output.
  3. Verify in the application logs that Arial Unicode MS font is loaded correctly (the application only checks for Arial Unicode MS font in MxGraphFontUtil module).