forked from TrueCloudLab/distribution
Merge pull request #1935 from vieux/update+plugin+media
update plugin MediaType
This commit is contained in:
commit
ed0b3aebb3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const (
|
||||||
MediaTypeConfig = "application/vnd.docker.container.image.v1+json"
|
MediaTypeConfig = "application/vnd.docker.container.image.v1+json"
|
||||||
|
|
||||||
// MediaTypePluginConfig specifies the mediaType for plugin configuration.
|
// 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
|
// MediaTypeLayer is the mediaType used for layers referenced by the
|
||||||
// manifest.
|
// manifest.
|
||||||
|
|
Loading…
Reference in a new issue