#499 Fix issues while handling base images and published content
Merged by gnaponie. Opened by lucarval.
lucarval/freshmaker fix-various-issues  into  master

Download 499.patch
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

  • Use info from extra.image location
  • Fix base image parent assignment
  • Do not "unresolve" lightblue info

looks good +1

Pull-Request has been merged by gnaponie

Metadata