This is an automated email from the ASF dual-hosted git repository.
asekretenko pushed a change to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from f37ae68 Changed termination logic of the default executor.
new d30c749 Factored out common code for building URIs on a registry host.
new 2dd47f5 Factored out getting authorization service URI.
new cee9957 Added workaround for Docker repositories not providing
scope/service.
new 94749a9 Added test for fetch from repositories not providing
scope/service.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/tests/uri_fetcher_tests.cpp | 55 ++++++++
src/uri/fetchers/docker.cpp | 301 ++++++++++++++++++++++++++--------------
src/uri/fetchers/docker.hpp | 9 +-
3 files changed, 257 insertions(+), 108 deletions(-)