Skip to content

Commit bedfc7e

Browse files
committed
specs-go/v1: rename to mediatype layer and config
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent 4f6b5fd commit bedfc7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specs-go/v1/mediatype.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)