This repository was archived by the owner on Mar 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 347
Upgrade containerd to 8ed1e24ae925b5c6d8195858ee89dddb0507d65f #81
Merged
Conversation
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
Signed-off-by: Lantao Liu <[email protected]>
Member
Author
|
With this PR and #80, we can run node e2e test now. Here is the current node conformance test result: The networking test and |
Signed-off-by: Lantao Liu <[email protected]>
6bce918 to
8524a4e
Compare
mikebrow
reviewed
Jun 19, 2017
| // garbage collection. | ||
| // For now, we simply use it to store and retrieve information required for pulling an image. | ||
| // @stevvooe said we should `Put` before downloading content, However: | ||
| // 1) Containerd client put image metadata after downloading; |
Member
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.
works for me should probably discuss with stevvooe maybe they client is wrong.. or maybe the advise has changes...
mikebrow
approved these changes
Jun 19, 2017
Member
mikebrow
left a comment
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
Member
Author
|
Apply LGTM based on #81 (review). |
lanchongyizu
pushed a commit
to lanchongyizu/cri-containerd
that referenced
this pull request
Sep 3, 2017
Upgrade containerd to 8ed1e24ae925b5c6d8195858ee89dddb0507d65f
kevpar
added a commit
to kevpar/cri
that referenced
this pull request
Nov 24, 2020
Fix Windows containers for Docker images relying on ArgsEscaped
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Upgrade containerd to containerd/containerd@8ed1e24 to add schema1 image support.
The schema1 image code is copied from containerd/containerd#968, won't need the code after switching to new containerd client.