cirocosta / estaleiro

building container images with bill of materials
Apache License 2.0
2 stars 0 forks source link

frontend: split `bom` into multiple states #28

Open cirocosta opened 5 years ago

cirocosta commented 5 years ago

As each modification to bom we're just adding stuff, we could generate N bom states, and then in the end (when performing the merge), mount that list of states altogether.

This would allow us to better parallelize the work that we do, and avoid all of the copying.