Skip to content

Commit 16ac814

Browse files
authored
Update to latest Notation CLI version v1.2.0
1 parent d074e2b commit 16ac814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: yizha1
66
ms.service: azure-container-registry
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 4/23/2023
9+
ms.date: 9/3/2024
1010
---
1111

1212
# Sign container images with Notation and Azure Key Vault using a self-signed certificate
@@ -30,11 +30,11 @@ In this tutorial:
3030

3131
## Install Notation CLI and AKV plugin
3232

33-
1. Install Notation v1.1.0 on a Linux amd64 environment. Follow the [Notation installation guide](https://notaryproject.dev/docs/user-guides/installation/cli/) to download the package for other environments.
33+
1. Install Notation v1.2.0 on a Linux amd64 environment. Follow the [Notation installation guide](https://notaryproject.dev/docs/user-guides/installation/cli/) to download the package for other environments.
3434

3535
```bash
3636
# Download, extract and install
37-
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.1.0/notation_1.1.0_linux_amd64.tar.gz
37+
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.2.0/notation_1.2.0_linux_amd64.tar.gz
3838
tar xvzf notation.tar.gz
3939

4040
# Copy the Notation binary to the desired bin directory in your $PATH, for example

0 commit comments

Comments
 (0)