Populate image storage objects with locations everywhere.
This commit is contained in:
parent
e68d6a7302
commit
684c26bc1a
4 changed files with 40 additions and 49 deletions
|
@ -449,7 +449,7 @@ def process_image_changes(namespace, repository, image_id):
|
|||
return image_trie_path
|
||||
|
||||
image = model.get_image_by_id(namespace, repository, image_id)
|
||||
parents = model.get_parent_images(image)
|
||||
parents = model.get_parent_images(namespace, repository, image)
|
||||
|
||||
# Compute the diffs and fs for the parent first if necessary
|
||||
parent_trie_path = None
|
||||
|
|
Reference in a new issue