Set Remote agent Docker image to use UTF-8

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 6.10.2
    • Component/s: Docker
    • None

      Problem Definition

      atlassian/bamboo-agent-base by default start the remote agent with the System Encoding ANSI_X3.4-1968

      Suggested Solution

      Since remote agent works better with UTF-8, atlassian/bamboo-agent-base should start remote agent with System Encoding UTF-8 by default

      Workaround

      Build a new image with the following Dockerfile to change the locale:

      FROM atlassian/bamboo-agent-base
      ENV LANG C.UTF-8
      ENV LC_ALL C.UTF-8
      

            Assignee:
            Alexey Chystoprudov
            Reporter:
            Foong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: