forked from kata-containers/tests
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversions.yaml
73 lines (57 loc) · 1.96 KB
/
versions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
description: |
This file contains test specific version details.
For other version details, see the master database:
https://github.com/kata-containers/runtime/blob/master/versions.yaml
docker_images:
description: "Docker hub images used for testing"
alpine:
description: "Linux distribution built around busybox and musl libc"
url: "https://hub.docker.com/_/alpine/"
version: "3.7"
elasticsearch:
description: "RESTful search and analytics engine"
url: "https://hub.docker.com/_/elasticsearch/"
version: "6.4.0"
kibana:
description: "Open source analytics and visualization platform"
url: "https://hub.docker.com/_/kibana/"
version: "6.4.0"
nginx:
description: "Proxy server for HTTP, HTTPS, SMTP, POP3 and IMAP protocols"
url: "https://hub.docker.com/_/nginx/"
version: "1.17.0-alpine"
externals:
description: "Third-party projects used specifically for testing"
flannel:
url: "https://github.com/coreos/flannel"
version: "862c448ef28fd890e2ac4e5fddc49e7fe9693b31"
xurls:
description: |
Tool used by the CI to check URLs in documents and code comments.
url: "https://mvdan.cc/xurls/cmd/xurls"
version: "70405f5eab516c9f7b626d803b043415809499a6"
go-md2man:
description: "cri-o dependency used for building documentation"
url: "https://github.com/cpuguy83/go-md2man"
version: "v1.0.8"
golangci-lint:
description: "utility to run various golang linters"
url: "github.com/golangci/golangci-lint"
version: "v1.18.0"
parallel:
description: "GNU parallel tool"
url: "https://ftp.gnu.org/gnu/parallel"
version: "20190222"
podman:
description: "An open-source Linux tool for working with containers"
version: "1.8.2"
sonobuoy:
description: "Tool to run kubernetes e2e conformance tests"
url: "https://github.com/vmware-tanzu/sonobuoy"
version: "0.17.2"