(kompose) Add Kompose Kubernetes utility at 1.10.0 (#2098)

This commit is contained in:
Andrei B 2018-03-07 18:04:06 +01:00 committed by Richard Kuhnt
parent 3336916e52
commit 8b70b9c14c

28
kompose.json Normal file
View 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"
}
}
}