github opencontainers/runc v1.0.1
runc 1.0.1 -- "If in doubt, Meriadoc, always follow your nose."

latest releases: v1.2.0-rc.1, v1.1.12, v1.1.11...
2 years ago

This is the first stable release in the 1.0 branch, fixing a few medium
and high priority issues with runc 1.0.0, including a few that affect
Kubernetes' usage of libcontainer.

Bugfixes:

  • Fixed occasional runc exec/run failure ("interrupted system call") on an
    Azure volume. (#3074)
  • Fixed "unable to find groups ... token too long" error with /etc/group
    containing lines longer than 64K characters. (#3079)
  • cgroup/systemd/v1: fix leaving cgroup frozen after Set if a parent cgroup is
    frozen. This is a regression in 1.0.0, not affecting runc itself but some
    of libcontainer users (e.g Kubernetes). (#3085)
  • cgroupv2: bpf: Ignore inaccessible existing programs in case of
    permission error when handling replacement of existing bpf cgroup
    programs. This fixes a regression in 1.0.0, where some SELinux
    policies would block runc from being able to run entirely. (#3087)
  • cgroup/systemd/v2: don't freeze cgroup on Set. (#3092)
  • cgroup/systemd/v1: avoid unnecessary freeze on Set. (#3093)

Static Linking Notices

The runc binary distributed with this release are statically linked with
the following GNU LGPL-2.1 licensed libraries, with runc acting
as a "work that uses the Library":

The versions of these libraries were not modified from their upstream versions,
but in order to comply with the LGPL-2.1 (§6(a)), we have attached the
complete source code for those libraries which (when combined with the attached
runc source code) may be used to exercise your rights under the LGPL-2.1.

However we strongly suggest that you make use of your distribution's packages
or download them from the authoritative upstream sources, especially since
these libraries are related to the security of your containers.


Thanks to all of the contributors who made this release possible:

Signed-off-by: Aleksa Sarai cyphar@cyphar.com

Don't miss a new runc release

NewReleases is sending notifications on new releases.