Skip to content

Marfeel/dockerhub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerhub

go.dev

Golang API client.

Modifications

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"
}