Michael Vogt

Results 137 comments of Michael Vogt

Thanks for reporting this issue. The error ``` bwrap: execvp /run/osbuild/runner/org.osbuild.linux: Exec format error ``` indicates there is no qemu-user available here. Given that this is a RHEL host (AIUI)...

> @mvo5 We talked about this, and we figure out that we maybe can detect this and bail out sooner, right? Yes, I will fix that. [edit: I created https://github.com/osbuild/bootc-image-builder/pull/335...

Fwiw, I am working on extracting the "container as buildroot" parts of https://github.com/osbuild/osbuild/compare/main...ondrejbudai:osbuild:bootc in https://github.com/osbuild/images/compare/main...mvo5:add-container-buildroot-support?expand=1 so that it can be used in boot-image-builder (still a bit rought in there )....

Fwiw, I would love to to see a --output flag that allows the caller to specify the filename, this way the caller can decide what it wants. There is some...

I have seen it too but have not digged into it, there is a comment in the code https://github.com/osbuild/osbuild/blob/a42b79778729486e0f819dac4a7b2ab1c11098c4/mounts/org.osbuild.ostree.deployment#L175 why it does the umount twice and it hints that it's...

Can you please also try to pass the `--use-librep=true` flag? We want to make it default once we get confirmation from QE (c.f. https://github.com/osbuild/bootc-image-builder/issues/835) and it should make things (a...

This is also relevant for bootc-image-builder where it is nice to support customizing the kernel commandline

Closing for now as this is done on the envoy level now.

The difference is that for rhel ibcli images we have repositories in the rhel image types that point to subscribed content so we can easily detect that its required. When...

I'm not sure what the best way is to fix this but we can start by improving the error if no repos are defined in osbuild. WIth the new "NoReposError"...