aboutsummaryrefslogtreecommitdiff
path: root/utils/crun
Commit message (Collapse)AuthorAge
* crun: update to version 1.4.2Oskari Rauta2022-03-02
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update to v1.4.1Oskari Rauta2022-01-24
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update to 1.3Oskari Rauta2021-11-24
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update to version 1.2Oskari Rauta2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release notes: 0.20.1 - container: ignore error when resetting the SELinux label for the keyring. 0.21 - when compiled with krun, automatically use it if the current executable file is called "krun" - cgroup: lookup pids controller as well when the memory controller is not available - status: add fields for owner and created timestamp - honor memory swappiness set to 0 1.0 - Fix symlink target mangling for tmpcopyup targets. - Makefile.am: fix link error when using directly libcrun. - cgroup: add support for setting memory.use_hierarchy on cgroup v1. - linux: treat pidfd_open failures EINVAL as ESRCH. - cgroup: chown the current container cgroup to root in the container. 1.1 - utils: retry openat2 on EAGAIN. If the openat2 syscall is interrupted, try again. - criu: fix save of external descriptors. Now restored containers attach correctly their standard streams. - criu: Add support for external PID namespace. - container: Set primary process to 1 via LISTEN_PID by default if user configuration is missing. - exec: refuse to exec in a paused container/cgroup. - cgroup: use cgroup.kill when available. It is faster to kill a container through its cgroup as there is no need to recurse over the cgroup pids and terminate each one of them. 1.2 - criu: add support for external ipc, uts and time namespaces. - exec: fix regression in 1.1 where containers are being wrongly reported as paused. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update to 3.2.0Oskari Rauta2021-06-08
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: bumb to version 0.19.1Oskari Rauta2021-05-19
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: Don't build on arcEneas U de Queiroz2021-04-11
| | | | | | | The package needs libseccomp, which does not currently support arc. In order to avoid a circular dependency, we must avoid arc here as well. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* crun: add package crunOskari Rauta2021-03-30
crun is the prefered container run-time of podman, it's faster than runc and has a much lower memory footprint. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>