-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.json
116 lines (116 loc) · 2.5 KB
/
manifest.json
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[
{
"label": "Ubuntu",
"value": "ubuntu",
"logoUrl": "https://cdn.jsdelivr.net/gh/instantbox/instantbox-images/icon/ubuntu.png",
"subList": [
{
"label": "14.04",
"osCode": "instantbox/ubuntu:14.04"
},
{
"label": "16.04",
"osCode": "instantbox/ubuntu:16.04"
},
{
"label": "18.04",
"osCode": "instantbox/ubuntu:18.04"
},
{
"label": "20.04",
"osCode": "instantbox/ubuntu:20.04"
},
{
"label": "latest",
"osCode": "instantbox/ubuntu:latest"
}
]
},
{
"label": "CentOS",
"value": "centos",
"logoUrl": "https://cdn.jsdelivr.net/gh/instantbox/instantbox-images/icon/centos.png",
"subList": [
{
"label": "6.10",
"osCode": "instantbox/centos:6.10"
},
{
"label": "7",
"osCode": "instantbox/centos:7"
},
{
"label": "8",
"osCode": "instantbox/centos:8"
},
{
"label": "latest",
"osCode": "instantbox/centos:latest"
}
]
},
{
"label": "Arch Linux",
"value": "arch",
"logoUrl": "https://cdn.jsdelivr.net/gh/instantbox/instantbox-images/icon/arch.png",
"subList": [
{
"label": "latest",
"osCode": "instantbox/arch:latest"
}
]
},
{
"label": "Debian",
"value": "debian",
"logoUrl": "https://cdn.jsdelivr.net/gh/instantbox/instantbox-images/icon/debian.png",
"subList": [
{
"label": "jessie",
"osCode": "instantbox/debian:jessie"
},
{
"label": "stretch",
"osCode": "instantbox/debian:stretch"
},
{
"label": "buster",
"osCode": "instantbox/debian:buster"
},
{
"label": "latest",
"osCode": "instantbox/debian:latest"
}
]
},
{
"label": "Fedora",
"value": "fedora",
"logoUrl": "https://cdn.jsdelivr.net/gh/instantbox/instantbox-images/icon/fedora.png",
"subList": [
{
"label": "30",
"osCode": "instantbox/fedora:30"
},
{
"label": "31",
"osCode": "instantbox/fedora:31"
},
{
"label": "latest",
"osCode": "instantbox/fedora:latest"
}
]
},
{
"label": "Alpine",
"value": "alpine",
"logoUrl": "https://cdn.jsdelivr.net/gh/instantbox/instantbox-images/icon/alpine.png",
"subList": [
{
"label": "latest",
"osCode": "instantbox/alpine:latest"
}
]
}
]