From 13b60b19f7edd9f177da5efa78c0e76086ef22a1 Mon Sep 17 00:00:00 2001 From: Fabio Rapposelli Date: Wed, 18 Feb 2015 11:26:11 +0100 Subject: [PATCH] Updated custom ISOs for B2D w/ vmtoolsd and format-blank-drive patches. Signed-off-by: Fabio Rapposelli --- drivers/vmwarefusion/fusion_darwin.go | 2 +- drivers/vmwarevsphere/vsphere.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/vmwarefusion/fusion_darwin.go b/drivers/vmwarefusion/fusion_darwin.go index a86101476c..ddd8ef78e2 100644 --- a/drivers/vmwarefusion/fusion_darwin.go +++ b/drivers/vmwarefusion/fusion_darwin.go @@ -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") diff --git a/drivers/vmwarevsphere/vsphere.go b/drivers/vmwarevsphere/vsphere.go index 7c08afbf6e..e1249c75a1 100644 --- a/drivers/vmwarevsphere/vsphere.go +++ b/drivers/vmwarevsphere/vsphere.go @@ -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")