This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Adapt to new OCI spec for root - #197
Merged
Merged
Conversation
Contributor
|
could you check whether it is absolute path or not at first. |
Contributor
Author
|
Yep, you are right. My fault. |
WeiZhang555
force-pushed
the
fix-runv-containerd
branch
from
April 26, 2016 09:50
3de83a7 to
1adb90a
Compare
Contributor
Author
|
updated. |
Now docker use absolute bundle root path instead of relative [$BUNDLE]/rootfs path, and OCI has made relative changes. Change runv-containerd to adapt this change, or it won't work any more Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
WeiZhang555
force-pushed
the
fix-runv-containerd
branch
from
April 26, 2016 11:21
1adb90a to
ef286d7
Compare
harche
pushed a commit
to harche/runv
that referenced
this pull request
Nov 28, 2017
realloc read buffer for control channel
jimoosciuc
pushed a commit
to jimoosciuc/runv
that referenced
this pull request
May 26, 2020
Adapt to new OCI spec for root
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
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.
Now docker use absolute bundle root path instead of relative
[$BUNDLE]/rootfs path, and OCI has made relative changes.
Change runv-containerd to adapt this change, or it won't work any more.
See moby/moby#22256 and opencontainers/runtime-spec#394
Signed-off-by: Zhang Wei zhangwei555@huawei.com