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: docs/vendor/packaging-private-images.md
-48Lines changed: 0 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,54 +249,6 @@ For example:
249
249
replicated registry test index.docker.io --image my-company/my-image:v1.2.3
250
250
```
251
251
252
-
## Pull public images through the Replicated proxy registry
253
-
254
-
You can use the Replicated proxy registry to pull both public and private images. Using the Replicated proxy registry for public images can simplify network access requirements for your customers, as they only need to whitelist a single domain (`proxy.replicated.com` or your custom domain) instead of multiple registry domains.
255
-
256
-
For public images, you can use anonymous access without configuring registry credentials. The URL structure for pulling public images is:
For private registries or when you need to use specific credentials for quasi-public registries, configure the registry as an external registry first and use `/proxy/` instead of `/anonymous/` in the URL path.
298
-
:::
299
-
300
252
## Related Topic
301
253
302
254
[Tutorial: Using ECR for Private Images](tutorial-ecr-private-images)
This topic describes how to pull images from public registries using the Replicated proxy registry. This can simplify network access requirements for your customers, as they only need to allowlist a single domain (`proxy.replicated.com` or your custom domain) instead of multiple registry domains.
4
+
5
+
For more information about the Replicated proxy registry, see [About the Replicated Proxy Registry](private-images-about).
6
+
7
+
## Pull public images through the Replicated proxy registry
8
+
9
+
You can use the Replicated proxy registry to pull both public and private images. Using the Replicated proxy registry for public images can simplify network access requirements for your customers, as they only need to whitelist a single domain (`proxy.replicated.com` or your custom domain) instead of multiple registry domains.
10
+
11
+
For public images, you can use anonymous access without configuring registry credentials. The URL structure for pulling public images is:
When you need to use specific credentials for quasi-public registries, configure the registry as an private external registry first and use `/proxy/` instead of `/anonymous/` in the URL path.
45
+
:::
46
+
47
+
## Related Topic
48
+
49
+
[Connecting to an External Registry](packaging-private-images)
Copy file name to clipboardExpand all lines: docs/vendor/private-images-about.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
@@ -1,6 +1,6 @@
1
1
# About the Replicated Proxy Registry
2
2
3
-
This topic describes how the Replicated proxy registry can be used to grant proxy access to your application's private images.
3
+
This topic describes how the Replicated proxy registry can be used to grant proxy access to your application's private images or allow pull through access of public images.
0 commit comments