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.
- Developed at Virtualization:containers
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/runc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
runc-1.1.5.tar.xz | 0001415672 1.35 MB | |
runc-1.1.5.tar.xz.asc | 0000000854 854 Bytes | |
runc.changes | 0000035084 34.3 KB | |
runc.keyring | 0000004164 4.07 KB | |
runc.spec | 0000003336 3.26 KB |
Revision 52 (latest revision is 67)
Dominique Leuenberger (dimstar_suse)
accepted
request 1075228
from
Aleksa Sarai (cyphar)
(revision 52)
- Update to runc v1.1.5. Upstream changelog is available from <https://github.com/opencontainers/runc/releases/tag/v1.1.5>. Includes fixes for the following CVEs: - CVE-2023-25809 bsc#1209884 - CVE-2023-27561 bsc#1208962 - CVE-2023-28642 bsc#1209888 * 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()`. - Drop version-specific Go requirement.
Comments 0