Golang API client.
We added a sleep interval in msecs for each request, as a cheap way to not hit the rate-limit of the API.
As of v2.5.0
, it is also available as a provider parameter. Defaults to 750.
provider "dockerhub" {
sleep_interval = "1000"
}