containers / podman-desktop-extension-bootc

Support for bootable OS containers (bootc) and generating disk images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for RHEL image builder

deboer-tim opened this issue · comments

Is your enhancement related to a problem? Please describe

Support for different/arbitrary builders is tracked via #238 and isn't feasible right now: there is no API/stability and doing so now would give the user too many ways to shoot themselves in the foot. However, now that registry.redhat.io/rhel9/bootc-image-builder is released we will have some users that want to use it and we could do this in a more controlled manner.

Describe the solution you'd like

Test registry.redhat.io/rhel9/bootc-image-builder:9.4 to see if it is compatible/stable enough, or find a version that is equivalent to the current centos builder. Check containers for the bootc.diskimage-builder label, and if it exists and points to the rhel builder, then switch to and use the specific version we've tested.

Describe alternatives you've considered

No response

Additional context

No response