pull/32548/merge
water 11 hours ago committed by GitHub
commit bdd9057edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -62,6 +62,7 @@ func (c *Client) PullPlugin(ref, pluginName string, options ...PluginPullOption)
genericResult, err := genericClient.PullGeneric(ref, GenericPullOptions{
// Allow manifests and all layer types - we'll validate artifact type after download
AllowedMediaTypes: []string{
ocispec.MediaTypeImageIndex,
ocispec.MediaTypeImageManifest,
"application/vnd.oci.image.layer.v1.tar",
"application/vnd.oci.image.layer.v1.tar+gzip",

Loading…
Cancel
Save