-
Notifications
You must be signed in to change notification settings - Fork 205
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: introduce chunkdict generate subcommand #1341
Conversation
@newthifans , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/82102 |
Codecov Report
@@ Coverage Diff @@
## master #1341 +/- ##
==========================================
- Coverage 45.71% 45.70% -0.02%
==========================================
Files 123 123
Lines 37287 37287
Branches 37287 37287
==========================================
- Hits 17047 17041 -6
- Misses 19347 19348 +1
- Partials 893 898 +5 |
@newthifans , The CI test is completed, please check result:
Congratulations, your test job passed! |
@newthifans , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/82344 |
@newthifans , The CI test is completed, please check result:
Congratulations, your test job passed! |
Add the 'nydus-image chunkdict save' command with the "--sources" followed by the nydus image of registry (e.g.,'registry.com/busybox:nydus-v1,registry.com/busybox:nydus-v2') Signed-off-by: Zhao Yuan <1627990440@qq.com>
a1759b7
to
54364ac
Compare
@newthifans , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/84027 |
@newthifans , The CI test is completed, please check result:
Congratulations, your test job passed! |
Notice
Please take a look and give me some code suggestions in the commit, thanks!
Brief introduction
Add the function of storing multiple nydus images into the database for generating chunkdict
Implement the command “nydusify chunkdict generate --sources”
by invoking the command “nydus-image chunkdict save --bootstrap” .
Basic usage
nydusify chunkdict generate --sources localhost:5000/ubuntu:nydus_latest,localhost:5000/ubuntu:nydus_latest_v1
Details
This PR is related to #1305