Skip to content

Commit 4a4d624

Browse files
authored
Update container-registry-tutorial-sign-build-push.md
We released a patch for the [Notation-Azure-KV plugin](https://github.com/Azure/notation-azure-kv/releases/tag/v0.3.1-alpha.1) yesterday. So we need to upgrade the Notation-Azure-KV plugin version from `v0.3.0-alpha.1` to `v0.3.1-alpha.1` in Azure Documentation.
1 parent 3d86970 commit 4a4d624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-tutorial-sign-build-push.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In this tutorial:
5656
5757
# Download the plugin
5858
curl -Lo notation-azure-kv.tar.gz \
59-
https://github.com/Azure/notation-azure-kv/releases/download/v0.3.0-alpha.1/notation-azure-kv_0.3.0-alpha.1_Linux_amd64.tar.gz
59+
https://github.com/Azure/notation-azure-kv/releases/download/v0.3.1-alpha.1/notation-azure-kv_0.3.1-alpha.1_Linux_amd64.tar.gz
6060
6161
# Extract to the plugin directory
6262
tar xvzf notation-azure-kv.tar.gz -C ~/.config/notation/plugins/azure-kv notation-azure-kv
@@ -248,4 +248,4 @@ notation verify $IMAGE
248248
249249
## Next steps
250250
251-
[Enforce policy to only deploy signed container images to Azure Kubernetes Service (AKS) utilizing **ratify** and **gatekeeper**.](https://github.com/Azure/notation-azure-kv/blob/main/docs/nv2-sign-verify-aks.md)
251+
[Enforce policy to only deploy signed container images to Azure Kubernetes Service (AKS) utilizing **ratify** and **gatekeeper**.](https://github.com/Azure/notation-azure-kv/blob/main/docs/nv2-sign-verify-aks.md)

0 commit comments

Comments
 (0)