On Thu, 30 Jul 2026 at 07:14, Stephen Hemminger <[email protected]> wrote: > > On Wed, 29 Jul 2026 11:43:43 +0200 > David Marchand <[email protected]> wrote: > > > Those images were left behind after refactoring/removal of KNI > > and examples. > > > > Fixes: 0d547ed03717 ("examples/ipsec-secgw: support configuration file") > > Fixes: aa0d7c2d3283 ("kni: remove KNI vhost support") > > Fixes: 59c51be41c2d ("examples/dpdk-qat: remove app") > > Fixes: 207361b35031 ("examples/exception_path: remove example") > > Fixes: 46971b273ec7 ("examples/quota-watermark: remove example") > > Fixes: ab6ebd70205f ("examples/load_balancer: remove example") > > Fixes: 079981e98090 ("examples/tep_term: remove this application") > > Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") > > Fixes: 3aaa46977de3 ("examples/kni: remove deprecated example") > > Fixes: f78c100bc871 ("remove KNI") > > > > Signed-off-by: David Marchand <[email protected]> > > --- > > Maybe a python script to check for unreferenced images?
I have a 5 lines shell script, that's how I identified those zombies. I agree a more global script could help. I hope it can be simple, and it must be called as part of GHA and/or UNH checks. > Acked-by: Stephen Hemminger <[email protected]> Thanks, I applied this cleanup. -- David Marchand

