Skip to content

Commit 1d1af09

Browse files
authored
Merge pull request #4201 from AkihiroSuda/fix-2068
docs: promote from CNCF Sandbox to Incubating
2 parents 9873c5e + cfbccd7 commit 1d1af09

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GUI:
8888
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
8989

9090
- - -
91-
**We are a [Cloud Native Computing Foundation](https://cncf.io/) sandbox project.**
91+
**We are a [Cloud Native Computing Foundation](https://cncf.io/) incubating project.**
9292

9393
<picture>
9494
<source media="(prefers-color-scheme: dark)" srcset="https://www.cncf.io/wp-content/uploads/2022/07/cncf-white-logo.svg">

website/content/en/docs/_index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ Related project: [sshocker (ssh with file sharing and port forwarding)](https://
2727

2828
This project is unrelated to [The Lima driver project (driver for ARM Mali GPUs)](https://gitlab.freedesktop.org/lima).
2929

30-
## Motivation
30+
## Project history
3131

32-
The original goal of Lima was to promote [containerd](https://containerd.io) including [nerdctl (contaiNERD ctl)](https://github.com/containerd/nerdctl)
33-
to Mac users, but Lima can be used for non-container applications as well.
32+
Lima began in May 2021, aiming at promoting [containerd](https://containerd.io) including [nerdctl (contaiNERD ctl)](https://github.com/containerd/nerdctl)
33+
to Mac users.
34+
Later the project scope was expanded to support other containers
35+
and non-container applications as well.
3436
Lima also supports non-macOS hosts (Linux, NetBSD, etc.).
37+
38+
Lima joined the [Cloud Native Computing Foundation (CNCF)](https://cncf.io)
39+
in September 2022 as a Sandbox project.
40+
The project was promoted to the Incubating level in October 2025.
41+
3542
{{% /fixlinks %}}

website/layouts/shortcodes/blocks/cncf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section class="text-center">
2-
<h4>{{ .Site.Title }} is a <a class="text-secondary" href="https://cncf.io">CNCF</a> sandbox project</h4>
2+
<h4>{{ .Site.Title }} is a <a class="text-secondary" href="https://cncf.io">CNCF</a> incubating project</h4>
33

44
<img class="cncf-logo"
55
src="/images/cncf-color-bg.svg" alt="Cloud Native Computing Foundation logo" />

0 commit comments

Comments
 (0)