Skip to content

Commit 15a952d

Browse files
authored
Merge pull request #550 from wking/gzip-fixup-for-backwards-compat
schema/manifest_backwards_compatibility_test: Fix gzip compat type
2 parents 53831a6 + 1a24ceb commit 15a952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/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.MediaTypeImageIndex,
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)