mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Update Gateway API docs and image security practices
This commit is contained in:
@@ -270,7 +270,16 @@ cosign verify myregistry.com/myapp:v1.0.0 \
|
||||
|
||||
#### Docker Content Trust 与 Notary
|
||||
|
||||
Docker Content Trust 使用 Notary 实现镜像签名,是 Docker 官方的签名解决方案。
|
||||
> **注意:DCT 退役时间线**
|
||||
>
|
||||
> Docker 已宣布[退役 Content Trust](https://www.docker.com/blog/retiring-docker-content-trust/)。关键节点:
|
||||
> - 2025 年 8 月起:最早一批 DCT 签名证书开始过期
|
||||
> - 2025 年 9 月 30 日起:新注册表不可再启用 DCT
|
||||
> - **2028 年 3 月 31 日**:DCT 完全移除,所有 DCT 数据永久删除
|
||||
>
|
||||
> 建议新项目直接使用上文介绍的 **Cosign (Sigstore)** 进行镜像签名;现有 DCT 用户应尽早制定迁移计划。
|
||||
|
||||
Docker Content Trust 使用 Notary 实现镜像签名,是 Docker 官方的传统签名解决方案。
|
||||
|
||||
**启用 DCT:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user