Skip to content

Resolve "Ensure that LANG is set for all Ruby containers"

Jason Plum requested to merge 372-set-lang-for-ruby into master

Somehow, despite https://gitlab.com/gitlab-org/build/CNG/merge_requests/63/diffs setting ENV LANG=C.UTF-8 for the Ruby based containers used in this chart, that does not appear to be in effect for the running containers.

This change explicitly sets the env: items for LANG: "C.UTF-8" across all charts that make use of a Ruby container from the CNG registry.

  • migrations
  • shared-secrets
  • unicorn
  • sidekiq

Closes #372 (closed)

Edited by Jason Plum

Merge request reports