<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">We’ve started to use kolla to build container images and trying to figure out if I’m doing it wrong it it’s just not how kolla works.</div><div class=""><br class=""></div><div class="">What I’m trying to do it not rebuild the base and openstack-base images when we build an image for a project.</div><div class=""><br class=""></div><div class="">Example.</div><div class=""><br class=""></div><div class="">We build a horizon image and it builds and pushes up to our registry the following</div><div class=""><br class=""></div><div class="">kolla/<a _ngcontent-tqk-c350="" class="">ubuntu-source-base</a></div><div class="">kolla/ubuntu-source-openstack-base</div><div class="">kolla/ubuntu-source-horizon</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Now I can rebuild this without having to again build the base images with</div><div class=""><br class=""></div><div class="">—skip parents</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">But now I want to build a barbican image and I can’t use skip-parents as the barbican image also requires barbican-base. Which means I need to go and rebuild the ubuntu base and Openstack base images again.</div><div class=""><br class=""></div><div class="">Is there a way to essentially skip parents but only if they don’t exist in the registry already? Or make skip-parents only mean skip base and Openstack-base?</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thanks in advance,</div><div class="">Sam</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>