-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathtools.json
More file actions
99 lines (99 loc) · 4.51 KB
/
tools.json
File metadata and controls
99 lines (99 loc) · 4.51 KB
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
{
"odo": {
"description": "odo CLI",
"vendor": "Red Hat, Inc.",
"name": "odo",
"version": "3.10.0",
"versionRange": "^3.10.0",
"versionRangeLabel": "version >= 3.10.0",
"dlFileName": "odo",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/odo/v3.10.0/odo-windows-amd64.exe.zip",
"sha256sum": "a1ce432a0a00106035bbcef61c420c96940259585603b0352723cf8385b6a506",
"dlFileName": "odo-windows-amd64.exe.zip",
"cmdFileName": "odo-windows-amd64.exe"
},
"darwin": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/odo/v3.10.0/odo-darwin-amd64.tar.gz",
"sha256sum": "c79f9688afe7b17c8f96c64af19aadd67f171f254afed94d9dcd435980dfe964",
"dlFileName": "odo-darwin-amd64.tar.gz",
"cmdFileName": "odo-darwin-amd64"
},
"linux": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/odo/v3.10.0/odo-linux-amd64.tar.gz",
"sha256sum": "37b91b46fa20b5e61993a0d0eb8cb6140de66ebd4c13a04b66be4f3469518294",
"dlFileName": "odo-linux-amd64.tar.gz",
"cmdFileName": "odo"
}
}
},
"oc": {
"description": "OKD CLI client tool",
"vendor": "Red Hat, Inc.",
"name": "oc",
"cmdFileName": "oc",
"version": "4.9.5",
"versionRange": "^4.9.5",
"versionRangeLabel": "version 4.9.5 and < 5.0.0",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.9.5/openshift-client-windows-4.9.5.zip",
"sha256sum": "94c56134e8effb56df96823364f39e27eeb4e77c30a3e3d5070597df2220058e",
"dlFileName": "openshift-client-windows-4.9.5.zip",
"cmdFileName": "oc.exe"
},
"darwin": {
"url": "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.9.5/openshift-client-mac-4.9.5.tar.gz",
"sha256sum": "fc05880dbe9132d9daf898b37766e27d0f03f881086a71a99e06de77cf654a0e",
"dlFileName": "openshift-client-mac-4.9.5.tar.gz",
"cmdFileName": "oc"
},
"linux": {
"url": "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.9.5/openshift-client-linux-4.9.5.tar.gz",
"sha256sum": "447c40582fb2fc80b38be070c1f7e3989f08e53b38aa296595f5e3b63790a69a",
"dlFileName": "openshift-client-linux-4.9.5.tar.gz",
"cmdFileName": "oc"
}
}
},
"helm": {
"description": "oc helm CLI",
"vendor": "Red Hat, Inc.",
"name": "helm",
"version": "3.11.1",
"versionRange": "^3.11.1",
"versionRangeLabel": "version >= 3.11.1",
"dlFileName": "helm",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/helm/3.11.1/helm-windows-amd64.exe.zip",
"sha256sum": "2ee9c0bec16252171aec7bb709219e069d4d747c5e40341d652708fa2a78640c",
"dlFileName": "helm-windows-amd64.exe.zip",
"cmdFileName": "helm-windows-amd64.exe"
},
"darwin": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/helm/3.11.1/helm-darwin-amd64.tar.gz",
"sha256sum": "0930908a9a43a32c9a7dc859bc82b2d0d822d99b53d75979a6da64a824d80837",
"dlFileName": "helm-darwin-amd64.tar.gz",
"cmdFileName": "helm-darwin-amd64"
},
"linux": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror2/pub/openshift-v4/clients/helm/3.11.1/helm-linux-amd64.tar.gz",
"sha256sum": "55a8ac91018650964ccaccc66a6d6b963428a2afa0a824e708e63509dbbd3316",
"dlFileName": "helm-linux-amd64.tar.gz",
"cmdFileName": "helm-linux-amd64"
}
}
},
"crc": {
"description": "crc openshift container",
"vendor": "Red Hat, Inc.",
"name": "crc",
"crcVersion": "2.20.0",
"openshiftVersion": "4.13.0"
}
}