You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
latest podman desktop (1.15) vm is packing qemu 8.2.7 on mac
% podman run --rm --privileged --pid=host debian nsenter -t 1 -m -u -n -i qemu-aarch64-static --version
qemu-aarch64 version 8.2.7 (qemu-8.2.7-1.fc40)
which according to https://www.qemu.org/download/
is not the latest version. why not 'always' package the latest available release version of qemu? it's not like old version doesn't have bugs, but likelihood of someone reporting those bugs, getting them fixed upstream are high. so it's always a good idea to package the latest version and point people to report qemu bugs in their gitlab repo issue tracker. right now, we need to wait additional months for podman to package the latest version feels a bit off. :(
The text was updated successfully, but these errors were encountered:
latest podman desktop (1.15) vm is packing qemu 8.2.7 on mac
which according to
https://www.qemu.org/download/
is not the latest version. why not 'always' package the latest available release version of qemu? it's not like old version doesn't have bugs, but likelihood of someone reporting those bugs, getting them fixed upstream are high. so it's always a good idea to package the latest version and point people to report qemu bugs in their gitlab repo issue tracker. right now, we need to wait additional months for podman to package the latest version feels a bit off. :(
The text was updated successfully, but these errors were encountered: