зеркало из https://github.com/docker/kitematic.git
Bump version for custom machine
This commit is contained in:
Родитель
29829ff294
Коммит
fa8f55cc14
|
@ -40,7 +40,7 @@
|
|||
]
|
||||
},
|
||||
"docker-version": "1.5.0",
|
||||
"docker-machine-version": "0.1.0-kitematic-0.5.8",
|
||||
"docker-machine-version": "0.1.0-kitematic-0.5.9",
|
||||
"atom-shell-version": "0.21.2",
|
||||
"virtualbox-version": "4.3.24",
|
||||
"virtualbox-filename": "VirtualBox-4.3.24.pkg",
|
||||
|
|
|
@ -13,7 +13,7 @@ if [ ! -f $DOCKER_MACHINE_CLI_FILE ]; then
|
|||
rm -rf docker-machine*
|
||||
# Use temporary, new version of docker-machine that has some important fixes
|
||||
# curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_CLI_VERSION/docker-machine_darwin-amd64
|
||||
curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/kitematic/kitematic/releases/download/v0.5.8/docker-machine_darwin-amd64
|
||||
curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/kitematic/kitematic/releases/download/v0.5.9/docker-machine_darwin-amd64
|
||||
chmod +x $DOCKER_MACHINE_CLI_FILE
|
||||
fi
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче