Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Incubation] Lima Incubation Application #1348

Open
42 of 44 tasks
AkihiroSuda opened this issue Jun 4, 2024 · 5 comments
Open
42 of 44 tasks

[Incubation] Lima Incubation Application #1348

AkihiroSuda opened this issue Jun 4, 2024 · 5 comments

Comments

@AkihiroSuda
Copy link

AkihiroSuda commented Jun 4, 2024

Lima Incubation Application

v1.5
This template provides the project with a framework to inform the TOC of their conformance to the Incubation Level Criteria.

Project Repo(s): https://github.com/lima-vm/lima
Project Site: https://lima-vm.io/
Sub-Projects: https://github.com/lima-vm
Communication: https://slack.cncf.io/ (#lima channel)

Project points of contacts: Akihiro Suda (@AkihiroSuda), [email protected]

Incubation Criteria Summary for Lima

Adoption Assertion

The project has been adopted by the following organizations in a testing and integration or production capacity:

See also other adopters (DDEV Foundation, NTT Communications, ...):

Application Process Principles

Suggested

N/A

Required

  • TAG provides insight/recommendation of the project in the context of the landscape

Done in the tag meeting above

  • Due Diligence Review.

Completion of this due diligence document, resolution of concerns raised, and presented for public comment satisifies the Due Diligence Review criteria.

  • Additional documentation as appropriate for project type, e.g.: installation documentation, end user documentation, reference implementation and/or code samples.

https://lima-vm.io/docs/

Governance and Maintainers

Note: this section may be augmented by the completion of a Governance Review from TAG Contributor Strategy.

Suggested

  • Clear and discoverable project governance documentation.

https://lima-vm.io/docs/community/governance/

  • Governance has continuously been iterated upon by the project as a result of their experience applying it, with the governance history demonstrating evolution of maturity alongside the project's maturity evolution.

See:

https://lima-vm.io/docs/community/governance/ clearly says "As a Cloud Native Computing Foundation project, Lima will keep its vendor-neutrality."

  • Document how the project makes decisions on leadership, contribution acceptance, requests to the CNCF, and changes to governance or project goals.

Documented in https://lima-vm.io/docs/community/governance/

  • Document how role, function-based members, or sub-teams are assigned, onboarded, and removed for specific teams (example: Security Response Committee).

Documented in https://lima-vm.io/docs/community/governance/

  • Document a complete maintainer lifecycle process (including roles, onboarding, offboarding, and emeritus status).

Documented in https://lima-vm.io/docs/community/governance/

  • Demonstrate usage of the maintainer lifecycle with outcomes, either through the addition or replacement of maintainers as project events have required.

e.g., lima-vm/lima#2383

  • If the project has subprojects: subproject leadership, contribution, maturity status documented, including add/remove process.

Documented in https://lima-vm.io/docs/community/subprojects/

Required

  • Document complete list of current maintainers, including names, contact information, domain of responsibility, and affiliation.

Documented in https://lima-vm.io/docs/community/governance/ and in https://github.com/cncf/foundation/blob/main/project-maintainers.csv

  • A number of active maintainers which is appropriate to the size and scope of the project.

4 maintainers.

  • Code and Doc ownership in Github and elsewhere matches documented governance roles.
  • Document agreement that project will adopt CNCF Code of Conduct.

Documented in https://lima-vm.io/docs/community/governance/

  • CNCF Code of Conduct is cross-linked from other governance documents.

Linked from https://lima-vm.io/docs/community/governance/

  • All subprojects, if any, are listed.

Documented in https://lima-vm.io/docs/community/subprojects/

Contributors and Community

Note: this section may be augmented by the completion of a Governance Review from TAG Contributor Strategy.

Suggested

  • Contributor ladder with multiple roles for contributors.

Two roles: Committer (Full maintainership) and Reviewer (Limited maintainership, no git commit access)
See https://lima-vm.io/docs/community/governance/.

Required

  • Clearly defined and discoverable process to submit issues or changes.

Documented in https://lima-vm.io/docs/community/contributing/

  • Project must have, and document, at least one public communications channel for users and/or contributors.

GitHub and Slack are documented in https://lima-vm.io/docs/community/

  • List and document all project communication channels, including subprojects (mail list/slack/etc.). List any non-public communications channels and what their special purpose is.

Documented in https://lima-vm.io/docs/community/

  • Up-to-date public meeting schedulers and/or integration with CNCF calendar.

This is completed as no-op, as the project has no sync meeting due to timezone diversity

  • Documentation of how to contribute, with increasing detail as the project matures.

Documented in https://lima-vm.io/docs/community/contributing/

  • Demonstrate contributor activity and recruitment.

