-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathnomad.json
27 lines (27 loc) · 979 Bytes
/
nomad.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
{
"version": "1.9.7",
"description": "Easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications.",
"homepage": "https://www.nomadproject.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/nomad/1.9.7/nomad_1.9.7_windows_amd64.zip",
"hash": "419e417d33f94888e176f2cccf1a101a16fc283bf721021f2a11f1b74570db97"
}
},
"bin": "nomad.exe",
"checkver": {
"url": "https://releases.hashicorp.com/nomad/",
"regex": "nomad_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/nomad/$version/nomad_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/nomad_$version_SHA256SUMS"
}
}
}