Merge "Do not overwrite the kept_manifests variable when pruning"
This commit is contained in:
commit
404b903c77
@ -277,8 +277,9 @@ class Storage:
|
||||
if not manifest_target:
|
||||
continue
|
||||
repopath = os.path.join(namespace.path, 'repos/')
|
||||
kept_manifests = []
|
||||
for repo in self.backend.list_objects(repopath):
|
||||
kept_manifests = self._prune(repo, manifest_target)
|
||||
kept_manifests.extend(self._prune(repo, manifest_target))
|
||||
# mark/sweep manifest blobs
|
||||
layers = set()
|
||||
for manifest in kept_manifests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user