forked from kata-containers/tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.yaml
50 lines (39 loc) · 1.34 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
---
#
# 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.14"
externals:
description: "Third-party projects used specifically for testing"
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"