local-data-api
local-data-api copied to clipboard
Publish this image to AWS ECR gallery
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:
[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.