This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[17.06][engine][vendor] forks of containerd + runc + runtime-spec#102
Merged
andrewhsu merged 1 commit intodocker-archive:17.06from Jul 12, 2017
Merged
[17.06][engine][vendor] forks of containerd + runc + runtime-spec#102andrewhsu merged 1 commit intodocker-archive:17.06from
andrewhsu merged 1 commit intodocker-archive:17.06from
Conversation
Contributor
|
Builds are green with 823b9ec |
This vendors from the docker org: - containerd to 6e23458c129b551d5c9871e5174f6b1b7f6d1170 - runc to 810190ceaa507aa2727d7ae6f4790c76ec150bd2 - runtime-spec to a45ba0989fc26c695fe166a49c45bb8b7618ab36 This fixes two issues: - if the container is paused, it now responds properly to SIGKILL - on buggy kernels such as RHEL7.2, a int64->uint64 conversion bug prevented containers to start when memory cgroup was specified. Signed-off-by: Tibor Vass <tibor@docker.com>
823b9ec to
2206628
Compare
Contributor
|
LGTM Stuff works on RHEL7.2 @crosbymichael if you get the chance, can you also have a look? |
Contributor
|
Tests are green on RHEL7.2 kernel: https://jenkins.dockerproject.org/job/docker-ce-test-storage-drivers-PR/1/label=rhel72%20&&%20overlay/console As well as Ubuntu 14.04 kernel: https://jenkins.dockerproject.org/job/docker-ce-test-storage-drivers-PR/1/label=ubuntu-1404%20&&%20aufs/console |
docker-jenkins
pushed a commit
that referenced
this pull request
Apr 10, 2018
Add aarch64 builder for debian-buster Upstream-commit: 54456bf Component: packaging
docker-jenkins
pushed a commit
that referenced
this pull request
Nov 1, 2018
[18.06] cluster: set bigger grpc limit for array requests Upstream-commit: 56ad4cdec604490933bc9455f946554a55d48902 Component: engine
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Jan 30, 2020
Add aarch64 builder for debian-buster
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Feb 3, 2020
[17.06][engine][vendor] forks of containerd + runc + runtime-spec
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.
This vendors from the docker github org:
This fixes two issues:
Signed-off-by: Tibor Vass tibor@docker.com