(chore): Undeprecate docker-machine

This commit is contained in:
Rashil Gandhi 2022-10-26 12:24:37 +05:30
parent 791316a23e
commit 030b386948
No known key found for this signature in database
GPG Key ID: 0AF22EDF6BE85BBD
2 changed files with 19 additions and 33 deletions

View File

@ -1,13 +1,30 @@
{
"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",
"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"
"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"
}
}
}

View File

@ -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"
}
}
}