• Icon: Suggestion Suggestion
    • Resolution: Fixed
    • 6.10.2
    • Docker
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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
      

            [BAM-20554] Set Remote agent Docker image to use UTF-8

            There are no comments yet on this issue.

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

                Created:
                Updated:
                Resolved: