containerd/script/setup
Sebastiaan van Stijn 0167e55abd
update runc binary to v1.1.3
full diff: https://github.com/opencontainers/runc/compare/v1.1.2...v1.1.3

This is the third release of the 1.1.z series of runc, and contains
various minor improvements and bugfixes.

- Our seccomp `-ENOSYS` stub now correctly handles multiplexed syscalls on
  s390 and s390x. This solves the issue where syscalls the host kernel did not
  support would return `-EPERM` despite the existence of the `-ENOSYS` stub
  code (this was due to how s390x does syscall multiplexing).
- Retry on dbus disconnect logic in libcontainer/cgroups/systemd now works as
  intended; this fix does not affect runc binary itself but is important for
  libcontainer users such as Kubernetes.
- Inability to compile with recent clang due to an issue with duplicate
  constants in libseccomp-golang.
- When using systemd cgroup driver, skip adding device paths that don't exist,
  to stop systemd from emitting warnings about those paths.
- Socket activation was failing when more than 3 sockets were used.
- Various CI fixes.
- Allow to bind mount `/proc/sys/kernel/ns_last_pid` to inside container.
- runc static binaries are now linked against libseccomp v2.5.4.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-06-09 07:29:43 +02:00
..
config-containerd Update Vagrantfile for testing SELinux 2020-08-10 01:55:44 -07:00
config-selinux scripts: add missing quotes, and minor linting issues 2021-08-03 17:23:18 +02:00
critools-version reverts removal of parallel run from critest 2022-05-12 13:41:55 -04:00
crun-version CI: bump up crun to 1.4.4 2022-03-30 21:08:17 +09:00
enable_docker_tls_on_windows.ps1 Add image build workflow 2021-11-25 09:26:17 +00:00
enable_ssh_windows.ps1 Add CI periodic Windows Jobs. 2021-04-20 17:18:46 +03:00
imgcrypt-version just release ctd-decoder not ctr-enc 2021-05-13 15:56:45 -05:00
install-cni bump CNI to spec v1.0.0 2021-10-22 10:58:40 +08:00
install-cni-windows Add arm64 to releases 2021-11-11 20:00:34 +00:00
install-critools reverts removal of parallel run from critest 2022-05-12 13:41:55 -04:00
install-dev-tools Upgrade protoc, protoc-gen-go and protoc-gen-go-grpc 2022-04-27 21:36:04 +00:00
install-gotestsum update gotestsum to v1.7.0 2021-07-26 13:13:17 +02:00
install-imgcrypt just release ctd-decoder not ctr-enc 2021-05-13 15:56:45 -05:00
install-protobuf Upgrade protoc, protoc-gen-go and protoc-gen-go-grpc 2022-04-27 21:36:04 +00:00
install-runc CI: bump up crun to 1.4.4 2022-03-30 21:08:17 +09:00
install-runhcs-shim Add arm64 to releases 2021-11-11 20:00:34 +00:00
install-seccomp scripts: add missing quotes, and minor linting issues 2021-08-03 17:23:18 +02:00
prepare_env_windows.ps1 Address some timeout issues in the Windows CI 2022-04-01 14:02:20 +03:00
prepare_windows_docker_helper.ps1 Add image build workflow 2021-11-25 09:26:17 +00:00
runc-version update runc binary to v1.1.3 2022-06-09 07:29:43 +02:00