From 1618091a57006ac921e9342b0efbe9ef69fe4776 Mon Sep 17 00:00:00 2001 From: anshumancanrock Date: Mon, 11 May 2026 23:23:02 +0530 Subject: [PATCH] docs: update unikernel support list to include all supported frameworks The introductory paragraph in unikernel-support.md only mentioned Unikraft and Rumprun. Updated it to list all six currently supported frameworks: Unikraft, MirageOS, Rumprun, Mewz, Linux, and Hermit. Fixes #627 Signed-off-by: anshumancanrock --- .github/contributors.yaml | 3 +++ docs/unikernel-support.md | 10 +++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/contributors.yaml b/.github/contributors.yaml index e0c3131c..f46ed9be 100644 --- a/.github/contributors.yaml +++ b/.github/contributors.yaml @@ -92,3 +92,6 @@ users: neo-0007: name: Hrishikesh Gohain email: hrishikeshgohain123@gmail.com + Anshumancanrock: + name: anshumancanrock + email: anshu.1239.as@gmail.com diff --git a/docs/unikernel-support.md b/docs/unikernel-support.md index ef2c7b7f..dac4bbe0 100644 --- a/docs/unikernel-support.md +++ b/docs/unikernel-support.md @@ -9,9 +9,13 @@ One of the main goals of `urunc` is to bridge the gap between unikernels and the cloud-native ecosystem. For that reason, `urunc` aims to support all the available unikernel frameworks and similar technologies. -For the time being, `urunc` provides support for -[Unikraft](https://unikraft.org/) and -[Rumprun](https://github.com/cloudkernels/rumprun) unikernels. +Currently, `urunc` provides support for +[Unikraft](https://unikraft.org/), +[MirageOS](https://github.com/mirage/mirage), +[Rumprun](https://github.com/cloudkernels/rumprun), +[Mewz](https://github.com/Mewz-project/Mewz), +[Linux](https://github.com/torvalds/linux) and +[Hermit](https://hermit-os.org/). ## Unikraft