You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download jdk to a temp file to make sure retries work (#48249)
* Download jdk to a temp file to make sure retries work
Note that retries will not work if the conncetion is refused.
The version of curl in the base image does not support `--retry-connrefused`
* Add -S to curl arguments
0 commit comments