Update Grafana to v13, add version notes

This commit is contained in:
yeasy
2026-04-25 15:50:13 +00:00
parent e3861040ec
commit 396cdf0744
55 changed files with 220 additions and 70 deletions
+3 -3
View File
@@ -95,11 +95,11 @@ flowchart TD
---
### 12.1.4 Docker Engine v29+ 变化
### 12.1.4 Docker Engine v29.x 变化
Docker Engine v29 开始架构进一步简化和标准化
Docker Engine v29.x 开始架构进一步简化和标准化
- **Containerd 镜像存储 (Image Store)** v29+ 的新安装场景中默认启用Docker 直接使用 Containerd 的镜像管理能力不再维护自己的一套 graphdriver
- **Containerd 镜像存储 (Image Store)** v29.x 的新安装场景中默认启用Docker 直接使用 Containerd 的镜像管理能力不再维护自己的一套 graphdriver
- **优势**多平台镜像支持更好镜像拉取更快 (lazy pulling) K8s 共享镜像
---