|
42 | 42 | IMAGE=$REGISTRY/${REPO}:$TAG
|
43 | 43 | ```
|
44 | 44 |
|
45 |
| -To create a new registry, see [Quickstart: Create a container registry using the Azure CLI][az-acr-create] |
46 |
| - |
47 | 45 | 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.
|
48 | 46 |
|
49 | 47 | ```azurecli
|
@@ -222,7 +220,7 @@ ls ./download
|
222 | 220 |
|
223 | 221 | ## View the repository and tag listing
|
224 | 222 |
|
225 |
| -OCI Artifact Manifest enables artifact graphs to be pushed, discovered, pulled and copied without having to assign tags. This enables a tag listing to focus on the artifacts users think about, as opposed to the signatures and SBoMs that are associated with the container images, helm charts and other artifacts. |
| 223 | +The OCI Artifact Manifest enables artifact graphs to be pushed, discovered, pulled and copied without having to assign tags. Artifact manifests enables a tag listing to focus on the artifacts users think about, as opposed to the signatures and SBoMs that are associated with the container images, helm charts and other artifacts. |
226 | 224 |
|
227 | 225 | ### View a list of tags
|
228 | 226 |
|
@@ -310,16 +308,16 @@ az acr manifest list-metadata \
|
310 | 308 | * Learn more about [OCI Artifact Manifest][oci-artifact-manifest] for how to push, discover, pull, copy a graph of supply chain artifacts
|
311 | 309 |
|
312 | 310 | <!-- LINKS - external -->
|
313 |
| -[docker-install]: https://www.docker.com/get-started/ |
314 |
| -[oras-install-docs]: https://oras.land/cli/ |
315 |
| -[oras-docs]: https://oras.land/ |
| 311 | +[docker-install]: https://www.docker.com/get-started/ |
| 312 | +[oras-install-docs]: https://oras.land/cli/ |
| 313 | +[oras-docs]: https://oras.land/ |
316 | 314 | [oci-artifacts-referrers]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers/
|
317 |
| -[oci-artifact-manifest]: https://github.com/opencontainers/image-spec/blob/main/artifact.md/ |
318 |
| -[oci-spec]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md/ |
319 |
| -[oci-1_1-spec]: https://github.com/opencontainers/distribution-spec/releases/tag/v1.1.0-rc1 |
| 315 | +[oci-artifact-manifest]: https://github.com/opencontainers/image-spec/blob/main/artifact.md/ |
| 316 | +[oci-spec]: https://github.com/opencontainers/distribution-spec/blob/main/spec.md/ |
| 317 | +[oci-1_1-spec]: https://github.com/opencontainers/distribution-spec/releases/tag/v1.1.0-rc1 |
320 | 318 |
|
321 | 319 | <!-- LINKS - internal -->
|
322 |
| -[acr-authentication]: /articles/container-registry/container-registry-authentication.md?tabs=azure-cli |
| 320 | +[acr-authentication]: /container-registry/container-registry-authentication.md?tabs=azure-cli |
323 | 321 | [az-acr-create]: /container-registry/container-registry-get-started-azure-cli
|
324 | 322 | [az-acr-build]: /cli/azure/acr#az_acr_build
|
325 | 323 | [az-acr-repository-show]: /cli/azure/acr/repository?#az_acr_repository_show
|
|
0 commit comments