mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
(chore): Undeprecate docker-machine
This commit is contained in:
parent
791316a23e
commit
030b386948
@ -1,13 +1,30 @@
|
|||||||
{
|
{
|
||||||
"version": "0.16.2",
|
"version": "0.16.2",
|
||||||
"description": "Docker Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.",
|
"description": "Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage the hosts with commands",
|
||||||
"homepage": "https://github.com/docker/machine",
|
"homepage": "https://github.com/docker/machine",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
|
"url": "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
|
||||||
"hash": "dcf774857069749b5d973f85b15d926544a7c5556c3478c45b4f35cf86494130"
|
"hash": "dcf774857069749b5d973f85b15d926544a7c5556c3478c45b4f35cf86494130"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-i386.exe#/docker-machine.exe",
|
||||||
|
"hash": "2b67d7b6cd95983bdb01da472a541052f3ca236950354c7e76f215fbf9188745"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "docker-machine.exe"
|
"bin": "docker-machine.exe",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-x86_64.exe#/docker-machine.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-i386.exe#/docker-machine.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/sha256sum.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.16.2",
|
|
||||||
"description": "Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage the hosts with commands",
|
|
||||||
"homepage": "https://github.com/docker/machine",
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-x86_64.exe#/docker-machine.exe",
|
|
||||||
"hash": "dcf774857069749b5d973f85b15d926544a7c5556c3478c45b4f35cf86494130"
|
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-i386.exe#/docker-machine.exe",
|
|
||||||
"hash": "2b67d7b6cd95983bdb01da472a541052f3ca236950354c7e76f215fbf9188745"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bin": "docker-machine.exe",
|
|
||||||
"checkver": "github",
|
|
||||||
"autoupdate": {
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-x86_64.exe#/docker-machine.exe"
|
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/docker/machine/releases/download/v$version/docker-machine-Windows-i386.exe#/docker-machine.exe"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"hash": {
|
|
||||||
"url": "$baseurl/sha256sum.txt"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user