runc
runc copied to clipboard
CLI tool for spawning and running containers according to the OCI specification
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.7. Release notes Sourced from actions/cache's releases. v3.0.7 What's Changed Fix for the download stuck problem has been added in actions/cache for users who were...
_TL;DR: this is a forward-port of https://github.com/opencontainers/runc/pull/3538/commits/f46c0dad655e33cf29d38da94b265d982a835f88 (part of #3538) to main branch, fixing a CI flake caused by a GHA CI env peculiarity._ A couple of test cases in...
This makes go 1.18 a minimally required version, removing go 1.17 from and adding go 1.19 to CI. Also: - [x] remove old-style `+build` tags - [x] fix the docstrings...
This pull request adds support for id map mount feature for shared volumes. For rootfs this is already implemented in https://github.com/containerd/containerd/pull/5890. Both commit has a code in common, which should...
This patchset fixes a few issues and adds support for `--manage-cgroups-mode ignore`. This option allows to restore a container into a different cgroup than the original one. A test case...
As title, this error is generated by a breaking bug [found](https://github.com/containerd/containerd/issues/7219) on runc version 1.1.3
Making sure the test fails before the fix
The kernel config option `CONFIG_CGROUP_BPF=y` is required to be able to inject the BPF program of type `BPF_PROG_TYPE_CGROUP_DEVICE`. If this option is not set, no containers can be started with...
A regression reported for runc v1.1.3 says that after systemctl daemon-reload runc exec fails: > exec failed: unable to start container process: open /dev/pts/0: operation not permitted: unknown Apparently, with...
1. For some reason we were not running localrootlessintegration test on CentOS Stream 9. Fix this. 2. We can run localrootlessintegration with systemd driver on CS9. Amends: #3427