This commit is contained in:
Tan Jiang 2016-06-24 01:37:37 +08:00
parent 7bd1888b73
commit 23d1acb24a

View File

@ -80,7 +80,7 @@ func NewRegistryWithUsername(endpoint, username string) (*Registry, error) {
// Catalog ...
func (r *Registry) Catalog() ([]string, error) {
repos := []string{}
suffix := "/v2/_catalog"
suffix := "/v2/_catalog?n=1000"
var url string
for len(suffix) > 0 {