mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
28 lines
950 B
JSON
28 lines
950 B
JSON
{
|
|
"version": "1.23.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.23.0/kompose-windows-amd64#/kompose.exe",
|
|
"hash": "912cef4d6513d713801232fdd0d9d0fba3fb859a1e297fda217897a1b6505256"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|