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/tutorial-enable-registry-cache.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
@@ -8,7 +8,7 @@ ms.author: tejaswikolli
8
8
9
9
# Enable Caching for ACR (Preview) - Azure portal
10
10
11
-
This article is part two of a four-part tutorial series. [Part one](tutorial-registry-cache.md) provides an overview of Caching for ACR, its features, benefits, and preview limitations. This article walks you through the steps of enabling Caching for ACR by using the Azure portal.
11
+
This article is part two of a four-part tutorial series. [Part one](tutorial-registry-cache.md) provides an overview of Caching for ACR, its features, benefits, and preview limitations. This article walks you through the steps of enabling Caching for ACR by using the Azure portal.
Copy file name to clipboardExpand all lines: articles/container-registry/tutorial-registry-cache.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Implementing Caching for ACR provides the following benefits:
27
27
28
28
***Private networks:*** Cached registries are available on private networks. Therefore, users can configure their firewall to meet compliance standards.
29
29
30
-
***Ensuring upstream content is delivered***: All registries, especially public ones like Docker Hub and others, have anonymous pull limits in order to ensure they can provide services to everyone. Caching for ACR allows users to pull images from the local ACR instead of the upstream registry. This will ensure the content is delivered from upstream and users gets the benefit of pulling the container images from the cache without counting to the pull limits.
30
+
***Ensuring upstream content is delivered***: All registries, especially public ones like Docker Hub and others, have anonymous pull limits in order to ensure they can provide services to everyone. Caching for ACR allows users to pull images from the local ACR instead of the upstream registry. Caching for ACR ensures the content delivery from upstream and users gets the benefit of pulling the container images from the cache without counting to the pull limits.
31
31
32
32
## Terminology
33
33
@@ -43,27 +43,27 @@ Implementing Caching for ACR provides the following benefits:
43
43
4. New ACR Repository Namespace - The name of the new repository path to store artifacts. For example, `hello-world`. The Repository can't already exist inside the ACR instance.
44
44
45
45
- Credentials
46
-
- Credentials are a set of username and password for the source registry. Credentials are needed if you wish to authenticate with a public or private repository. Credentials contain four parts
46
+
- Credentials are a set of username and password for the source registry. You require Credentials to authenticate with a public or private repository. Credentials contain four parts
47
47
48
48
1. Credentials - The name of your credentials.
49
49
50
-
2. Source registry Login Server - The login server of your source registry. Only `docker.io` is supported currently.
50
+
2. Source registry Login Server - The login server of your source registry. Currently, we only support `docker.io`.
51
51
52
52
3. Source Authentication - The key vault locations to store credentials.
53
53
54
54
4. Username and Password secrets- The secrets containing the username and password.
55
55
56
56
## Preview Limitations
57
57
58
-
- Quarantine functions like signing, scanning, and manual compliance approval are on the roadmap but aren't included in this release.
58
+
- Quarantine functions like signing, scanning, and manual compliance approval are on the roadmap but not included in this release.
59
59
60
-
- 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 does not automatically pull new versions of images when a new version is available. It is on the roadmap but isn't supported in this release.
60
+
- Caching will only occur after at least one pull request is complete on the available container image. For every new image available, a new pull request must be complete. Caching for ACR does not automatically pull new versions of images when a new version is available. It is on the roadmap but not supported in this release.
61
61
62
62
- 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.
63
63
64
64
- Caching for ACR only supports 50 cache rules.
65
65
66
-
- Caching for ACR is only available by using the Azure portal. The Azure CLI will be released in the coming weeks.
66
+
- Caching for ACR is only available by using the Azure portal. The Azure CLI is in target for the coming weeks.
0 commit comments