forked from hyperledger/firefly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
49 lines (49 loc) · 1.33 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
{
"ethconnect": {
"image": "ghcr.io/hyperledger/firefly-ethconnect",
"tag": "v3.2.0",
"sha": "f647a637368f06afa5cf1c95756913626def5ef4f9fb96a2bb484d6099370747"
},
"fabconnect": {
"image": "ghcr.io/hyperledger/firefly-fabconnect",
"tag": "v0.9.14",
"sha": "0dff97610990414d8ceb24859ced7712fa18b71b1d22b6a6f46fd51266413a22"
},
"dataexchange-https": {
"image": "ghcr.io/hyperledger/firefly-dataexchange-https",
"tag": "v1.0.0",
"sha": "1a19cdbdc3311930c59a4a8089db8ba843a9267cffc79c7a22331d373150e94f"
},
"tokens-erc1155": {
"image": "ghcr.io/hyperledger/firefly-tokens-erc1155",
"tag": "v1.0.1-20220502-30",
"sha": "fe809ebc85a70ad04db0e502401df12e9989d60fae08427255b916caad98fea1"
},
"tokens-erc20-erc721": {
"image": "ghcr.io/hyperledger/firefly-tokens-erc20-erc721",
"tag": "v1.0.1",
"sha": "059725fe309d25521cd5a3929947e839275a2f0d0c16efa0fda9a7f6791a6fb6"
},
"build": {
"firefly-builder": {
"image": "golang:1.16-alpine3.15"
},
"fabric-builder": {
"image": "golang:1.16-alpine3.15",
"platform": "linux/x86_64"
},
"solidity-builder": {
"image": "ethereum/solc:0.8.11-alpine"
},
"base": {
"image": "alpine:3.15"
}
},
"ui": {
"tag": "v1.0.1",
"release": "v1.0.1"
},
"cli": {
"tag": "v1.0.1"
}
}