Skip to content
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

Add CentOS 8.1/8.2 in Vagrant boxes #168

Open
pedrofurtado opened this issue Feb 6, 2020 · 8 comments
Open

Add CentOS 8.1/8.2 in Vagrant boxes #168

pedrofurtado opened this issue Feb 6, 2020 · 8 comments

Comments

@pedrofurtado
Copy link

pedrofurtado commented Feb 6, 2020

Please, could you add the CentOS 8.1/8.2 in Official CentOS 8 vagrant boxes?

https://app.vagrantup.com/centos/boxes/8

👍 🤝

@pedrofurtado
Copy link
Author

pedrofurtado commented Feb 13, 2020

Any news? 🥇 @lpancescu @jperrin

@KylePeterDavies
Copy link

Same issue.

@oleksandriegorov
Copy link

Same issue

@pedrofurtado
Copy link
Author

pedrofurtado commented Mar 21, 2020

@KyleGwynDavies @oleksandriegorov A workaround, provided by issue dotless-de/vagrant-vbguest#367, is add in Vagrantfile the URL of the latest version, while CentOS team does not provide it in Vagrant official boxes:

config.vm.box = "centos/8"
config.vm.box_url = "http://cloud.centos.org/centos/8/x86_64/images/CentOS-8-Vagrant-8.1.1911-20200113.3.x86_64.vagrant-virtualbox.box"

@pedrofurtado pedrofurtado changed the title Add Centos 8.1 (1911) in Vagrant boxes Add CentOS 8.1 (1911) in Vagrant boxes Mar 21, 2020
@liutao-me
Copy link

Same issue

@stdevel
Copy link

stdevel commented May 4, 2020

Same here, would appreciate if this could be updated.

@tawhk
Copy link

tawhk commented May 25, 2020

Another workarround is just do an update inside the VM:

vagrant ssh
sudo yum -y update
exit
vagrant halt
vagrant up --provision

The vagrant-vbguest plugin is working normal again and the Guest Additions was installed.

@pedrofurtado pedrofurtado changed the title Add CentOS 8.1 (1911) in Vagrant boxes Add CentOS 8.1/8.2 in Vagrant boxes Jun 30, 2020
@pedrofurtado
Copy link
Author

Any news? pinging some of the maintainers: @jperrin @kbsingh 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants