Fix failures from many pulls from hub.docker.com (Done)#1406
Fix failures from many pulls from hub.docker.com (Done)#1406wyli merged 20 commits intoProject-MONAI:masterfrom
Conversation
Signed-off-by: Daniel Schulz [email protected] <[email protected]>
added list of Nvidia maintainers resolves: "docker image tests failed due to dockerhub limitation Project-MONAI#1380" Signed-off-by: Daniel Schulz [email protected] <[email protected]>
|
thanks, this also addresses #1276 cc @IsaacYangSLA |
Signed-off-by: Daniel Schulz [email protected] <[email protected]>
Signed-off-by: Daniel Schulz [email protected] <[email protected]>
Signed-off-by: Daniel Schulz [email protected] <[email protected]>
…nt rate limiting on it remark: do not use it as pull-through cache as this would not work with static labels and docker images would diverge from one another Signed-off-by: Daniel Schulz [email protected] <[email protected]>
Signed-off-by: Daniel Schulz [email protected] <[email protected]>
Signed-off-by: Daniel Schulz [email protected] <[email protected]>
Signed-off-by: Daniel Schulz [email protected] <[email protected]>
Signed-off-by: Daniel Schulz [email protected] <[email protected]>
|
That's basically it. I'd appreciate you comment on what might be left to do or revise. Thank you. I am not sure, whether I am able to test all GitHub Actions from my fork. May I just remove the date changes to "2020 - 2021" again or may I leave it in my PR? Thanks for getting back to me. |
wyli
left a comment
There was a problem hiding this comment.
thanks, it looks great, I just have a minor comment about the meta data
got rid of "as base" extension in FROM -- seems not be be pickup downwards (is no multi-stage Docker build -- hence: removed) Signed-off-by: Daniel Schulz [email protected] <[email protected]>
danielschulz
left a comment
There was a problem hiding this comment.
thanks, it looks great, I just have a minor comment about the meta data
I changed it accordingly...
Signed-off-by: Wenqi Li <[email protected]>
You're welcome. It was a pleasure to contribute my bit. PS: Also your products are great! I am using your GPUs professionally and personally for years now. Really great work from Nvidia! Thank you for this. |
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
0898026 to
1dc66bd
Compare
🎉 |
Fixes #1380 .
Description
As Docker Hub is applying a rate limit for unauthorized pulls, we need to check how to pull images from it less often. Else, there will be regular failures in the CI pipeline just for technical reasons.
Status
Work in progress
Types of changes