Skip to content

kuasar v0.4.0

Compare
Choose a tag to compare
@Burning1020 Burning1020 released this 11 Dec 09:18
· 151 commits to main since this release
f4ab00f

Quick Start

Wellcome to the v0.4.0 release of Kuasar!

To make a better user experience, excutable binaries(sandboxer, containerd) and their supported files(containerd config file and image/kernel of Cloud Hypervisor) are packed in the attached artifacts. If you got error in building Kuasar, come and find in this artifacts. Additionally, a source code package including vendor code is also provieded, allowing to build without network.

tar xzvf kuasar-v0.4.0-linux-amd64.tar.gz
cd kuasar-v0.4.0-linux-amd64
mkdir -p /var/lib/kuasar
cp kuasar.img vmlinux.bin config_clh.toml /var/lib/kuasar

Please use our config.toml by passing a flag -c config.toml to contaienrd, the config.toml is the minimal config for running containerd with Kuasar.

Notable Updates

Support of Runc Sandbox

We're glad to say that runC container is supported in Kuasar from now on! We added a new runc package where the runc-sandboxer built from. To run a runC container , you need to install runC firstly, which can be found in its github release pages. What’s exciting is that it doesn’t need a virtualization-enabled machine like microvm sandbox so please be free to try and enjoy it. #94

What's Changed

  • [feature] add support of a runc sandboxer by @abel-von in #94
  • doc: Add some descriptions for runc sandbox and microvm sandbox by @Burning1020 in #101

Full Changelog: v0.3.0...v0.4.0