File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ const (
2424 // MediaTypeImageManifestList specifies the mediaType for an image manifest list.
2525 MediaTypeImageManifestList = "application/vnd.oci.image.manifest.list.v1+json"
2626
27- // MediaTypeImageSerialization is the mediaType used for layers referenced by the manifest.
28- MediaTypeImageSerialization = "application/vnd.oci.image.layer.tar+gzip"
27+ // MediaTypeImageLayer is the mediaType used for layers referenced by the manifest.
28+ MediaTypeImageLayer = "application/vnd.oci.image.layer.tar+gzip"
2929
30- // MediaTypeImageSerializationConfig specifies the mediaType for the image configuration.
31- MediaTypeImageSerializationConfig = "application/vnd.oci.image.config.v1+json"
30+ // MediaTypeImageConfig specifies the mediaType for the image configuration.
31+ MediaTypeImageConfig = "application/vnd.oci.image.config.v1+json"
3232)
You can’t perform that action at this time.
0 commit comments