robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
141 stars 17 forks source link

Albatross_cli.create_vm: use uncompressed image for Vmm_unix.manifest_devices_match #102

Closed hannesm closed 2 years ago

hannesm commented 2 years ago

Earlier, the compressed version was passed to manifest_devices_match, which expects an ELF file (not a compressed one).

Spotted by @palainp in #101