Skip to content

Commit

Permalink
Merge pull request #550 from wking/gzip-fixup-for-backwards-compat
Browse files Browse the repository at this point in the history
schema/manifest_backwards_compatibility_test: Fix gzip compat type
  • Loading branch information
stevvooe authored Mar 2, 2017
2 parents 53831a6 + 1a24ceb commit 15a952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/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.MediaTypeImageIndex,
"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 15a952d

Please sign in to comment.