You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-oci-artifacts.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To demonstrate this capability, this article shows how to use the [OCI Registry
17
17
## Prerequisites
18
18
19
19
***Azure container registry** - Create a container registry in your Azure subscription. For example, use the [Azure portal](container-registry-get-started-portal.md) or [az acr create][az-acr-create].
20
-
***Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI](/cli/azure/install-azure-cli) for installation and/or upgrade.
20
+
***Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI][azure-cli-install] for installation and/or upgrade.
21
21
***ORAS CLI** - Version `v0.16.0` is required. See: [ORAS installation][oras-install-docs].
22
22
***Docker (Optional)** - While Docker Desktop isn't required, the `oras` cli utilizes the Docker desktop credential store for storing credentials. If Docker Desktop is installed, it must be running for `oras login`.
23
23
@@ -30,7 +30,6 @@ ACR_NAME=myregistry
30
30
REGISTRY=$ACR_NAME.azurecr.io
31
31
```
32
32
33
-
To create a new registry, see [Quickstart: Create a container registry using the Azure CLI][az-acr-create]
34
33
## Sign in to a registry
35
34
36
35
Authenticate with your [individual Azure AD identity](container-registry-authentication.md?tabs=azure-cli#individual-login-with-azure-ad) using an AD token. Always use "000..." for the `USER_NAME` as the token is parsed through the `PASSWORD` variable.
@@ -218,6 +217,6 @@ To remove the artifact from your registry, use the `oras manifest delete` comman
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-oras-artifacts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ OCI 1.1 Artifact Manifest support is an ACR preview feature and subject to [limi
25
25
26
26
***Azure container registry** - Create a container registry in your Azure subscription. For example, use the [Azure portal](container-registry-get-started-portal.md) or the [Azure CLI][az-acr-create].
27
27
*See [Preview limitations](#preview-limitations) for Azure cloud support.*
28
-
***Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI](/cli/azure/install-azure-cli) for installation and/or upgrade.
28
+
***Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI][azure-cli-install] for installation and/or upgrade.
29
29
***ORAS CLI** - Version `v0.16.0` is required. See: [ORAS installation][oras-install-docs].
30
30
***Docker (Optional)** - To complete the walkthrough, a container image is referenced.
31
31
You can use [Docker installed locally][docker-install] to build and push a container image, or use [`acr build`][az-acr-build] to build remotely in Azure.
@@ -401,7 +401,7 @@ In this article, a graph of supply chain artifacts are created, discovered, prom
0 commit comments