-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathkompose.json
27 lines (27 loc) · 985 Bytes
/
kompose.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.35.0",
"description": "Conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
"homepage": "https://kompose.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-windows-amd64.exe#/kompose.exe",
"hash": "fe9bd337420dbeebb429fd847f9f6bca833d26a44ca1e8670e90c181fe05397a"
}
},
"checkver": {
"github": "https://github.com/kubernetes/kompose"
},
"bin": "kompose.exe",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64.exe#/kompose.exe"
}
},
"hash": {
"url": "$baseurl/SHA256_SUM",
"regex": "$sha256\\s+$basenameNoExt-windows-amd64"
}
}
}