Hi, I'd like to make progress on this: https://gitlab.com/redhat/centos-stream/containers/bootc/-/issues/1174
On Fri, 28 Mar 2025 at 18:55, Colin Walters walters@verbum.org wrote:
Hi, I'd like to make progress on this: https://gitlab.com/redhat/centos-stream/containers/bootc/-/issues/1174
How are you building the images? Are you able to use either Kiwi or Image Builder? We're working on adding their support to the CS Koji as we're looking into various ways to build images in general: https://issues.redhat.com/browse/CS-2746
devel mailing list -- devel@lists.centos.org To unsubscribe send an email to devel-leave@lists.centos.org
Hi Adam, thanks for your reply.
On Mon, Mar 31, 2025, at 4:47 AM, Adam Samalik via devel wrote:
On Fri, 28 Mar 2025 at 18:55, Colin Walters walters@verbum.org wrote:
Hi, I'd like to make progress on this: https://gitlab.com/redhat/centos-stream/containers/bootc/-/issues/1174
How are you building the images?
Note these are container images, not disk images - and those are very different things.
Are you able to use either Kiwi or Image Builder?
I'm pretty opposed to using either of those to generate container images as they stand today. We have invested in Konflux (which is Tekton) to build them currently.
However note the strategy for bootc is that we enable generating disk images from container images, and e.g. https://github.com/osbuild/bootc-image-builder exists (and is also shipped in RHEL) which uses some of the same Image Builder code under the hood. But we also directly support installing with Anaconda too as well as a "takeover" install via bootc install to-disk, so one doesn't always need to make disk images from the container images at all.