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

Use public.ecr.aws redis image to avoid rate limit #628

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

clamoriniere
Copy link
Contributor

What does this PR do?

Update the redis container image from dockerhub redis:latest to public.ecr.aws/docker/library/redis:latest

Which scenarios this will impact?

tests that use the redis container images.
on the datadog-agent repo I found 1 test TestRedisECS that will fail after merging this PR. We will need to update the expected tags here:

Motivation

avoid getting image pull backoff during end2end test. We recently seen several rate limit occurences in the datadog-agent CI e2e tests job

Additional Notes

@clamoriniere clamoriniere requested a review from a team as a code owner February 15, 2024 20:02
@clamoriniere clamoriniere changed the title User public.ecr redis image to avoid rate limit Use public.ecr.aws redis image to avoid rate limit Feb 15, 2024
@clamoriniere clamoriniere added bug Something isn't working team/agent-e2e-test labels Feb 15, 2024
@clamoriniere
Copy link
Contributor Author

/merge

@dd-devflow
Copy link

dd-devflow bot commented Feb 15, 2024

🚂 MergeQueue

Pull request added to the queue.

This build is going to start soon! (estimated merge in less than 13m)

Use /merge -c to cancel this operation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants