-
Notifications
You must be signed in to change notification settings - Fork 57
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
Wrong imageref in a built qcow2 #69
Comments
Yeah...this is yet another thing... |
It's actually worse than this...the osbuild ostree-container abstraction is pretty broken in this topic in general because it always sets:
Even if Yet this is definitely not right, because we must support cases without an ostree remote set, just a container image reference. See also containers/bootc#230 in this space. |
This will address osbuild/bootc-image-builder#69 (But not marking closes because we need to update the vendor there)
PR in osbuild/images#378 |
This will address osbuild/bootc-image-builder#69 (But not marking closes because we need to update the vendor there)
Fixed by #155 |
I built and booted my own qcow2:
However,
bootc update
doesn't work because the image ref doesn't contain the tag:This issue can be fixed by running
sudo bootc switch --no-signature-verification ghcr.io/ondrejbudai/fedora-bootc:39
:I suppose this gets fixed with #18, but I wonder if we can have a short-term fix.
The text was updated successfully, but these errors were encountered: