runc
runc is a CLI tool for spawning and running containers according to the OCI
specification. It is designed to be as minimal as possible, and is the workhorse
of Docker. It was originally designed to be a replacement for LXC within Docker,
and has grown to become a separate project entirely.
- Links to Virtualization:containers / runc
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:cyphar:docker/runc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000133 133 Bytes | |
runc-1.1.5.tar.xz | 0001415672 1.35 MB | |
runc-1.1.5.tar.xz.asc | 0000000854 854 Bytes | |
runc.changes | 0000034952 34.1 KB | |
runc.keyring | 0000004164 4.07 KB | |
runc.spec | 0000003336 3.26 KB |
Revision 74 (latest revision is 113)
Aleksa Sarai (cyphar)
committed
(revision 74)
- Update to runc v1.1.5. Upstream changelog is available from <https://github.com/opencontainers/runc/releases/tag/v1.1.4>. CVE-2023-25809 CVE-2023-27561 CVE-2023-28642 * Fix the inability to use `/dev/null` when inside a container. * Fix changing the ownership of host's `/dev/null` caused by fd redirection (a regression in 1.1.1). bsc#1168481 * Fix rare runc exec/enter unshare error on older kernels. * nsexec: Check for errors in `write_log()`.
Comments 0