1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

print the registry name.

Signed-off-by: Huanzhong Zhang <zhanghuanzhong90@gmail.com>
This commit is contained in:
Huanzhong Zhang 2015-12-29 13:33:04 +08:00
parent 78ce43bad8
commit 85e355605a

View file

@ -201,7 +201,7 @@ func (p *v2Puller) pullV2Tag(ctx context.Context, ref reference.Named) (tagUpdat
return false, fmt.Errorf("internal error: reference has neither a tag nor a digest: %s", ref.String()) return false, fmt.Errorf("internal error: reference has neither a tag nor a digest: %s", ref.String())
} }
logrus.Debugf("Pulling ref from V2 registry: %q", tagOrDigest) logrus.Debugf("Pulling ref from V2 registry: %s:%s", ref.FullName(), tagOrDigest)
manSvc, err := p.repo.Manifests(ctx) manSvc, err := p.repo.Manifests(ctx)
if err != nil { if err != nil {