Should podman machine init create aarch64 VMs that cannot upgrade with rpm-ostree? #14875
Unanswered
UniversalSuperBox
asked this question in
Q&A
Replies: 1 comment
-
After running
I'm also able to build amd64 images (slowly, as expected). Is this a case of a broken ISO? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running Podman on macOS aarch64. I have a project that can only be run on amd64 hosts, but I'd like to build images for it on my Mac.
Reading #12899, I found that a new version of Fedora Core has qemu-user-static installed. Excited, I tried to use
podman machine init --image-path next
to try it out. Unfortunately, I still received an image from May:(This is also the live commit)
It doesn't appear that this image can upgrade itself, either. I've tried running
sudo rpm-ostree update
but received an error:Checking out the Fedora CoreOS repository at https://d2uk5hbyrobdzx.cloudfront.net/refs/heads/fedora/aarch64/coreos/, this appears correct.
next-devel
does not appear in the heads listing. However,next-devel
does appear at https://kojipkgs.fedoraproject.org/compose/ostree/repo/refs/heads/fedora/aarch64/coreos/.I can get the image to update by running
sudo rpm-ostree rebase fedora:fedora/aarch64/coreos/next
, but I'm not sure if this is the correct way to perform this task.It appears that using
podman machine init --image-path next
andpodman machine init --image-path testing
both have a similar effect, but they list a different Commit in their path. It's worth noting that neither of these options list anAutomaticUpdateDriver
of Zincati inrpm-ostree status
unlike the documentation at https://docs.fedoraproject.org/en-US/fedora-coreos/tutorial-updates/.Finally, Zincati reports the following when it starts:
The VM doesn't appear to upgrade itself, even after a few hours of waiting. Should I be using something other than rpm-ostree to get the VM to upgrade?
Beta Was this translation helpful? Give feedback.
All reactions