runc icon indicating copy to clipboard operation
runc copied to clipboard

CLI tool for spawning and running containers according to the OCI specification

Results 255 runc issues
Sort by recently updated
recently updated
newest added

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...

dependencies
github_actions

_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...

easy-to-review
area/ci

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...

enhancement

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...

kind/bug
area/ci
area/checkpoint-restore
impact/changelog
kind/feature

As title, this error is generated by a breaking bug [found](https://github.com/containerd/containerd/issues/7219) on runc version 1.1.3

regression

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...

enhancement
area/cgroupv2
area/ebpf

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

area/ci