mirror of https://github.com/docker/docs.git
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:
parent
d674e87813
commit
13b60b19f7
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue