2021-10-24 02:11:07 -07:00

27 lines
928 B
JSON

{
"version": "1.25",
"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.25/kompose-windows-amd64.exe#/kompose.exe",
"hash": "ec03588110256e87967355ef6e0506b25eac9595d70a6fb01decc79480db9b6a"
}
},
"checkver": {
"github": "https://github.com/kubernetes/kompose"
},
"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"
}
}
}