Updated custom ISOs for B2D w/ vmtoolsd and format-blank-drive patches.

Signed-off-by: Fabio Rapposelli <frapposelli@vmware.com>
This commit is contained in:
Fabio Rapposelli 2015-02-18 11:26:11 +01:00
parent d674e87813
commit 13b60b19f7
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ func (d *Driver) Create() error {
// log.Warnf("Unable to check for the latest release: %s", err)
//}
isoURL := "https://github.com/cloudnativeapps/boot2docker/releases/download/v1.4.1-vmw/boot2docker-1.4.1-vmw.iso"
isoURL := "https://github.com/cloudnativeapps/boot2docker/releases/download/v1.5.0-vmw/boot2docker-1.5.0-vmw.iso"
rootPath := filepath.Join(utils.GetDockerDir())
imgPath := filepath.Join(rootPath, "images")

View File

@ -255,7 +255,7 @@ func (d *Driver) Create() error {
//}
isoURL := "https://github.com/cloudnativeapps/boot2docker/releases/download/v1.4.1-vmw/boot2docker-1.4.1-vmw.iso"
isoURL := "https://github.com/cloudnativeapps/boot2docker/releases/download/v1.5.0-vmw/boot2docker-1.5.0-vmw.iso"
rootPath := filepath.Join(utils.GetDockerDir())
imgPath := filepath.Join(rootPath, "images")