We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcd887 commit f55c8c7Copy full SHA for f55c8c7
1 file changed
distribution/pull_v2_unix.go
@@ -49,7 +49,7 @@ func (p *v2Puller) checkTrusted(c gctx.Context, ref reference.Named) (reference.
49
// we modified docker/docker/reference and it's not doing any normalization.
50
// we instead forked docker/docker/reference in containers/image and we need
51
// this parsing here to make sure signature naming checks are consistent.
52
- dockerRef, err := containersImageRef.ParseNamed(ref.String())
+ dockerRef, err := containersImageRef.ParseNormalizedNamed(ref.String())
53
if err != nil {
54
return nil, err
55
}
0 commit comments