mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Remove reference to "requireRegistryMatch"
This option appears to never have actually existed in the merged implementation. 😄 Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
This commit is contained in:
@@ -636,8 +636,8 @@ func getMaxMountAndExistenceCheckAttempts(layer PushLayer) (maxMountAttempts, ma
|
||||
}
|
||||
|
||||
// getRepositoryMountCandidates returns an array of v2 metadata items belonging to the given registry. The
|
||||
// array is sorted from youngest to oldest. If requireRegistryMatch is true, the resulting array will contain
|
||||
// only metadata entries having registry part of SourceRepository matching the part of repoInfo.
|
||||
// array is sorted from youngest to oldest. The resulting array will contain only metadata entries having
|
||||
// registry part of SourceRepository matching the part of repoInfo.
|
||||
func getRepositoryMountCandidates(
|
||||
repoInfo reference.Named,
|
||||
hmacKey []byte,
|
||||
|
||||
Reference in New Issue
Block a user