You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to use this image withing my AWS CodePipeline to run e2e tests in my CI/CD environment.
Problem
When I try to fetch the image within a CodeBuild project it runs into the error:
[Container] 2021/12/23 11:32:20 Running command docker-compose up -d
--
350 | Creating network "src_default" with the default driver
351 | Pulling local-data-api (koxudaxi/local-data-api:)...
352 | toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Possible solution
By uploading the image to the AWS ECR gallery one does not have any rate limits and the build environment can fetch the image as desired.
The text was updated successfully, but these errors were encountered:
Description
I would love to use this image withing my AWS CodePipeline to run e2e tests in my CI/CD environment.
Problem
When I try to fetch the image within a CodeBuild project it runs into the error:
Possible solution
By uploading the image to the AWS ECR gallery one does not have any rate limits and the build environment can fetch the image as desired.
The text was updated successfully, but these errors were encountered: