diff --git a/vendor/github.com/heroku/docker-registry-client/registry/json.go b/vendor/github.com/heroku/docker-registry-client/registry/json.go index 865057e..de72c1d 100644 --- a/vendor/github.com/heroku/docker-registry-client/registry/json.go +++ b/vendor/github.com/heroku/docker-registry-client/registry/json.go @@ -42,7 +42,8 @@ func (registry *Registry) getPaginatedJson(url string, response interface{}) (st if err != nil { return "", err } - return getNextLink(resp) + newUrl, err := getNextLink(resp) + return registry.URL + newUrl, err } // Matches an RFC 5988 (https://tools.ietf.org/html/rfc5988#section-5)