2021-08-29 22:38:36 -07:00

28 lines
950 B
JSON

{
"version": "1.24.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.24.0/kompose-windows-amd64#/kompose.exe",
"hash": "51bb4d94b3cf9afa006a3bc704528c0c0f3b132d732c9efad97258994d90487e"
}
},
"bin": "kompose.exe",
"checkver": {
"github": "https://github.com/kubernetes/kompose"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes/kompose/releases/download/v$version/kompose-windows-amd64#/kompose.exe"
}
},
"hash": {
"url": "$baseurl/SHA256_SUM",
"regex": "$sha256\\s+$basenameNoExt-windows-amd64"
}
}
}