Skip to content

Commit de3768a

Browse files
edits
1 parent c03532d commit de3768a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-registry/tutorial-registry-cache.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: tejaswikolli
77
---
88
# Caching for Azure Container Registry
99

10-
Azure Container Registry (ACR) introduces its new feature Caching for ACR. This feature will allow users to cache container images in a private container registry. Caching for ACR, is a preview feature available in *Basic*, *Standard*, and *Premium* [service tiers](container-registry-skus.md).
10+
Azure Container Registry (ACR) introduces its new feature Caching for ACR. This feature allows users to cache container images in a private container registry. Caching for ACR, is a preview feature available in *Basic*, *Standard*, and *Premium* [service tiers](container-registry-skus.md).
1111

1212
This article is part one in a four-part tutorial series. The tutorial covers:
1313

@@ -27,17 +27,17 @@ Implementing Caching for ACR provides the following benefits:
2727

2828
***Private networks:*** Cached registries are available on private networks. Therefore, users can configure their firewall to meet compliance standards.
2929

30-
***Docker Rate Limit:*** Docker has updated their terms of services to limit anonymous users to 100 pull operations every six hours, free Docker account users to 200 pull operations every six hours, and paid Docker subscription to 5000 pull operations per 24 hours. Caching for ACR allows users to pull images from the cache. Container images pulled from the cache ***do not*** count toward Docker's pull limit. Learn more docker hub rate limit [here][docker-rate-limit].
30+
***Docker Rate Limit:*** Docker has updated their terms of services. The new limits allow anonymous users to 100 pull operations every six hours. Free Docker account users have 200 pull operations limit for every six hours. The Docker subscription users have 5000 pull operations limit for every 24 hours. Caching for ACR allows users to pull images from the cache. Container images pulled from the cache ***do not*** count toward Docker's pull limit. Learn more docker hub rate limit [here][docker-rate-limit].
3131

3232
## Preview Limitations
3333

3434
- Quarantine functions like signing, scanning, and manual compliance approval are on the roadmap but aren't included in this release.
3535

36-
- Caching will only occur after the container image is requested at least once. When a new image is available a new pull request must be made. Caching for ACR doesn't automatically pull new version of images when a new version is available. This is on the roadmap but isn't supported in this release.
36+
- Caching will only occur after the container image is requested at least once. For every new image available, a new pull request must be made. Caching for ACR doesn't automatically pull new version of images when a new version is available. This is on the roadmap but isn't supported in this release.
3737

3838
- Caching for ACR only supports Docker Hub and Microsoft Artifact Registry. Multiple other registries including self-hosted registries are on the roadmap but aren't included in this release.
3939

40-
- Caching for ACR is only available by using the Azure Portal. The Azure CLI will be released in the coming weeks.
40+
- Caching for ACR is only available by using the Azure portal. The Azure CLI is released in the coming weeks.
4141

4242
## Terminology
4343

@@ -50,7 +50,7 @@ Implementing Caching for ACR provides the following benefits:
5050

5151
3. A Repository Path - The source path of the repository to find and retrieve artifacts you want to cache. For example, `docker.io/library/hello-world`.
5252

53-
4. An ACR Repository Path - The name of the new repository path to store artifacts. For example, `hello-world`. The Repository cannot already exist inside the ACR instance.
53+
4. An ACR Repository Path - The name of the new repository path to store artifacts. For example, `hello-world`. The Repository can't already exist inside the ACR instance.
5454

5555
- Credential Set
5656
- A credential set is a username and password for the source registry. A credential set is needed if you wish to authenticate with a public or private repository. A credential set contains four parts

0 commit comments

Comments
 (0)