More than 120 contributors: https://github.com/lima-vm/lima/graphs/contributors

Engineering Principles

Suggested

  • Roadmap change process is documented.

Documented in https://lima-vm.io/docs/community/roadmap/

  • History of regular, quality releases.
  • v1.0 (Nov 2024): changed the default VM driver on macOS from QEMU to Virtualization.framework
  • v0.23 (Aug 2024): enhanced the templating system
  • v0.22 (May 2024): removed the support for vde_vmnet (deprecated since Sep 2022), in favor of the new socket_vmnet
  • v0.21 (Mar 2024): added the support for limactl start-at-login and inotify
  • v0.20 (Jan 2024) added the support for propagating the timezone from the host. Also fixed incompatibility with Go 1.22
  • v0.19 (Dec 2023): improved stability on ARM Mac
  • v0.18 (Oct 2023): added the support for WSL2

See https://github.com/lima-vm/lima/releases.

Required

  • Document project goals and objectives that illustrate the project’s differentiation in the Cloud Native landscape as well as outlines how this project fulfills an outstanding need and/or solves a problem differently.

Documented in https://lima-vm.io/docs/ and in https://lima-vm.io/docs/faq/.

  • Document what the project does, and why it does it - including viable cloud native use cases.

Same as above.

  • Document and maintain a public roadmap or other forward looking planning document or tracking mechanism.

Documented in https://lima-vm.io/docs/community/roadmap/

  • Document overview of project architecture and software design that demonstrates viable cloud native use cases, as part of the project's documentation.

Documented in:

Documented in https://lima-vm.io/docs/community/governance/#release-process

Security

Note: this section may be augemented by a joint-assessment performed by TAG Security.

Suggested

N/A

Required

  • Clearly defined and discoverable process to report security issues.

Documented in https://github.com/lima-vm/.github/blob/main/SECURITY.md

  • Enforcing Access Control Rules to secure the code base against attacks (Example: two factor authentication enforcement, and/or use of ACL tools.)

All the Committers have 2FA enabled

  • Document assignment of security response roles and how reports are handled.

Documented in https://github.com/lima-vm/.github/blob/main/SECURITY.md

  • Document Security Self-Assessment.

Documented in https://github.com/cncf/tag-security/blob/main/community/assessments/projects/lima/self-assessment.md

  • Achieve the Open Source Security Foundation (OpenSSF) Best Practices passing badge.

Passing

Ecosystem

Suggested

N/A

Required

  • Publicly documented list of adopters, which may indicate their adoption level (dev/trialing, prod, etc.)
  • Rancher Desktop by SUSE: Kubernetes and container management to the desktop
  • Colima by Abiola Ibrahim: Docker (and Kubernetes) on macOS with minimal setup
  • Finch by AWS: Finch is a command line client for local container development
  • Podman Desktop by Red Hat: Podman Desktop GUI has a plug-in for Lima virtual machines

See https://lima-vm.io/docs/community/.

  • Used in appropriate capacity by at least 3 independent + indirect/direct adopters, (these are not required to be in the publicly documented list of adopters)

(See the list above)

The project provided the TOC with a list of adopters for verification of use of the project at the level expected, i.e. production use for graduation, dev/test for incubation.

  • TOC verification of adopters.

Refer to the Adoption portion of this document.

  • Clearly documented integrations and/or compatibility with other CNCF projects as well as non-CNCF projects.

Lima was made so as to promote containerd (CNCF Graduated) including nerdctl (contaiNERD ctl) to Mac desktops.
Lima can be used with Docker, Podman, k3s (CNCF Sandbox), Kubernetes, and other container engines too.

See https://lima-vm.io/docs/.

Additional Information

N/A


Process: https://github.com/cncf/toc/blob/main/process/README.md#applying-to-become-an-incubating-or-graduating-project

cc @jandubois @afbjorklund @balajiv113 (Committers of Lima)

@AkihiroSuda
Copy link
Author

@TheFoxAtWork Is anyone assigned for this?

@TheFoxAtWork
Copy link
Contributor

@AkihiroSuda not yet- this project looks like its number 14 in the TOC queue https://github.com/orgs/cncf/projects/27/views/9 click on applications to move levels, left-most common.

We'll be making sure the applications currently in the queue are ready (meeting the criteria) before a TOC member picks them up for assignment

@TheFoxAtWork
Copy link
Contributor

@rochaporto will triage

@rochaporto
Copy link
Contributor

Thanks @AkihiroSuda .

In preparation for Lima to be picked up by a TOC member please:

@rochaporto
Copy link
Contributor

I see 4 adopters submitted already. We ideally would like one more @AkihiroSuda but i believe this project is ready to go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

4 participants