This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 00fad95 Added a comment for vagrant image issue on MacOS Mojave with
VirtualB… (#4222)
00fad95 is described below
commit 00fad9520342a83ea6adf83c511e5bf25f47109a
Author: Christophe Jelger <[email protected]>
AuthorDate: Fri Jan 18 18:58:16 2019 +0100
Added a comment for vagrant image issue on MacOS Mojave with VirtualB…
(#4222)
---
tools/vagrant/README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tools/vagrant/README.md b/tools/vagrant/README.md
index 6340132..fcec706 100644
--- a/tools/vagrant/README.md
+++ b/tools/vagrant/README.md
@@ -22,8 +22,10 @@
The following instructions were tested on Mac OS X El Capitan, Ubuntu 16.04
LTS.
## Requirements
-- Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) (tested
with version 5.2.8)
-- Install [Vagrant](https://www.vagrantup.com/downloads.html) (tested with
version 2.0.3)
+- Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) (tested
with version 6.0.2)
+- Install [Vagrant](https://www.vagrantup.com/downloads.html) (tested with
version 2.2.3)
+
+*There is an issue with the `ubuntu/xenial64` image (v20190118.0.0 at the time
of writing this) on MacOS Mojave 10.14.2 and VirtualBox 6. This can be fixed by
replacing this image with `bento/ubuntu-16.04`. See below the "Override Vagrant
Box" section to find out how to use another image.*
## Setup