Skip to content

Commit f077d10

Browse files
committed
schema/manifest_backwards_compatibility_test: Fix gzip compat type
Catch up with aad7f24 (media-types: Define layer media types with and without '+gzip', 2016-09-20, #388). Signed-off-by: W. Trevor King <[email protected]>
1 parent 5fccf47 commit f077d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/manifest_backwards_compatibility_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
var compatMap = map[string]string{
2828
"application/vnd.docker.distribution.manifest.list.v2+json": v1.MediaTypeImageManifestList,
2929
"application/vnd.docker.distribution.manifest.v2+json": v1.MediaTypeImageManifest,
30-
"application/vnd.docker.image.rootfs.diff.tar.gzip": v1.MediaTypeImageLayer,
30+
"application/vnd.docker.image.rootfs.diff.tar.gzip": v1.MediaTypeImageLayerGzip,
3131
"application/vnd.docker.container.image.v1+json": v1.MediaTypeImageConfig,
3232
}
3333

0 commit comments

Comments
 (0)