moby--moby/distribution
Aaron Lehmann 37be2d4e9b distribution: Add text/html and application/json as image mediatypes
As noted by #30083, the new strict checking of mediatypes misses some
cases where earlier bugs caused nonstandard mediatypes to be stored in
manifests. Two of the known cases are text/html and application/json,
which were returned by certain registries and stored by earlier versions
of Docker. Add special cases for text/html and application/json.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit a215e15cb1)
Signed-off-by: Victor Vieux <vieux@docker.com>
2017-01-24 15:53:36 -08:00
..
fixtures/validate_manifest Add distribution package 2015-11-24 09:40:24 -08:00
metadata Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
utils Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
xfer Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
config.go storeLayer.Parent should return describableStoreLayers 2017-01-11 14:54:09 -08:00
errors.go Add class to repository scope 2016-12-09 14:10:29 -08:00
pull.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
pull_v1.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
pull_v2.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
pull_v2_test.go In error, the first letter is low-case letter 2016-09-23 17:30:13 +08:00
pull_v2_unix.go Removing old custom RootFS behavior on Windows. 2016-07-29 14:15:59 -07:00
pull_v2_windows.go Windows: Add debug output to foreign layer pull 2016-09-26 08:56:34 -07:00
push.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
push_v1.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
push_v2.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
push_v2_test.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00
registry.go distribution: Add text/html and application/json as image mediatypes 2017-01-24 15:53:36 -08:00
registry_unit_test.go Abstract distribution interfaces from image specific types 2016-12-27 13:31:06 -08:00