We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ad79d commit 3e7bb72Copy full SHA for 3e7bb72
images/mediatypes.go
@@ -108,7 +108,7 @@ func IsNonDistributable(mt string) bool {
108
strings.HasPrefix(mt, "application/vnd.docker.image.rootfs.foreign.")
109
}
110
111
-// IsLayerTypes returns true if the media type is a layer
+// IsLayerType returns true if the media type is a layer
112
func IsLayerType(mt string) bool {
113
if strings.HasPrefix(mt, "application/vnd.oci.image.layer.") {
114
return true
0 commit comments