-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update VM Images + Drop prior-ubuntu references #1444
Conversation
These images contain a workaround for: containers/podman#11123 Prior-Ubuntu support is being dropped everywhere. Ref: containers/podman#11070 containers/automation_images#88 Signed-off-by: Chris Evich <cevich@redhat.com>
Mirror of changes from containers/skopeo#1444 These images contain a workaround for: containers/podman#11123 Prior-Ubuntu support is being dropped everywhere. Ref: containers/podman#11070 containers/automation_images#88 Signed-off-by: Chris Evich <cevich@redhat.com>
@mtrmac any idea what this means and if/how I can fix it:
|
Two guesses:
Maybe see what BTW the “cannot change locale” warnings worry me somewhat; the system can probably mostly work in such an environment, but it just screams “untested error handling paths” to me. Would it be possible to fix that? I don’t very much care whether it is by changing the locale choice or by adding the locale data, though it might turn out to matter in practice. |
Thanks for the hint, that is something I can check...
Yeah I noticed that too, and it seems new. I think the first step to a fix is understanding the cause...for which I have less than zero insight. Do you have any idea where that error is coming from? I cannot find references to |
...Oh right, so $ make validate
podman run --rm -i -e TESTFLAGS="-v -check.v -test.timeout=15m" -e CI= -e SKOPEO_CONTAINER_TESTS=1 -t --security-opt label=disable -v /home/cevich/devel/skopeo:/src/github.com/containers/skopeo -w /src/github.com/containers/skopeo quay.io/libpod/skopeo_cidev:c6431352024203264 make validate-local
Trying to pull quay.io/libpod/skopeo_cidev:c6431352024203264...
Getting image source signatures
Copying blob ecfb9899f4ce done
...cut...
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory
...cut...
$ podman run -it --rm quay.io/libpod/skopeo_cidev:c6431352024203264
bash: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory
/usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory
/usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory
/usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US): No such file or directory
[root@76cb0cc7dcaf /]# cat /etc/os-release
NAME=Fedora
VERSION="34 (Container Image)"
ID=fedora
VERSION_ID=34
VERSION_CODENAME=""
PLATFORM_ID="platform:f34"
...
[root@76cb0cc7dcaf /]# pkg-config --cflags devmapper
|
Ahh ha! I found it. I set this up in the |
...okay, I fixed this in a really hacky/not-recommended way. I built a new image with a fix, then manually overwrote the tag and shoved it up into quay (after confirming the localle errors are gone). Re-running the tests now. |
LGTM |
These images contain a workaround for:
containers/podman#11123
Prior-Ubuntu support is being dropped everywhere.
Ref: containers/podman#11070
containers/automation_images#88
Signed-off-by: Chris Evich cevich@redhat.com