-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrecommended_versions.json
More file actions
63 lines (63 loc) · 2.2 KB
/
recommended_versions.json
File metadata and controls
63 lines (63 loc) · 2.2 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
{
"description": "GLEIF tested versions",
"gleif": {
"title": "GLEIF will use",
"components": {
"gar-software": {
"name": "GAR software",
"package": "KERIpy",
"version": "1.1.42",
"release": "https://github.com/GLEIF-IT/keripy/releases/tag/1.1.42",
"container": {
"image": "gleif/keri:1.1.42",
"url": "https://hub.docker.com/repository/docker/gleif/keri/tags/1.1.42/sha256-3fde403149e2f57419e79cfc7c64796f26f45f81d826742b23a1617e18618a3b"
}
},
"gleif-witnesses": {
"name": "Witness version",
"package": "KERIpy",
"version": "1.2.9",
"release": "https://github.com/GLEIF-IT/keripy/releases/tag/1.2.9",
"container": {
"image": "gleif/keri:1.2.9",
"url": "https://hub.docker.com/repository/docker/gleif/keri/tags/1.2.9/sha256:15b9e410ddc4cd947c4c8c306a82862e349dc5915082553560599a486d3b28d5"
}
}
}
},
"qvi": {
"title": "QVIs should use",
"components": {
"qvi-keria": {
"name": "KERIA",
"package": "KERIA",
"version": "0.3.0",
"release": "https://github.com/GLEIF-IT/keria/releases/tag/0.3.0",
"container": {
"image": "gleif/keria:0.3.0",
"url": "https://hub.docker.com/repository/docker/gleif/keria/tags/0.3.0/sha256:d20a25561db41c6820e6dcb2173291805aabfe92d92cec808f678901144320c4"
}
},
"qvi-signify-ts": {
"name": "Signify-TS",
"package": "SignifyTS",
"version": "0.3.0-rc2",
"release": "https://github.com/GLEIF-IT/signify-ts/releases/tag/0.3.0-rc2",
"npm": {
"package": "signify-ts@0.3.0-rc2",
"url": "https://www.npmjs.com/package/signify-ts/v/0.3.0-rc2"
}
},
"qvi-witnesses": {
"name": "Witness version",
"package": "KERIpy",
"version": "1.2.9",
"release": "https://github.com/GLEIF-IT/keripy/releases/tag/1.2.9",
"container": {
"image": "gleif/keri:1.2.9",
"url": "https://hub.docker.com/repository/docker/gleif/keri/tags/1.2.9/sha256:15b9e410ddc4cd947c4c8c306a82862e349dc5915082553560599a486d3b28d5"
}
}
}
}
}