-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nydusify & nydus-image: v6 image conversion support #473
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d6e0a95
nydus-image: bug fix for `dirents_offset` overflow for non-dir/non-sy…
yawqi 282cd91
nydus-image: feature, begin adding support for v6 image multi layer b…
yawqi c0f6d41
nydus-image: feature, implement interfaces for v6 OndiskInodeWrapper
yawqi 9228759
nydus-image: feature, v6 multi layer build suppot
yawqi 1244ac6
nydus-image: bug fix, correct implementation of chunk info for v6
zyfjeff 4a0a6d2
nydus-image: bug fix, fix . and .. 's incorrent dirent order
zyfjeff 449303a
nydus-image: bug fix, fix invalid xatttr size
zyfjeff 448cf2b
nydusify: support nydus v6 image build
zyfjeff e87929f
nydus-image: enable image validate for v6
zyfjeff 8779711
nydus-image: enable rafsv6 smoke test
zyfjeff 90fc1ab
test: disable digest validate for v6
zyfjeff e57f42d
nydusify: support v6 image build test
zyfjeff dc1fdcc
nydusify: disable digest validate and use direct mode for v6
zyfjeff c58ef29
nydusify: rename `image_version` to `fs-version` to be consistent wit…
yawqi e0c085b
test: fix wrong spelling
zyfjeff 9d991f8
test: safe to stop registry container
zyfjeff 712bd1d
nydus-image: partial implementation inspect subcommand for v6
zyfjeff 2fca2db
Fix code review comments
zyfjeff 8da4bd3
nydusify: change fs-image args usage describe
zyfjeff e033493
Use native rust way replace if-self
zyfjeff 5bb773d
Handle borrow_mut panic
zyfjeff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please leave a comment either here or in the patch log for why digest validate for v6 is disabled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually already has some comments. exists only where it was first used.