containerd/_service
Aleksa Sarai 4355b55844 Accepting request 1117566 from home:cyphar:docker
- Update to containerd v1.7.7. Upstream release notes:
  <https://github.com/containerd/containerd/releases/tag/v1.7.7>
- Add patch to fix build on SLE-12:
  + 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

OBS-URL: https://build.opensuse.org/request/show/1117566
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=157
2023-10-13 05:46:16 +00:00

15 lines
497 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/containerd/containerd.git</param>
<param name="scm">git</param>
<param name="filename">containerd</param>
<param name="versionformat">1.7.7_%h</param>
<param name="revision">v1.7.7</param>
<param name="exclude">.git</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>