osbuild / bootc-image-builder

A container for deploying bootable container images.
https://osbuild.org
Apache License 2.0
120 stars 51 forks source link

bib: add `vhd` to supported image types #634

Closed mvo5 closed 2 weeks ago

mvo5 commented 3 weeks ago

This is the coresponding change to the images PR [0] that adds support to build vhd type images directly via bib.

[0] https://github.com/osbuild/images/pull/909

mvo5 commented 2 weeks ago

It looks like "images" is not happy with "bootc/anaconda-iso" right now and we need to merge https://github.com/osbuild/images/pull/915 first before we merge this one. Sorry for the trouble!

henrywang commented 2 weeks ago

Hi @mvo5, does this vhd can be used by Azure? Thanks.

mvo5 commented 2 weeks ago

Hi @mvo5, does this vhd can be used by Azure? Thanks.

Hi @henrywang - yes, my understanding is that this will work with azure, I don't have access to such a machien so couldn't do an end-to-end test but would be interested if it does work there too.

henrywang commented 2 weeks ago

Hi @mvo5, does this vhd can be used by Azure? Thanks.

Hi @henrywang - yes, my understanding is that this will work with azure, I don't have access to such a machien so couldn't do an end-to-end test but would be interested if it does work there too.

Thanks! I'm working on vhd image on Azure test now. Will keep you updated.