We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While switching our CI runners to Fedora 40 images, built by IB itself, we immediately crashed and burned because of character encoding errors: https://gitlab.com/redhat/services/products/image-builder/ci/images/-/jobs/7027433444
Our default Fedora image config sets the locale to en_US.
en_US
images/pkg/distro/fedora/distro.go
Lines 440 to 444 in aad2c71
However, it seems that marketplace Fedora images use en_US.utf-8, which is why we never had this issue before.
en_US.utf-8
We should update our image definitions to match.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While switching our CI runners to Fedora 40 images, built by IB itself, we immediately crashed and burned because of character encoding errors: https://gitlab.com/redhat/services/products/image-builder/ci/images/-/jobs/7027433444
Our default Fedora image config sets the locale to
en_US
.images/pkg/distro/fedora/distro.go
Lines 440 to 444 in aad2c71
However, it seems that marketplace Fedora images use
en_US.utf-8
, which is why we never had this issue before.We should update our image definitions to match.
The text was updated successfully, but these errors were encountered: