docs/distribution/xfer
Aaron Lehmann 7cf894ce10 Fix pulling images that contain no layers at all
The download manager assumed there was at least one layer involved in
all images. This can be false if the image is essentially a copy of
`scratch`.

Fix a nil pointer dereference that happened in this case. Add
integration tests that involve schema1 and schema2 manifests.

Fixes #21213

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-03-15 11:10:03 -07:00
..
download.go Fix pulling images that contain no layers at all 2016-03-15 11:10:03 -07:00
download_test.go Windows CI Unit Test: Distribution\xfer turn off failing tests 2016-02-28 20:08:34 -08:00
transfer.go Avoid outputting last progress item twice 2016-01-26 10:03:28 -08:00
transfer_test.go Avoid outputting last progress item twice 2016-01-26 10:03:28 -08:00
upload.go Fix typo for download and upload retry messages 2016-03-15 00:56:19 +08:00
upload_test.go Fix concurrent uploads that share layers 2016-03-01 11:14:44 -08:00