Change docker version schema

See: https://github.com/docker/docker/pull/31075
This commit is contained in:
Richard Kuhnt 2017-03-02 21:36:36 +01:00
parent 3447e63736
commit d6ce12ae81

View File

@ -1,14 +1,14 @@
{ {
"version": "1.13.1", "version": "17.03.0-ce",
"license": "https://github.com/docker/docker/blob/master/LICENSE", "license": "https://github.com/docker/docker/blob/master/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.13.1.zip", "url": "https://get.docker.com/builds/Windows/x86_64/docker-17.03.0-ce.zip",
"hash": "850deeac9e05a2426be335b7bf4b31757c98639eb35e0fe8d9c4b1dc8cc06c38" "hash": "6ab9e1b7aed9ab98fe6adec6e8e45cec9f5c69e1370d7ceec5029a5df199d0e1"
}, },
"32bit": { "32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-1.13.1.zip", "url": "https://get.docker.com/builds/Windows/i386/docker-17.03.0-ce.zip",
"hash": "3e31c57b0e592c5a9a489cd779c5564413c8510cfdc0b9404269623a7f6cba44" "hash": "bc090c38554c058bd40ff25abe6e0873a16819ae3edf658d89cbc5a0768dad3f"
} }
}, },
"homepage": "https://docker.com", "homepage": "https://docker.com",
@ -17,7 +17,8 @@
"docker.exe" "docker.exe"
], ],
"checkver": { "checkver": {
"github": "https://github.com/docker/docker" "url": "https://github.com/docker/docker/releases/latest",
"re": "/releases/tag/(?:v)?([\\d\\w.-]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {