-
Notifications
You must be signed in to change notification settings - Fork 88
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
Migrate bootc dependency from containers image proxy to podman #211
Comments
Notes - Might use this library - https://docs.rs/podman-api/0.10.0/podman_api/api/struct.Images.html#method.pull |
/cc @rhatdan |
I am fine with this. But does this put a requirement on having podman installed as a service and socket enabled in order to run bootc. |
@rhatdan it seems from @cgwalters's PR in this area, he is going to execute a podman command, so it doesn't seem like socket is necessary. |
So bootc will require podman be installed, which is probably fine. |
Currently, bootc relies on containers image proxy crate to pull images. However, looking at the shortcomings of the container image proxy, we have decided to replace it with podman.
This issue is to track the required effort.
/cc @vrothberg @cgwalters
The text was updated successfully, but these errors were encountered: