Vendor updated docker/distribution package#19466
Conversation
Fixes moby#19400 Note that this introduces an incompatibility with Docker 1.10-rc1, because the media type used for schema1 manifests has been corrected in the upstream distribution code. Docker 1.10-rc1 won't be able to pull old manifests from Registry 2.3-rc0 and up, but because of this vendor update, Docker 1.10-rc2 won't have this problem. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
|
cc @docker/distribution-maintainers |
|
LGTM, thanks @aaronlehmann |
|
LGTM |
1 similar comment
|
LGTM |
|
Panic in Janky https://jenkins.dockerproject.org/job/Docker-PRs/22651/console, and experimental https://jenkins.dockerproject.org/job/Docker-PRs-experimental/13862/console edit: that one is marked as a flaky test already; #19393 |
|
LGTM |
|
I don't think the panic is related.
|
|
@aaronlehmann no, I found it was a flaky test, but it looks to be more flaky than before 😢 |
Vendor updated docker/distribution package
Fixes #19400
Note that this introduces an incompatibility with Docker 1.10-rc1,
because the media type used for schema1 manifests has been corrected in
the upstream distribution code. Docker 1.10-rc1 won't be able to pull
old manifests from Registry 2.3-rc0 and up, but because of this vendor
update, Docker 1.10-rc2 won't have this problem.