Skip to content

Commit 9888f49

Browse files
committed
Acrolinx PR feedback
Signed-off-by: Steve Lasker <[email protected]>
1 parent 437c9a1 commit 9888f49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/container-registry/container-registry-oci-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To demonstrate this capability, this article shows how to use the [OCI Registry
1919
* **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].
2020
* **Azure CLI** - Version `2.29.1` or later is required. See [Install Azure CLI](/cli/azure/install-azure-cli) for installation and/or upgrade.
2121
* **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`.
2323

2424
## Configure a registry
2525

articles/container-registry/container-registry-oras-artifacts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OCI 1.1 Artifact Manifest support is an ACR preview feature and subject to [limi
2929
* **ORAS CLI** - Version `v0.16.0` is required. See: [ORAS installation][oras-install-docs].
3030
* **Docker (Optional)** - To complete the walkthrough, a container image is referenced.
3131
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`.
3333

3434
## Preview limitations
3535

@@ -316,7 +316,7 @@ The output of `tree`:
316316

317317
## View the repository and tag listing
318318

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.
320320

321321
### View a list of tags
322322

@@ -381,7 +381,7 @@ Output:
381381
```
382382
## Summary
383383

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.
385385

386386
## Next steps
387387

0 commit comments

Comments
 (0)