fbeeb3f56b
- Update containerd to v1.2.4 * cri: Set /etc/hostname * cri: Fix env performance issue * runc updated to 6635b4f0c6af3810594d2770f662f34ddc15b40d to solve * CVE-2019-5736 * cri updated to da0c016c830b2ea97fd1d737c49a568a816bf964 * Windows: NewDirectIOFromFIFOSet * Changelogs from previous versions also included in this update: https://github.com/containerd/containerd/releases/tag/v1.2.3 OBS-URL: https://build.opensuse.org/request/show/687620 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=91
15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/containerd/containerd.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">containerd</param>
|
|
<param name="versionformat">git.%h</param>
|
|
<param name="revision">v1.2.4</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|