Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Docker Compose to Pull Images from ECR #136

Open
lorerod opened this issue Oct 1, 2024 · 0 comments
Open

Switch Docker Compose to Pull Images from ECR #136

lorerod opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
Type: Technical issue Improve something that users won't notice

Comments

@lorerod
Copy link
Contributor

lorerod commented Oct 1, 2024

Describe the issue
Currently, our e2e tests rely on public Docker images hosted on AWS's public ECR. Due to rate limits on these public repositories, we've encountered issues with toomanyrequests: Rate exceeded during image pulls. Although retries have mitigated the problem, it’s not a permanent solution and could cause delays or failures under heavy load.

Describe the improvement you'd like
We must switch our Docker Compose configuration to pull images from our private Amazon ECR repository. This will prevent rate limiting issues and improve the reliability of our tests.

Describe alternatives you've considered
Implementing additional retries when pulling public images. While this has helped temporarily, it doesn't address the core problem of rate limits.

@lorerod lorerod added the Type: Technical issue Improve something that users won't notice label Oct 1, 2024
@lorerod lorerod mentioned this issue Oct 1, 2024
@witash witash self-assigned this Oct 8, 2024
witash added a commit that referenced this issue Oct 21, 2024
witash added a commit that referenced this issue Oct 22, 2024
witash added a commit that referenced this issue Oct 22, 2024
witash added a commit that referenced this issue Oct 22, 2024
witash added a commit that referenced this issue Oct 22, 2024
witash added a commit that referenced this issue Oct 22, 2024
witash added a commit that referenced this issue Oct 22, 2024
witash added a commit that referenced this issue Oct 22, 2024
witash added a commit that referenced this issue Oct 23, 2024
witash added a commit that referenced this issue Oct 23, 2024
witash added a commit that referenced this issue Oct 23, 2024
witash added a commit that referenced this issue Oct 23, 2024
witash added a commit that referenced this issue Oct 23, 2024
witash added a commit that referenced this issue Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Technical issue Improve something that users won't notice
Projects
Status: In Progress
Development

No branches or pull requests

2 participants