-
Notifications
You must be signed in to change notification settings - Fork 86
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
bound images fail in bootc-image-builder #715
Comments
Can someone remind me of the best way to get a debug shell in an osbuild pipeline in bib? cc @mvo5 |
OK yep there's no
|
#716 |
And next up is: Because it looks like bootc-image-builder is running stages without networking...as expected. Now, this gets into an important implementation detail. Today bib copies the input container to the osbuild store...I want to avoid that for these bound images as it complicates things and we are not getting value out of the osbuild store today. IOW I want to just require that bound images live in the container storage used by bib - as that will be maximally erognomic for users. So to fix this, we'll want to configure the install path invocation to look there as an additional image store or oso. |
#719 will get us closer - I didn't yet get it working end-to-end in bib, but it does work with |
Filed osbuild/bootc-image-builder#560 for the bib side discussion |
bootupctl: Clear failure status from previous runs
I previously hit containers/podman#22785 (comment) - this looks like a different one.
Will dig in to see what's going on.
The text was updated successfully, but these errors were encountered: