Skip to content

Use Awaitility to Poll the Image Pull#8453

Merged
eddumelendez merged 4 commits intotestcontainers:mainfrom
JKomoroski:Add_Container_Pull_Interval
Mar 22, 2024
Merged

Use Awaitility to Poll the Image Pull#8453
eddumelendez merged 4 commits intotestcontainers:mainfrom
JKomoroski:Add_Container_Pull_Interval

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 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
@eddumelendez
Copy link
Member

Thanks for your contribution, @JKomoroski !

fokion pushed a commit to fokion/testcontainers-java that referenced this pull request Jan 18, 2025
Without an interval attempt limit, thousands of docker pull requests can be attempted the default 2 minute time limit.

Fixes testcontainers#8454 

---------

Co-authored-by: Eddú Meléndez <eddu.melendez@gmail.com>
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