confidential-containers / guest-components

Confidential Containers Guest Tools and Components
Apache License 2.0
81 stars 89 forks source link

Move `dm-verity` feature from image-rs to Kata Containers #394

Open ChengyuZhu6 opened 10 months ago

ChengyuZhu6 commented 10 months ago

To optimize the performance of DmVerityInfo and support image pulling on the host for both Confidential containers and Kata containers, we need to move the dm-verity feature to kata. This will also eliminate the unnecessary serialization and deserialization between kata-agent and image-rs, and remove some irrelevant dm-verity installation packages from the ci tests.

The WIP PR in kata: https://github.com/kata-containers/kata-containers/pull/7837

ChengyuZhu6 commented 10 months ago

/cc @jiangliu @mythi @stevenhorsman @fidencio