This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[18.03] Bump Runc to 1.0.0-rc5#450
Merged
andrewhsu merged 3 commits intodocker-archive:18.03from Mar 6, 2018
Merged
Conversation
Originally I worked on this for the multi-stage build Dockerfile changes. Decided to split this out as we are still waiting for multi-stage to be available on CI and rebasing these is pretty annoying. Signed-off-by: Brian Goff <cpuguy83@gmail.com> (cherry picked from commit b529d1b) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Release notes: https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc5 Possibly relevant changes included: - chroot when no mount namespaces is provided - fix systemd slice expansion so that it could be consumed by cAdvisor - libcontainer/capabilities_linux: Drop os.Getpid() call - Update console dependency to fix runc exec on BE (causing: `container_linux.go:265: starting container process caused "open /dev/pts/4294967296: no such file or directory"`) - libcontainer: setupUserNamespace is always called (fixes: Devices are mounted with wrong uid/gid) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit a2f5a1a) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Fix runc exec on big-endian, causing:
container_linux.go:265: starting container process caused "open /dev/pts/4294967296: no such file or directory"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit aab5ead)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
Contributor
|
SGTM |
docker-jenkins
pushed a commit
that referenced
this pull request
Jan 23, 2020
…4.1.0 [19.03 backport] bump docker-py to 4.1.0 Upstream-commit: facfb9e1b0b292b1622f31d57d081948d3bfc00b Component: engine
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Jan 31, 2020
…ump-runc-1.0-rc5 [18.03] Bump Runc to 1.0.0-rc5
docker-jenkins
pushed a commit
that referenced
this pull request
Apr 7, 2020
Update Golang 1.13.9 Upstream-commit: 217d1d2 Component: packaging
akrasnov-drv
pushed a commit
to drivenets/docker-ce
that referenced
this pull request
Apr 23, 2023
Update Golang 1.13.9
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.
cherry-pick for 18.03 of:
Added moby/moby#36336 to get a clean cherry-pick, and make it easier to do follow-up cherry-picks if needed
To address issue(s):
no conflicts