Skip to content

Commit 9550a67

Browse files
Merge pull request #286013 from yizha1/main
doc: update to latest Notation CLI version v1.2.0
2 parents dcdc9df + 4e1bd6e commit 9550a67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

articles/container-registry/container-registry-tutorial-sign-trusted-ca.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ In this article:
4242
4343
## Install the notation CLI and AKV plugin
4444

45-
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.
45+
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.
4646

4747
```bash
4848
# Download, extract and install
49-
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.1.0/notation_1.1.0_linux_amd64.tar.gz
49+
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.2.0/notation_1.2.0_linux_amd64.tar.gz
5050
tar xvzf notation.tar.gz
5151

5252
# Copy the notation cli to the desired bin directory in your PATH, for example

0 commit comments

Comments
 (0)