This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[18.01] Download support of images with multi-arch manifest#380
Merged
andrewhsu merged 1 commit intodocker-archive:18.01from Jan 4, 2018
andrewhsu:arm64
Merged
[18.01] Download support of images with multi-arch manifest#380andrewhsu merged 1 commit intodocker-archive:18.01from andrewhsu:arm64
andrewhsu merged 1 commit intodocker-archive:18.01from
andrewhsu:arm64
Conversation
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> (cherry picked from commit 0af5db5) Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
docker-jenkins
pushed a commit
that referenced
this pull request
Sep 25, 2019
Merged with https://github.com/seemethere/unir Upstream-commit: 21096e8a01273a3d0cc664c549ee656915cc9d8f Component: packaging
docker-jenkins
pushed a commit
that referenced
this pull request
Sep 26, 2019
[18.09 backport] Remove minsky and stallman Upstream-commit: b070eef5b2db835ace04da7cf338f022e59b79f1 Component: engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
building aarch64 static binaries with docker-ce 18.01 code is failing with error:
this pr will backport what looks like the fix:
with cherry-pick of moby/moby@0af5db5:
no conflicts.