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)