Skip to content

Commit

Permalink
schema/manifest_backwards_compatibility_test: Fix gzip compat type
Browse files Browse the repository at this point in the history
Catch up with aad7f24 (media-types: Define layer media types with and
without '+gzip', 2016-09-20, #388).

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Feb 2, 2017
1 parent 5fccf47 commit f077d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/manifest_backwards_compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
var compatMap = map[string]string{
"application/vnd.docker.distribution.manifest.list.v2+json": v1.MediaTypeImageManifestList,
"application/vnd.docker.distribution.manifest.v2+json": v1.MediaTypeImageManifest,
"application/vnd.docker.image.rootfs.diff.tar.gzip": v1.MediaTypeImageLayer,
"application/vnd.docker.image.rootfs.diff.tar.gzip": v1.MediaTypeImageLayerGzip,
"application/vnd.docker.container.image.v1+json": v1.MediaTypeImageConfig,
}

Expand Down

0 comments on commit f077d10

Please sign in to comment.