From a47cf76e71330cf38a0c35b92574ed50895876f3 Mon Sep 17 00:00:00 2001 From: anshumancanrock Date: Tue, 19 May 2026 20:26:00 +0530 Subject: [PATCH 1/2] 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 --- docs/unikernel-support.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/unikernel-support.md b/docs/unikernel-support.md index ef2c7b7fe..dac4bbe0e 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 From b84ac8bddf42b1678150dc835698d93bce942044 Mon Sep 17 00:00:00 2001 From: anshumancanrock Date: Tue, 19 May 2026 20:26:06 +0530 Subject: [PATCH 2/2] chore(contributors): add anshumancanrock Signed-off-by: anshumancanrock --- .github/contributors.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/contributors.yaml b/.github/contributors.yaml index 68ada9327..62c6bc7c4 100644 --- a/.github/contributors.yaml +++ b/.github/contributors.yaml @@ -101,3 +101,6 @@ users: mdryaan: name: Md Raiyan email: alikhurshid842001@gmail.com + Anshumancanrock: + name: anshumancanrock + email: anshu.1239.as@gmail.com