mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
(kompose) Add Kompose Kubernetes utility at 1.10.0 (#2098)
This commit is contained in:
parent
3336916e52
commit
8b70b9c14c
28
kompose.json
Normal file
28
kompose.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"homepage": "http://kompose.io",
|
||||
"description": "Kompose is a conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).",
|
||||
"license": "https://raw.githubusercontent.com/kubernetes/kompose/master/LICENSE",
|
||||
"version": "1.10.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/kubernetes/kompose/releases/download/v1.10.0/kompose-windows-amd64.exe#/kompose.exe",
|
||||
"hash": "9160d1ad3d213f7a10bc9d3ca507922926d21c060b63c12673cb956bb49bb041"
|
||||
}
|
||||
},
|
||||
"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.exe#/kompose.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user