diff --git a/specs-go/v1/mediatype.go b/specs-go/v1/mediatype.go index ce8313e79..4c7f201ec 100644 --- a/specs-go/v1/mediatype.go +++ b/specs-go/v1/mediatype.go @@ -45,6 +45,13 @@ const ( // MediaTypeImageLayerZstd is the media type used for zstd compressed // layers referenced by the manifest. MediaTypeImageLayerZstd = "application/vnd.oci.image.layer.v1.tar+zstd" + + // MediaTypeErofs specifies the media type as erofs filesystem layer + // https://www.iana.org/assignments/media-types/application/vnd.erofs + MediaTypeErofs = "application/vnd.erofs" + + // MediaTypeSquashfs specifies the media type as squashfs filesystem layer + MediaTypeSquashfs = "application/vnd.squashfs" ) // Non-distributable layer media-types.