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
+4
View File
@@ -10,6 +10,8 @@
比如我们想要创建一个 [OpenVZ](https://openvz.org) 的 Ubuntu 16.04 [模板](https://wiki.openvz.org/Download/template/precreated)的镜像:
> **版本提示**示例中的 Ubuntu 16.04 (Xenial) 已于 2021 4 月停止支持如果用于生产环境建议更新至 Ubuntu 22.04 LTS 或更新版本
```bash
$ docker import \
http://download.openvz.org/template/precreated/ubuntu-16.04-x86_64.tar.gz \
@@ -50,6 +52,8 @@ $ docker image ls alpine
REPOSITORY TAG IMAGE ID CREATED SIZE
alpine latest baa5d63471ea 5 weeks ago 4.803 MB
```
> **版本提示**`alpine:latest` 为最新版本的 Alpine Linux如果需要特定版本号 `alpine:3.20`可以明确指定以确保可重现性
保存镜像的命令为
```bash