Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
10 stars 6 forks source link

Added support for flake-ctl firecracker pull #89

Closed schaefi closed 1 year ago

schaefi commented 1 year ago

Added support for flake-ctl firecracker pull

Added the pull command for the firecracker engine to download and register remote firecracker images into a local storage location below /var/lib/firecracker/images.

This Fixes #83

schaefi commented 1 year ago

For testing please try

sudo flake-ctl firecracker pull \
    --kis-image http://repos.ebgroup.elektrobit.com/nautilos:/2.0:/sdk:/devel/images/FireCracker-Box.x86_64-1.22.04-BuildFireCracker.tar.xz \
    --name ubuntu

or in the open

sudo flake-ctl firecracker pull \
    --kis-image https://download.opensuse.org/repositories/home:/marcus.schaefer:/delta_containers/images/firecracker-basesystem.x86_64.tar.xz \
    --name leap

Thanks