-
Notifications
You must be signed in to change notification settings - Fork 208
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: refactor with converter package #970
Conversation
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
a4a10ae
to
3c252f0
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
1 similar comment
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
ed74cb2
to
f4dd803
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
f4dd803
to
fcf5e8c
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
fcf5e8c
to
3275d7c
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
3275d7c
to
776645d
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
776645d
to
b86c040
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
b86c040
to
07d5424
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
07d5424
to
3aedac4
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
3aedac4
to
f24d259
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
Refactor converter workflow using the converter package in acceld project: goharbor/acceleration-service#84 This allows nydusify to reuse acceld/snapshotter codes and to convert layers concurrently, as well as to support the zran conversion later. This patch causes nydusify to rely on the containerd daemon service, we will remove this restriction in the next commit. Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
Recovery chunk dict feature broken by the code refactoring. Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
Remove containerd client and implement the content.Provider interface to resolve, pull and push image by self. This patch allows nydusify do the conversion without a containerd daemon service. Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
And remove useless `registry` backend type in cli options. Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
f24d259
to
dc83f58
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
1 similar comment
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
@imeoer , the title 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/40206 |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
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.
why do we copy containerd.fetch() and containerd.pull()?
The part of codes is not exported, so we must port it. |
ref: dragonflyoss/nydus#970 Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
ref: dragonflyoss/nydus#970 Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
ref: dragonflyoss/nydus#970 Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
ref: dragonflyoss/nydus#970 Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
Signed-off-by: Yan Song imeoer@linux.alibaba.com