-
Notifications
You must be signed in to change notification settings - Fork 771
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
support attach metadata in PullImage CRI interface #1190
support attach metadata in PullImage CRI interface #1190
Conversation
36c7ef4
to
47c7729
Compare
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.
/lgtm
@diannaowa plz squash multiple commits into one |
Will do |
a2f97e4
to
75c6d5d
Compare
Squash multiple commits into one. |
@diannaowa Current containerd.go's PullImage function can't meet this scenarios, and i think we can use cri.go in containerd. So i suggest as follows in factory.go :
|
Thanks for your review @zmberg . |
Yes, you can do this. |
Done,Please review. @zmberg |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #1190 +/- ##
==========================================
+ Coverage 49.76% 50.04% +0.28%
==========================================
Files 138 143 +5
Lines 19554 19912 +358
==========================================
+ Hits 9731 9965 +234
- Misses 8755 8851 +96
- Partials 1068 1096 +28
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
bf73dbc
to
41e1a8f
Compare
Signed-off-by: liuzhenwei <dui_zhang@163.com> rerun e2e
41e1a8f
to
b69fa93
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zmberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ⅰ. Describe what this PR does
Support attach metadata in PullImage CRI interface during ImagePulljobs;
NodeImage:
Ⅱ. Does this pull request fix one issue?
fixes #1155
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews