cri-tools/_service
Richard Brown 2bd98537d3 Accepting request 713419 from home:mjura:branches:devel:kubic
- Update golang(API) requiremnt to 1.12

- Update cri-tools to v1.15.0:
  * Add registry prefix option
  * Revert "Skip test "image status should support all kinds of references" for docker runtime"
  * Upgrade Kuberntes version to v1.15.0
  * Fix typo in parallel
  * Skip test "image status should support all kinds of references" since dockershim doesn't support it
  * Fallback to repo digest name if repoTag is <none>:<none>
  * feature: add display; support live monitoring critool stats
  * Test image status for various references.
  * fix debug in config file
  * Update `rmp` to test for running sandbox
  * Fix logDirectory typo in examples.
  * Search program directory for config as fallback
  * Improve error message for failed to connect
  * Set SelinuxRelabel to true for bind mounts
  * Include gcs bucket release.
  * Use same version as previous example
  * Add `curl` to download example

OBS-URL: https://build.opensuse.org/request/show/713419
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=8
2019-07-04 21:37:23 +00:00

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.15.0</param>
<param name="revision">v1.15.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>