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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To demonstrate this capability, this article shows how to use the [OCI Registry
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
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.
21
21
***ORAS CLI** - Version `v0.16.0` is required. See: [ORAS installation][oras-install-docs].
22
-
***Docker (Optional)** - While Docker Desktop is not 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`.
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`.
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-oras-artifacts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ OCI 1.1 Artifact Manifest support is an ACR preview feature and subject to [limi
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.
32
-
While Docker Desktop is not 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`.
32
+
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`.
33
33
34
34
## Preview limitations
35
35
@@ -316,7 +316,7 @@ The output of `tree`:
316
316
317
317
## View the repository and tag listing
318
318
319
-
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.
319
+
The OCI Artifact Manifest enables artifact graphs to be pushed, discovered, pulled and copied without having to assign tags. Artifact manifests enable 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.
320
320
321
321
### View a list of tags
322
322
@@ -381,7 +381,7 @@ Output:
381
381
```
382
382
## Summary
383
383
384
-
In this article, a graph of supply chain artifacts were created, discovered, promoted and pulled providing lifecycle management of the artifacts you build and/or depend upon.
384
+
In this article, a graph of supply chain artifacts are created, discovered, promoted and pulled providing lifecycle management of the artifacts you build and depend upon.
0 commit comments