heroku / docker-registry-client

A Go API client for the v2 Docker Registry API
BSD 3-Clause "New" or "Revised" License
297 stars 225 forks source link

Add method to retrieve the list of available repositories #9

Closed jeinwag closed 8 years ago

jeinwag commented 8 years ago

Retrieves a list of repositories from the /v2/_catalog endpoint.

ccl0326 commented 8 years ago

Looks good, should merge it?

dmathieu commented 8 years ago

LGTM. Thank you.