From f554c6eb6002cce96ce33a85284b287f506c23ae Mon Sep 17 00:00:00 2001 From: Gao Xiang Date: Fri, 30 May 2025 23:31:05 +0800 Subject: [PATCH] update sig/TC/content/doc/projects/erofs.md Signed-off-by: Gao Xiang --- sig/TC/content/doc/projects/erofs.md | 31 ++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/sig/TC/content/doc/projects/erofs.md b/sig/TC/content/doc/projects/erofs.md index 9c9e8304b..b87de044e 100644 --- a/sig/TC/content/doc/projects/erofs.md +++ b/sig/TC/content/doc/projects/erofs.md @@ -13,15 +13,34 @@ EROFS 是为高性能只读场景量身打造的内核文件系统,应用于 | Debian | >= 11 | | Ubuntu | >= 20.04 | | Fedora | >= 30 | -| ArchLinux | 已支持,版本待补充 | -| Gentoo | 已支持,版本待补充 | +| ArchLinux | >= 2020-01-01 | +| Gentoo | 已支持,版本待补充 | | Alibaba Cloud Linux | >= 2 | -| Azure Linux | >= 3.0 (正在发布) | +| Amazon Linux | >= 2023 | +| Azure Linux | >= 3.0 | | Chromium OS | 已支持,版本待补充 | | Deepin Linux | >= 20 | | UnionTech OS | >= 1070 | -| Lifsea OS | 已支持,版本待补充 | -| KeyarchOS | >= 5.8 | - +| Lifsea OS | 已支持,版本待补充 | +| KeyarchOS | >= 5.8 | +| AWS Bottlerocket OS | >= v1.39 | 更完整发行版列表见[EROFS 官方网站](https://erofs.docs.kernel.org). + +## 支持 EROFS 的知名开源项目 + +1. [Containerd](https://github.com/containerd/containerd/pull/10705) + +2. [Kata Containers](https://github.com/kata-containers/kata-containers/pull/11172) + +3. [gVisor](https://github.com/google/gvisor/pull/9308) + +4. [kdump-utils](https://github.com/rhkdump/kdump-utils/pull/33) + +6. [dracut-ng](https://github.com/dracut-ng/dracut-ng/pull/546) + +7. [ComposeFS](https://github.com/composefs/composefs) + +8. [Dragonfly Nydus](https://github.com/dragonflyoss/nydus) + +9. [OverlayBD](https://github.com/containerd/overlaybd) -- Gitee