diff --git a/docker/docker.go b/docker/docker.go index e8f4b42..06489c0 100644 --- a/docker/docker.go +++ b/docker/docker.go @@ -305,7 +305,7 @@ func (i *Image) pullReq() (*http.Response, error) { } // Prefer manifest schema v2 - req.Header.Set("Accept", "application/vnd.docker.distribution.manifest.v2+json") + req.Header.Set("Accept", "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws") utils.DumpRequest(req) resp, err := i.client.Do(req) if err != nil {