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 Awaitility to Poll the Image Pull #8453

Merged

Conversation

JKomoroski
Copy link
Contributor

@JKomoroski JKomoroski commented Mar 15, 2024

Puts an interval between Image Pull attempts during the allowed pull duration. Without an interval attempt limit, thousands of docker pull requests can be attempted the default 2 minute time limit.

Fixes #8454

Puts an interval between Image Pull attempts during the allowed pull duration. Without an interval attempt limit, thousands of docker pull requests can be attempted the default 2 minute time limit.
@JKomoroski JKomoroski requested a review from a team as a code owner March 15, 2024 16:39
@eddumelendez eddumelendez added this to the next milestone Mar 21, 2024
@eddumelendez eddumelendez merged commit 021c71f into testcontainers:main Mar 22, 2024
97 checks passed
@eddumelendez
Copy link
Member

Thanks for your contribution, @JKomoroski !

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.

[Bug]: Docker Image Pulls Have No Interval between failed attempts
2 participants