From cfbccd7c1e2f9f46f9c3002964df0956b4a49876 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 15 Oct 2025 15:19:24 +0900 Subject: [PATCH] docs: promote from CNCF Sandbox to Incubating CNCF TOC approved to promote Lima from Sandbox to Incubating on 2025-10-14. (cncf/toc issue 1348) Fix issue 2068 Signed-off-by: Akihiro Suda --- README.md | 2 +- website/content/en/docs/_index.md | 13 ++++++++++--- website/layouts/shortcodes/blocks/cncf.html | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac029760313..7e529a01444 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ GUI: Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). - - - -**We are a [Cloud Native Computing Foundation](https://cncf.io/) sandbox project.** +**We are a [Cloud Native Computing Foundation](https://cncf.io/) incubating project.** diff --git a/website/content/en/docs/_index.md b/website/content/en/docs/_index.md index 0e9897c03b8..d95e8a2f3ba 100644 --- a/website/content/en/docs/_index.md +++ b/website/content/en/docs/_index.md @@ -27,9 +27,16 @@ Related project: [sshocker (ssh with file sharing and port forwarding)](https:// This project is unrelated to [The Lima driver project (driver for ARM Mali GPUs)](https://gitlab.freedesktop.org/lima). -## Motivation +## Project history -The original goal of Lima was to promote [containerd](https://containerd.io) including [nerdctl (contaiNERD ctl)](https://github.com/containerd/nerdctl) -to Mac users, but Lima can be used for non-container applications as well. +Lima began in May 2021, aiming at promoting [containerd](https://containerd.io) including [nerdctl (contaiNERD ctl)](https://github.com/containerd/nerdctl) +to Mac users. +Later the project scope was expanded to support other containers +and non-container applications as well. Lima also supports non-macOS hosts (Linux, NetBSD, etc.). + +Lima joined the [Cloud Native Computing Foundation (CNCF)](https://cncf.io) +in September 2022 as a Sandbox project. +The project was promoted to the Incubating level in October 2025. + {{% /fixlinks %}} diff --git a/website/layouts/shortcodes/blocks/cncf.html b/website/layouts/shortcodes/blocks/cncf.html index 60bd1f1f93a..e94f1f3eb97 100644 --- a/website/layouts/shortcodes/blocks/cncf.html +++ b/website/layouts/shortcodes/blocks/cncf.html @@ -1,5 +1,5 @@
-

{{ .Site.Title }} is a CNCF sandbox project

+

{{ .Site.Title }} is a CNCF incubating project