Fix base image parent assignment If an image does not have a parent, ensure that `LightBlue.find_parent_images_with_package` does not return the image itself as a parent.
Do not "unresolve" lightblue info The method `ContainerImage.resolve_commit` will update the image data with some defaults, including `published`. If called, it will reset the data populated from Lightblue.
I need to add unit tests and fix some existing ones.
It seems correct. Let's wait for the tests.
1 new commit added
Use info from extra.image location
3 new commits added
Fix base image parent assignment
Do not "unresolve" lightblue info
looks good +1
Pull-Request has been merged by gnaponie