Story Details

  • Docker limits unauthenticated pulls to 10/HR/IP from Docker Hub, from March 1

    Posted: 2025-02-21 07:42:45

    Starting March 1st, Docker Hub will implement rate limits for anonymous (unauthenticated) image pulls. Free users will be limited to 100 pulls per six hours per IP address, while authenticated free users get 200 pulls per six hours. This change aims to improve the stability and performance of Docker Hub. Paid Docker Hub subscriptions will not have pull rate limits. Users are encouraged to log in to their Docker Hub account when pulling images to avoid hitting the new limits.

    Summary of Comments ( 290 )
    https://news.ycombinator.com/item?id=43125089

    Hacker News users discuss the implications of Docker Hub's new rate limits on unauthenticated pulls. Some express concern about the impact on CI/CD pipelines, suggesting the 100 pulls per 6 hours for authenticated free users is also too low for many use cases. Others view the change as a reasonable way for Docker to manage costs and encourage users to authenticate or use alternative registries. Several commenters share workarounds, such as using a private registry or caching images more aggressively. The discussion also touches on the broader ecosystem and the role of Docker Hub within it, with some users questioning its long-term viability given past pricing changes and policy shifts. A few users report encountering unexpected behavior with the limits, suggesting potential inconsistencies in enforcement.