Hi,
I’ve posted a new open source tool you may find useful for your docker use cases.
Deltaimage is a tool designed to generate delta layers between two Docker images that do not benefit from shared layers. It also offers a mechanism to apply this delta, thus recreating the second image. Deltaimage leverages xdelta3 to achieve this.
For more info visit the github page.