ffc5144079
This release updates runc to the OCI runtime specification v0.5.0 and includes various fixes and features. Features: + cgroups: pid limits and stats + cgroups: kmem stats + systemd cgroup support + libcontainer specconv package + no pivot root option + numeric ids are treated as uid/gid + hook improvements Bug Fixes: * log flushing * atomic pid file creation * init error recovery * seccomp logging removed * delete container on aborted start * /dev bind mount handling OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=6
18 lines
590 B
Plaintext
18 lines
590 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/opencontainers/runc.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">runc</param>
|
|
<param name="versionformat">0.1.0</param>
|
|
<param name="revision">v0.1.0</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">runc</param>
|
|
</service>
|
|
</services>
|