Created a module that will take fedora release and a list of layered
images (meant to be provided by the fedcontainer_rc module but can
originate from anywhere) and will provide a dictionary where they
keys are the parent images and the value is a list of children
images. This will assist in automating the layered image rebuild
process.
dep graph rewrite of fedcontainer_inheritance
The original implementation didn't properly determine the order
in which parent images and their children need to be rebuilt. This
implementation does.
Created a module that will take fedora release and a list of layered
images (meant to be provided by the fedcontainer_rc module but can
originate from anywhere) and will provide a dictionary where they
keys are the parent images and the value is a list of children
images. This will assist in automating the layered image rebuild
process.
dep graph rewrite of fedcontainer_inheritance
The original implementation didn't properly determine the order
in which parent images and their children need to be rebuilt. This
implementation does.
Signed-off-by: Adam Miller maxamillion@fedoraproject.org