-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
provide en_US.UTF-8 locale #295
Conversation
A podman test depends on that locale so we need to make it is installed in the image, see containers/podman#19635. Signed-off-by: Paul Holzinger <[email protected]>
@cevich PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are fine, looks like a small problem is affecting the debian SID build. I'm not sure what the windows error is (I tried re-running it), hopefully it was a flake.
Confirmed: This was just a flake, the re-run passed. So only the |
Make sure the en_US.UTF-8 LANG is installed and can be used by podman tests, see containers/podman#19635. Signed-off-by: Paul Holzinger <[email protected]>
@Luap99 assuming the builds work, do you want me to release the images as an update to all repos? The alternative is you just update the value in podman's |
I have to manually update anyway in podman because we should revert this locale fix in the podman setup script. |
Cirrus CI build successful. Found built image names and IDs:
|
This reverts commit ed1f514. The en_US.UTF-8 locale is now added in the images at build time, containers/automation_images#295 Signed-off-by: Paul Holzinger <[email protected]>
This reverts commit ed1f514. The en_US.UTF-8 locale is now added in the images at build time, containers/automation_images#295 Signed-off-by: Paul Holzinger <[email protected]>
This reverts commit ed1f514. The en_US.UTF-8 locale is now added in the images at build time, containers/automation_images#295 Signed-off-by: Paul Holzinger <[email protected]>
see containers/podman#19635
wait for the CI there to pass so I know this works