This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[18.06] Remove git-bundles logic, fall back to docker fork#151
Closed
seemethere wants to merge 1 commit into
Closed
[18.06] Remove git-bundles logic, fall back to docker fork#151seemethere wants to merge 1 commit into
seemethere wants to merge 1 commit into
Conversation
Patch has been pushed to the docker fork for runc Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
thaJeztah
suggested changes
Feb 13, 2019
Member
thaJeztah
left a comment
There was a problem hiding this comment.
Need to backport moby#38292 to get CI going (due to kernel updates on the power and s390x machines)
nit: I personally prefer to do a plain git revert of the earlier patch;
git revert -m 1 -s -S cdb0218236f1625134bf8ff5ecef2035eaa70e51
And we need to revert the patches in our runc branch, as those are the previous version, without the alternative implementation for 3.13 kernels
I'll open a PR in the docker/runc repository to get the right fix in there
Member
|
backport for the CI fix; #152 |
Member
|
Update PR for runc; docker-archive/runc#8 |
|
Closing as we implemented this in #156 |
docker-jenkins
pushed a commit
that referenced
this pull request
May 19, 2021
Merging the develop changes into master
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.
Patch has been pushed to the docker fork for runc
docker-archive/runc@a592beb
Signed-off-by: Eli Uriegas eli.uriegas@docker.com