Skip to content

Commit 44e1841

Browse files
authored
Merge pull request #3308 from replicatedhq/grantmiller-patch-10
Update packaging-public-images.mdx
2 parents 2a65997 + 980565f commit 44e1841

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/vendor/packaging-public-images.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ For more information about the Replicated proxy registry, see [About the Replica
66

77
## Pull Public Images Through the Replicated Proxy Registry
88

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 (either `proxy.replicated.com` or your custom domain) instead of multiple registry domains.
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 (either `proxy.replicated.com` or your custom domain) instead of multiple registry domains. These are authenticated requests to avoid the proxy from hitting rate limits and preventing pulls. For more information about how to reference these in your values, see [Use the Proxy Registry with Helm Installations](/vendor/helm-image-registry).
1010

11-
For public images, you need to first configure registry credentials.
11+
> [!IMPORTANT]
12+
> For public images, you need to first configure registry credentials.
1213
13-
To pull public images through the Replicated proxy registry, use the following `docker` command:
14+
To pull public images through the Replicated proxy registry, use the following `docker` commands:
1415

1516
```bash
17+
docker login REPLICATED_PROXY_DOMAIN -u you@example.com -p $SERVICE_ACCOUNT_TOKEN
1618
docker pull REPLICATED_PROXY_DOMAIN/proxy/APPSLUG/UPSTREAM_REGISTRY_HOSTNAME/IMAGE:TAG
1719
```
1820
Where:

0 commit comments

Comments
 (0)