In the case of unikernel images, the urunc runtime will use a hypervisor to run the unikernel binary. This creates the need to specify the hypervisor version to be used with the given unikernel.
We should decide upon a flexible versioning scheme. bima is not required to check that info, just make sure it is persisted in our unikernel image for urunc to deal with.
In the case of unikernel images, the
urunc
runtime will use a hypervisor to run the unikernel binary. This creates the need to specify the hypervisor version to be used with the given unikernel.We should decide upon a flexible versioning scheme.
bima
is not required to check that info, just make sure it is persisted in our unikernel image forurunc
to deal with.