Merged
Conversation
github-actions bot
added a commit
to HAN767/lede-packages
that referenced
this pull request
May 6, 2022
* https://github.com/coolsnowwolf/packages: libnetwork: update to latest HEAD (coolsnowwolf#433) runc: update to 1.1.1 (coolsnowwolf#432) containerd: update to 1.6.4 (coolsnowwolf#431) dockerd: update to v20.10.15 (coolsnowwolf#430) docker: update to v20.10.15 (coolsnowwolf#429)
github-actions bot
added a commit
to swirly0p/lean-packages
that referenced
this pull request
May 7, 2022
* https://github.com/coolsnowwolf/packages: libnetwork: update to latest HEAD (coolsnowwolf#433) runc: update to 1.1.1 (coolsnowwolf#432) containerd: update to 1.6.4 (coolsnowwolf#431) dockerd: update to v20.10.15 (coolsnowwolf#430) docker: update to v20.10.15 (coolsnowwolf#429)
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 is the first stable release in the 1.1 branch, fixing a few issues
with runc 1.1.0.
Fixed:
runc run/start can now run a container with read-only /dev in OCI spec,
rather than error out. (opencontainers/runc#3355)
runc exec now ensures that --cgroup argument is a sub-cgroup. (opencontainers/runc#3403)
libcontainer systemd v2 manager no longer errors out if one of the files
listed in /sys/kernel/cgroup/delegate do not exist in container's
cgroup. (opencontainers/runc#3387, opencontainers/runc#3404)
Loosen OCI spec validation to avoid bogus "Intel RDT is not supported"
error. (opencontainers/runc#3406)
libcontainer/cgroups no longer panics in cgroup v1 managers if stat
of /sys/fs/cgroup/unified returns an error other than ENOENT. (opencontainers/runc#3435)