Michael Vogt

Results 137 comments of Michael Vogt

There were some issues with advanced disk customizations and cross-building that got fixed with https://github.com/osbuild/bootc-image-builder/pull/689 However this particular issue seems to be that the bootc input container is derived from...

Thank you, I can confirm this issue, it is actually a missing support in the "images" library for anaconda isos for the anaconda installer: ``` $ IMAGE_BUILDER_EXTRA_REPOS_PATH="../../test/data" ./image-builder list-images --filter...

Hey, thanks for reaching out and sorry that you have a poor experience.We switched to using librepo as the backend in most places a while ago (c.f. https://github.com/osbuild/image-builder-cli/pull/51). With that...

Thanks! Yeah, we would like to have a more predictable pattern here and also to provide the user with more control over the output names/directories. Part of the prerequisite work...

We are quite close to move properly to libreo for the downloading, c.f. https://github.com/osbuild/bootc-image-builder/pull/786 and https://github.com/osbuild/images/pull/1142 - with that this issue should be fixed.

I personally would start simple and just inspect tar initially, it seems to test if we need CAP_MAC_ADMIN here we would have to try something like this: 1. ensure we...