Show HN: We have just released our first Debloating tool for Containers

github.com

4 points by ahmedaley a day ago

We have been working on tools for safe debloating of software for a few years now at the university. BLAFS is one of our first tools to release for file debloating, a bloat-aware filesystem for container debloating. It detects the files used by the container, and the debloats the container removing the unused files. The debloated containers are fully functional and can run the same workload as the original containers, but with a much smaller size and faster deployment.

Check the paper for more details: https://arxiv.org/abs/2305.04641