This commit is contained in:
Richard Kuhnt 2018-03-07 18:00:10 +00:00
commit 69700b91b1
3 changed files with 88 additions and 0 deletions

29
kompose.json Normal file
View File

@ -0,0 +1,29 @@
{
"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": "https://github.com/kubernetes/kompose/releases/tag/v$version",
"find": ">kompose-windows-amd64.exe[^.]+([0-9a-fA-F]{64})"
}
}
}

30
minishift.json Normal file
View File

@ -0,0 +1,30 @@
{
"homepage": "https://www.openshift.org/minishift",
"description": "Minishift is a tool that helps you run OpenShift locally by running a single-node OpenShift cluster inside a VM. You can try out OpenShift or develop with it, day-to-day, on your local host.",
"license": "https://raw.githubusercontent.com/minishift/minishift/master/LICENSE",
"version": "1.14.0",
"architecture": {
"64bit": {
"url": "https://github.com/minishift/minishift/releases/download/v1.14.0/minishift-1.14.0-windows-amd64.zip",
"hash": "1aeaf1f6fa89ffc1848b4de812e74ee3ca9879e5c73750d0e985890fa88a4d59"
}
},
"extract_dir": "minishift-1.14.0-windows-amd64",
"bin": [
"minishift.exe"
],
"checkver": {
"github": "https://github.com/minishift/minishift"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/minishift/minishift/releases/download/v$version/minishift-$version-windows-amd64.zip",
"extract_dir": "minishift-$version-windows-amd64"
}
},
"hash": {
"url": "$url.sha256"
}
}
}

View File

@ -0,0 +1,29 @@
{
"homepage": "https://www.openshift.org",
"description": "OpenShift Origin is a distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OpenShift adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.",
"license": "https://raw.githubusercontent.com/openshift/origin/master/LICENSE",
"version": "3.7.1",
"architecture": {
"64bit": {
"url": "https://github.com/openshift/origin/releases/download/v3.7.1/openshift-origin-client-tools-v3.7.1-ab0f056-windows.zip",
"hash": "dc228416bc07bf96ea6ecca431004bfc1182af0c0b0be7834fceda5e8a663b3e"
}
},
"bin": [
"oc.exe"
],
"checkver": {
"url": "https://github.com/openshift/origin/releases/latest",
"re": "openshift-origin-client-tools-v(?<version>[\\d.]+)-(?<commit>[\\d\\w]+)-windows\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openshift/origin/releases/download/v$version/openshift-origin-client-tools-v$version-$matchCommit-windows.zip"
}
},
"hash": {
"url": "$baseurl/CHECKSUM"
}
}
}