Add dmverity support to erofs snapshotter using veritysetup cli#13
Draft
aadhar-agarwal wants to merge 1 commit into
Draft
Add dmverity support to erofs snapshotter using veritysetup cli#13aadhar-agarwal wants to merge 1 commit into
aadhar-agarwal wants to merge 1 commit into
Conversation
aadhar-agarwal
force-pushed
the
aadagarwal/erofs-snapshotter-with-dmverity
branch
4 times, most recently
from
October 24, 2025 22:55
2151d0c to
d580055
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/add-dmverity-support
branch
from
October 27, 2025 17:13
247783b to
15fc5e6
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/erofs-snapshotter-with-dmverity
branch
from
October 27, 2025 17:17
d580055 to
a5c1344
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/add-dmverity-support
branch
2 times, most recently
from
October 28, 2025 22:24
59f6db8 to
d7e0f55
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/erofs-snapshotter-with-dmverity
branch
3 times, most recently
from
October 28, 2025 22:46
3a20f11 to
8d64994
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/add-dmverity-support
branch
from
October 30, 2025 21:27
d7e0f55 to
0c87f5a
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/erofs-snapshotter-with-dmverity
branch
from
October 31, 2025 21:21
8d64994 to
078d0e8
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/add-dmverity-support
branch
from
November 5, 2025 22:42
0c87f5a to
0f2e702
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/erofs-snapshotter-with-dmverity
branch
2 times, most recently
from
November 9, 2025 23:32
b246563 to
e8671fd
Compare
aadhar-agarwal
changed the base branch from
aadagarwal/add-dmverity-support
to
main
November 9, 2025 23:33
aadhar-agarwal
force-pushed
the
aadagarwal/erofs-snapshotter-with-dmverity
branch
6 times, most recently
from
November 11, 2025 01:41
7155724 to
3505e7d
Compare
aadhar-agarwal
force-pushed
the
aadagarwal/erofs-snapshotter-with-dmverity
branch
2 times, most recently
from
November 11, 2025 02:03
9fd3c39 to
7de454c
Compare
Signed-off-by: Aadhar Agarwal <aadagarwal@microsoft.com>
aadhar-agarwal
force-pushed
the
aadagarwal/erofs-snapshotter-with-dmverity
branch
from
November 12, 2025 19:29
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