parent
							
								
									ac0493db12
								
							
						
					
					
						commit
						b82a2efc33
					
				|  | @ -30,6 +30,7 @@ the resources they reference: | |||
| - `application/vnd.docker.container.image.v1+json`: Container config JSON | ||||
| - `application/vnd.docker.image.rootfs.diff.tar.gzip`: "Layer", as a gzipped tar | ||||
| - `application/vnd.docker.image.rootfs.foreign.diff.tar.gzip`: "Layer", as a gzipped tar that should never be pushed | ||||
| - `application/vnd.docker.plugin.v1+json`: Plugin config JSON | ||||
| 
 | ||||
| ## Manifest List | ||||
| 
 | ||||
|  |  | |||
|  | @ -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.image.v0+json" | ||||
| 	MediaTypePluginConfig = "application/vnd.docker.plugin.v1+json" | ||||
| 
 | ||||
| 	// MediaTypeLayer is the mediaType used for layers referenced by the
 | ||||
| 	// manifest.
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue