OSBuildOptions: Support --in-vm option#431
Conversation
thozza
left a comment
There was a problem hiding this comment.
Thanks for making the change.
However, this made me aware of the fact that we have a duplicate implementation of executing osbuild in this repository. Merging this PR would just add to the technical dept.
Would you be willing to look at actually replacing this with the implementation in https://github.com/osbuild/images/blob/main/pkg/osbuild/osbuild-exec.go, which should have all the knobs that you need and hopefully also that ibcli needs?
If you don't have the capacity to do this, because this is arguably much more work, I'd be OK with merging this PR and addressing this duplication later.
I feel this is an 'us' problem so if @alexlarsson feels the same I'm good with merging this and then we fix the duplication :) |
|
I agree that there should only be one copy of this API, but atm I don't have time to work on this. For now, this was just something I noticed when working on the vm support for bootc-image-builder, a work that is still WIP, so there is no need to immediately merge this. |
No description provided.