e7caf0b28b
- Update to v1.18.0: * Main Changes * Update Kubernetes to v1.18.0 * Switch to urfave/cli/v2 * CRI CLI (crictl) * Use ContextDialer to fix build * Add go-template option for inspect commands * Fix invalid log_path in docs * CRI validation testing (critest) * Make apparmor failure test more flexible * Start container before fetching metrics * Cleanup container create test to reduce duplication * Add container stats test OBS-URL: https://build.opensuse.org/request/show/790568 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=12
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.18.0</param>
|
|
<param name="revision">v1.18.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>
|