cirocosta / estaleiro

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

custom `op` interpretation #7

Closed cirocosta closed 5 years ago

cirocosta commented 5 years ago

While leveraging debug dump-llb has been useful, it's been showing its limitations (e.g., not being properly able to tell us the fileop operations accordingly).

Having a custom interpreter would allow us to show not only a dot or json output, but a "dry-run"-a-like pretty output that demonstrates beforehand all of the steps that will take place.

cirocosta commented 5 years ago

did it for dump-llb --dot, which is good enough for now 😁