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
Use ponyup retries and longer API timeout in Dockerfiles (#5101)
The nightly image build failed because ponyup timed out querying
Cloudsmith for changelog-tool. ponyup 0.14.0 added --api-timeout
and 0.15.1 added --retries. Bump the API timeout from 15s to 30s
and retry up to 3 times to handle transient Cloudsmith issues.
0 commit comments