Skip to content

Commit

Permalink
feat: container
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jun 14, 2024
1 parent 6985dbc commit ac598b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/容器镜像与加速.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
1. 目前(2024-06-14)最新的 OCI 镜像规范为
[v1.1.0](https://opencontainers.org/posts/blog/2024-03-13-image-and-distribution-1-1/),对镜像
加速而言其最大的更新是:增加了 zstd 作为可选压缩算法,其压缩与解压性能相比 gzip 有大幅提升(镜
像越大,提升越大)。
像越大,提升越大,一个压缩前 9G 的镜像,CPU 性能够的情况下 zstd 解压时间只有 gzip 的 1/4,很夸张)。

我简单调查了当前使用最广泛的 buildkit, docker, containerd 以及云厂商容器仓库对各镜像规范的支持情况,
发现目前 OCI 镜像的支持是最好的,另外虽然 OCI V1.1 才发布没几个月,但 zstd 草案在 2021 年就已经合并
Expand Down

0 comments on commit ac598b3

Please sign in to comment.