crc-org / machine-driver-hyperkit

Machine driver for hyperkit
Apache License 2.0
5 stars 3 forks source link

Modify imageformat according to file used #11

Open gbraad opened 4 years ago

gbraad commented 4 years ago

https://github.com/code-ready/machine-driver-hyperkit/blob/c592b26d73624e85e1bdb7d962c6f0cea99740e1/pkg/hyperkit/driver.go#L228-L234

When raw imageformat is to be used, the driver needs to handle either a single format or infer this from the file referenced. Related to https://github.com/code-ready/snc/pull/206

cfergeau commented 4 years ago

https://github.com/code-ready/machine/pull/39 adds a VMDriver.ImageFormat field which would make this easier to implement.