-
Notifications
You must be signed in to change notification settings - Fork 60
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
Bib was broken when building remote bootc image #831
Comments
Thanks for reporting the issue - this is fallout from #423 where the default got changed to look into the local storage only to support things like bound images (cc to @ondrejbudai if we need a softer deprecation policy here). |
Maybe what we could do is detect the case when the user has explicitly done a |
@chunfuwen to be clear what we expect customers to do (and what I think we should ensure all CI pipelines are doing) is ensuring the relevant containers are in the storage before invoking bootc-image-builder right now, via e.g. |
I noticed the output has below warning:bootc-image-builder no longer pulls images, make sure to pull it before running bootc-image-builder: It looks like it align with what we expect customers to do, so close this issue |
Command 'sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json -v /var/lib/libvirt/images/auth.json:/run/containers/0/auth.json quay.io/centos-bootc/bootc-image-builder:latest --type raw --tls-verify=false --config /config.json quay.io/centos-bootc/centos-bootc:stream9 ' failed. stdout: b'2025/02/10 17:33:50 error: cannot build manifest: could not access container storage, did you forget -v /var/lib/containers/storage:/var/lib/containers/storage? (cannot find "/var/lib/containers/storage/overlay" (missing -v /var/lib/containers/storage:/var/lib/containers/storage mount?)
The text was updated successfully, but these errors were encountered: