Add dmverity support to erofs snapshotter using veritysetup cli#13
Draft
aadhar-agarwal wants to merge 1 commit intomainfrom
Draft
Add dmverity support to erofs snapshotter using veritysetup cli#13aadhar-agarwal wants to merge 1 commit intomainfrom
aadhar-agarwal wants to merge 1 commit intomainfrom
Conversation
2151d0c to
d580055
Compare
247783b to
15fc5e6
Compare
d580055 to
a5c1344
Compare
59f6db8 to
d7e0f55
Compare
3a20f11 to
8d64994
Compare
d7e0f55 to
0c87f5a
Compare
8d64994 to
078d0e8
Compare
0c87f5a to
0f2e702
Compare
b246563 to
e8671fd
Compare
7155724 to
3505e7d
Compare
9fd3c39 to
7de454c
Compare
Signed-off-by: Aadhar Agarwal <aadagarwal@microsoft.com>
7de454c to
3e3aff2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add dm-verity support for EROFS layers in containerd
This PR introduces block-level data integrity verification for EROFS container layers using device-mapper verity (dm-verity):
veritysetupCLI tool to create Merkle hash trees and dm-verity devices for EROFS blobs.enable_dmverity = truefor both snapshotter and differ plugins.layer.erofs.dmverityalongside the blob.Note: When enabled, it requires a Linux kernel with dm-verity support and the
dm_veritymodule loaded, and theveritysetupbinary from cryptsetup