-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Podman broken in later versions of ISO #15561
Comments
This also fails, the same way:
|
@afbjorklund thanks for creating an issue. I can give a try to upgrade |
I created an ISO with these changes and the issue seems to be fixed:
|
Would be nice to upgrade KIC as well, but that requires building packages. The existing ones are not updated anymore for Ubuntu 20.04, stops at 3.4.2 |
+1, Currently, it seem bit hard to setup
That isn't great. I thought moving to Ubuntu 22.04 might help but even that is shipped with
Do we already have some setup to build packages? I will be happy to propose something around that! |
We were relying on the Kubic project for the packages, but it died. Anyway, this crash bug is not in the deb version. |
Podman 3.4.2 does not support compiling with go1.19.3, so it is broken (segfaults) in ISO versions 1.27.0 and 1.28.0
The podman version needs to be bumped to 3.4.7, which upgrades the affected
github.com/modern-go/reflect2
library.podman load
segfaultspodman pull
segfaultsThe version in the KIC image still works, since it is built with an older compiler:
The text was updated successfully, but these errors were encountered: