Skip to content

Commit a037ce6

Browse files
authored
Update container-registry-tutorial-sign-build-push.md
1 parent 31d00d5 commit a037ce6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ In this tutorial:
3131
3232
## Install the notation CLI and AKV plugin
3333

34-
1. Install notation v1.0.0-rc.5 on a Linux environment. You can also download the package for other environments by following the [Notation installation guide](https://notaryproject.dev/docs/installation/cli/).
34+
1. Install notation v1.0.0-rc.7 on a Linux environment. You can also download the package for other environments by following the [Notation installation guide](https://notaryproject.dev/docs/installation/cli/).
3535

3636
```bash
3737
# Download, extract and install
38-
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.0.0-rc.5/notation_1.0.0-rc.5_linux_amd64.tar.gz
38+
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v1.0.0-rc.7/notation_1.0.0-rc.7_linux_amd64.tar.gz
3939
tar xvzf notation.tar.gz
4040

4141
# Copy the notation cli to the desired bin directory in your PATH
4242
cp ./notation /usr/local/bin
4343
```
4444

45-
2. Install the notation Azure Key Vault plugin for remote signing and verification.
45+
2. Install the notation Azure Key Vault plugin on a Linux environment for remote signing and verification. You can also download the package for other environments by following the [Notation AKV plugin installation guide](https://github.com/Azure/notation-azure-kv#installation-the-akv-plugin).
4646

4747
> [!NOTE]
4848
> The plugin directory varies depending upon the operating system being used. The directory path below assumes Ubuntu. Please read the [Notation directory structure for system configuration](https://notaryproject.dev/docs/concepts/directory-structure/) for more information.
@@ -53,7 +53,7 @@ In this tutorial:
5353
5454
# Download the plugin
5555
curl -Lo notation-azure-kv.tar.gz \
56-
https://github.com/Azure/notation-azure-kv/releases/download/v0.6.0/notation-azure-kv_0.6.0_Linux_amd64.tar.gz
56+
https://github.com/Azure/notation-azure-kv/releases/download/v1.0.0-rc.2/notation-azure-kv_1.0.0-rc.2_linux_amd64.tar.gz
5757
5858
# Extract to the plugin directory
5959
tar xvzf notation-azure-kv.tar.gz -C ~/.config/notation/plugins/azure-kv notation-azure-kv

0 commit comments

Comments
 (0)