wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
46.62k stars 1.77k forks source link

efficiency: track which layers a file was in #555

Open tych0 opened 1 month ago

tych0 commented 1 month ago

we are building some tooling to track which layers files were in, so we can automatically print out which commands or base layers need to be changed or updated. we could write an additional visitor, but the existing efficiency visitor almost does this, so let's just track it here.