project-machine / puzzlefs

Apache License 2.0
380 stars 18 forks source link

Add --base-layer option to puzzlefs build #54

Closed ariel-miculas closed 1 year ago

ariel-miculas commented 1 year ago

This option exposes add_rootfs_delta which allows us to determine the delta between the rootfs and an existing puzzlefs layer and then to build a new layer consisting of only the delta. This is in theory, the current implementation needs some improvements.

Signed-off-by: Ariel Miculas amiculas@cisco.com