[zh-cn] Use Chinese version image in blog container-image-signature-verification

pull/42579/head
Mengjiao Liu 2023-08-16 17:52:10 +08:00
parent 55f56ecfd2
commit 745dacb078
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ The general usage flow for an admission controller based verification is:
<!--
{{< figure src="/blog/2023/06/29/container-image-signature-verification/flow.svg" alt="Create an instance of the policy and annotate the namespace to validate the signatures. Then create the pod. The controller evaluates the policy and if it passes, then it does the image pull if necessary. If the policy evaluation fails, then it will not admit the pod." >}}
-->
{{< figure src="/blog/2023/06/29/container-image-signature-verification/flow.svg" alt="创建一个策略的实例,并对命名空间添加注解以验证签名。然后创建 Pod。控制器会评估策略如果评估通过则根据需要执行镜像拉取。如果策略评估失败则不允许该 Pod 运行。" >}}
{{< figure src="/zh-cn/blog/2023/06/29/container-image-signature-verification/flow.svg" alt="创建一个策略的实例,并对命名空间添加注解以验证签名。然后创建 Pod。控制器会评估策略如果评估通过则根据需要执行镜像拉取。如果策略评估失败则不允许该 Pod 运行。" >}}
<!--
A key benefit of this architecture is simplicity: A single instance within the