New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ubuntu/xenial64 instead of hashicorp/precise64 for tutorial #8817

Closed
wants to merge 16 commits into
base: master
from

Conversation

Projects
None yet
6 participants
@DwordPtr

DwordPtr commented Jul 25, 2017

I started with the tutorial today and this could trip up new users. Since precise's repos aren't up anymore its impossible to install updates from ubuntu or do much in the way of a normal ubuntu machine.

I imagine using the current it would be helpful for most users.

This project looks really cool so far!

chrisroberts and others added some commits Jul 20, 2017

Filter any machine_ip when preparing the NFS settings
When preparing the NFS settings on VirtualBox the guest IP addresses
are pulled from VirtualBox directly and any static addresses are
pulled as well. This can lead to aquiring a host IP and machine IP
but results in a failure of NFS mount because the IPs are not on
the same network. This filters the machine IP result to validate
it is within the host adapter IP range.
Update docker.html.md
Docker now supports Windows
Merge pull request #8814 from seelts/patch-1
Update Vagrant vs Docker description
Merge pull request #8819 from chrisroberts/fix/nfs-machine-ip-filter
Filter any machine_ip when preparing the NFS settings
Merge pull request #8824 from chrisroberts/docs/environment-variables
Update documentation to include more environment variable information
Merge pull request #8825 from chrisroberts/plugins/version-update-output
Include plugin update option to vagrant upgrade error.
@mightyfree

Change to xenial64 on line 37.

@edmorley

This comment has been minimized.

Show comment
Hide comment
@edmorley

edmorley Oct 8, 2017

Would the bento/ubuntu-16.04 box be a better choice than ubuntu/xenial64? I've heard that the latter doesn't follow all of the Vagrant box creation best practices...

edmorley commented Oct 8, 2017

Would the bento/ubuntu-16.04 box be a better choice than ubuntu/xenial64? I've heard that the latter doesn't follow all of the Vagrant box creation best practices...

@mightyfree

This comment has been minimized.

Show comment
Hide comment
@mightyfree

mightyfree Oct 8, 2017

Agreed. As per official Vagrant documentation (https://www.vagrantup.com/docs/boxes.html), the hashicorp and bento boxes are the only two officially-recommended box sets. Additionally, Vagrant says of ubuntu boxes:

These boxes only support Virtualbox and do not provide an ideal experience for most users. If you encounter issues with these boxes, please try the Bento boxes instead.

Thanks @edmorley, the bento/ubuntu-16.04 box is the way to go.

mightyfree commented Oct 8, 2017

Agreed. As per official Vagrant documentation (https://www.vagrantup.com/docs/boxes.html), the hashicorp and bento boxes are the only two officially-recommended box sets. Additionally, Vagrant says of ubuntu boxes:

These boxes only support Virtualbox and do not provide an ideal experience for most users. If you encounter issues with these boxes, please try the Bento boxes instead.

Thanks @edmorley, the bento/ubuntu-16.04 box is the way to go.

@briancain

This comment has been minimized.

Show comment
Hide comment
@briancain

briancain Oct 9, 2017

Member

Hi all,

We are currently working on building and releasing a full set of HashiCorp supported vagrant boxes. These should be released soon so be on the lookout! I'm going to go ahead and close this though, thanks!

Member

briancain commented Oct 9, 2017

Hi all,

We are currently working on building and releasing a full set of HashiCorp supported vagrant boxes. These should be released soon so be on the lookout! I'm going to go ahead and close this though, thanks!

@briancain briancain closed this Oct 9, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment