Files
docker-cli/components/engine/contrib
Dennis Chen 6f60e78f91 Download support of images with multi-arch manifest
Currently we only support 'application/vnd.docker.distribution.manifest.v2+json'
manifest images download, with more multi-arch images used, we need to support
download images with 'application/vnd.docker.distribution.manifest.list.v2+json'
format(aka "fat manifest"), else we will fail to download those multi-arch ones.

This PR adds 'application/vnd.docker.distribution.manifest.list.v2+json' manifest
support, thus we can download both multi-arch and legacy images.

Signed-off-by: Dennis Chen <dennis.chen@arm.com>
Upstream-commit: 0af5db511ed1ed5beab0feb09a2a96347a263410
Component: engine
2017-12-14 05:37:22 +00:00
..
2017-11-21 20:57:02 +01:00
2017-04-10 14:28:27 -07:00
2017-10-24 15:39:34 -04:00
2017-10-22 11:16:06 -05:00
2016-10-20 22:18:16 -02:00
2017-10-13 13:59:48 +02:00
2017-07-27 10:40:00 +08:00

The contrib directory contains scripts, images, and other helpful things which are not part of the core docker distribution. Please note that they could be out of date, since they do not receive the same attention as the rest of the repository.