1 Answer
- Newest
- Most votes
- Most comments
1
This error originates from DockerHub. You can read more about the DockerHub rate limits on this help page.
You can implement several options:
- use your DockerHub account and call
docker login
before pulling the images from DockerHub, this will increase the pull rate limit - if you are already using your DockerHub account and still getting the error, you can upgrade your account to the Pro version to increase the rate limit even more
- you can implement build caching in CodeBuild so that the container image layers are cached locally, this will reduce the number of image pulls from DockerHub
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago