- Update to containerd v1.6.21 for Docker v23.0.6-ce. Upstream release notes: <https://github.com/containerd/containerd/releases/tag/v1.6.21> - Require a minimum Go version explicitly rather than using golang(API). Fixes the change for bsc#1210298. OBS-URL: https://build.opensuse.org/request/show/1088245 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=151
15 lines
503 B
Plaintext
15 lines
503 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">1.6.21_%h</param>
|
|
<param name="revision">v1.6.21</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|