From 868ef67f169acd4b6b3e87ba02519feba4d0d6a5 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Mon, 2 Dec 2024 08:12:41 -0800 Subject: [PATCH] Update callouts for pull rate limits in Docker Hub (#21494) ## Description - Callouts in https://docs.docker.com/docker-hub/download-rate-limit/#rate-limit were confusing, the callout for DCP stated the *new* rate limits, while the rate limit section explains the existing rate limits - Updated callout to reflect the rate limits are for DCP changes - Clarified the existing table is for existing Docker plans - See: https://docker.atlassian.net/browse/IN-5058 for context ## Related issues or tickets [ENGDOCS-2326](https://docker.atlassian.net/browse/ENGDOCS-2326?atlOrigin=eyJpIjoiZTBjNjBjZmE2ZGYxNDk5MWIzYzNmN2YxOTllZDdiNDYiLCJwIjoiaiJ9) ## Reviews - [ ] Technical review - [ ] Editorial review [ENGDOCS-2326]: https://docker.atlassian.net/browse/ENGDOCS-2326?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- content/manuals/docker-hub/download-rate-limit.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/manuals/docker-hub/download-rate-limit.md b/content/manuals/docker-hub/download-rate-limit.md index 41672c674e..7d3f3db242 100644 --- a/content/manuals/docker-hub/download-rate-limit.md +++ b/content/manuals/docker-hub/download-rate-limit.md @@ -179,18 +179,19 @@ URLs (`/v2/*/manifests/*`). > different architecture. > - Pulls are accounted to the user doing the pull, not to the owner of the > image. -> -> There will be no image pull rate limit for users or automated systems with a -> paid subscription. Anonymous and Docker Personal users using Docker Hub will -> experience rate limits on image pull requests. For authenticated users, there -> will be a 40 pull/hour rate limit per user; for unauthenticated usage, there -> will be a 10 pull/hour rate limit per IP address. ### What's the download rate limit on Docker Hub? +> [!IMPORTANT] +> +> After March 3rd, 2025, with Docker's enhanced subscription plans, there will be no image pull rate limit for users or automated systems with a +> paid subscription. +> +> Anonymous and Docker Personal users using Docker Hub will experience rate limits on image pull requests. For authenticated users, there will be a 40 pull/hour rate limit per user; for unauthenticated usage, there will be a 10 pull/hour rate limit per IP address. + Docker Hub limits the number of Docker image downloads, or pulls, based on the account type of the user pulling the image. Pull rate limits are based on -individual IP address. +individual IP address. The following table reflects Docker's current rate limits: | User type | Rate limit | |-------------------------------------------------------------------------|--------------------------------------|