diff --git a/manifest/schema2/manifest.go b/manifest/schema2/manifest.go index 87b9d62eb..dd2ed114c 100644 --- a/manifest/schema2/manifest.go +++ b/manifest/schema2/manifest.go @@ -18,7 +18,7 @@ const ( MediaTypeConfig = "application/vnd.docker.container.image.v1+json" // MediaTypePluginConfig specifies the mediaType for plugin configuration. - MediaTypePluginConfig = "application/vnd.docker.plugin.v0+json" + MediaTypePluginConfig = "application/vnd.docker.plugin.image.v0+json" // MediaTypeLayer is the mediaType used for layers referenced by the // manifest.