-
Notifications
You must be signed in to change notification settings - Fork 61
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
Does not work on Linux with Podman Machine (errors with cp: error writing '/output/image/./disk.raw') #540
Comments
Okay further investigation could be pointing towards an issue with podman machine itself rather than bib.
MAYBE due to containers/podman#22920 @cgwalters but I'm not entire 100% sure yet to diagnose why. It could be due to the switch of the underlying fs system? |
Do you actually have that commit? I think it's more that commit should fix that problem. IOW: run |
Doh, you are right. I am using podman So your PR is doing the opposite and actually fixing the issue, sorry! I'm unable to update podman though (not on fedora channels yet) to the latest version which is unfortunate, so I'll just have to wait. Due to numerous issues, I've opened up podman-desktop/extension-bootc#623 to perhaps move away from podman machine requirement for the bootc extension. |
I mentioned this issue here: containers/podman-bootc#58 It was not failing if we connect stdin, but now (in my machine) the error show up again. Btw, I think, bib IS working it's just failing when osbuild calls export, but if you check the output dir the disk image is there. |
Yeah :( the image outputs are okay and myself and another person confirmed it. Just the prevailing output is failing. If anymore users raise the issue I'll make sure to just say that the image is fine and ignore the error (for now). |
Closing this here as there's nothing really easily this project can do directly to workaround it and the best fix is just to get the newer podman in the hands of users. |
Building any image does not work on Linux at the moment and always ends with an error.
Running Fedora 40. This is used with Podman Machine.
I can confirm this works fine on macOS.
Command to run:
Output:
The text was updated successfully, but these errors were encountered: