We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dad33 commit 911f2e9Copy full SHA for 911f2e9
1 file changed
pkg/registry/client.go
@@ -510,6 +510,7 @@ func (c *Client) Pull(ref string, options ...PullOption) (*PullResult, error) {
510
}
511
memoryStore := memory.New()
512
allowedMediaTypes := []string{
513
+ ocispec.MediaTypeImageIndex,
514
ocispec.MediaTypeImageManifest,
515
ConfigMediaType,
516
0 commit comments