MCPcopy Create free account
hub / github.com/apache/mesos / getRegistryRootUri

Function getRegistryRootUri

src/uri/fetchers/docker.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459static URI getRegistryRootUri(const URI& imageUri)
460{
461 return constructRegistryUri(imageUri, "/v2");
462}
463
464
465static URI getManifestUri(const URI& imageUri)

Callers 1

getAuthServiceUriMethod · 0.85

Calls 1

constructRegistryUriFunction · 0.85

Tested by

no test coverage detected