Rename the new images method to a slightly better name
This commit is contained in:
parent
e70343d849
commit
31260d50f5
3 changed files with 5 additions and 4 deletions
|
@ -104,8 +104,8 @@ class BuildJob(object):
|
|||
return None
|
||||
|
||||
# Build an in-memory tree of the full heirarchy of images in the repository.
|
||||
all_images = model.get_repository_images_directly(repo_build.repository,
|
||||
with_ancestor=base_image)
|
||||
all_images = model.get_repository_images_without_placements(repo_build.repository,
|
||||
with_ancestor=base_image)
|
||||
|
||||
all_tags = model.list_repository_tags(repo_namespace, repo_name)
|
||||
tree = ImageTree(all_images, all_tags, base_filter=base_image.id)
|
||||
|
|
Reference in a new issue