Docker hub image pulling rate limit changes from the 15th of July

From July 15, 2024, rate limiting will apply on downloads from Docker Hub. If you pull a Docker image from Docker Hub without authentication during a Bitrise build on our Linux machines, your image pull network request will probably fail.

Bitrise is mirroring some of the popular public docker images, but to avoid these potential issues with rate limiting, you can either:

  • Authenticate your Docker image pulling requests towards Docker Hub. For the details and Docker’s full policy, refer to Docker Hub rate limit.
  • Switch to another Docker registry to store your images.