439b8f338f
- Update cri-tools to v1.14.0: * CRI CLI (crictl) * Adds imagefsinfo subcommand for CRI ImageFSInfo() method. * Adds support to filter containers by image. * Fixes a bug when removing multiple containers. * Reduces the default connection timeout value. * Fixes the exit code for crictl exec. * Updated the instructions fro godep. * Adds support of -q for crictl info. * Adds support of zsh completion. * Upgrades kubernetes version to 1.14. * CRI validation testing (critest) * Adds a benchmark testcase for measuring the time of creating pod and a container. * Changes streaming tests to omit newlines on echo * Adds support of critest for Windows container runtime. * Updates test environment to xenial and fixes docker installation. * Updates Go version to 1.12. OBS-URL: https://build.opensuse.org/request/show/688128 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=7
21 lines
529 B
Plaintext
21 lines
529 B
Plaintext
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">cri-tools</param>
|
|
<param name="versionformat">1.14.0</param>
|
|
<param name="revision">v1.14.0</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">cri-tools</param>
|
|
</service>
|
|
|
|
</services>
|