Closed r0x0d closed 2 years ago
Hi this is very good issue.
I will fix it today - sorry I missed that notification.
Best, Alex
Hi, Alex! Thank you so much.
No problem at all.
Best regards,
@r0x0d - the newest version has vault repos enabled by default.
https://app.vagrantup.com/eurolinux-vagrant/boxes/centos-8/versions/8.5.3
Here is a script that I used: https://gist.github.com/AlexBaranowski/becfe334979e0d1404f94a0d0b0e0d73
Thanks for Your contribution and bug report.
Best, Alex
@r0x0d - the newest version has vault repos enabled by default.
https://app.vagrantup.com/eurolinux-vagrant/boxes/centos-8/versions/8.5.3
Here is a script that I used: https://gist.github.com/AlexBaranowski/becfe334979e0d1404f94a0d0b0e0d73
Thanks for Your contribution and bug report.
Best, Alex
Thank you so much, Alex!
Describe the bug The CentOS 8.5.2 box uses non-functioning repos. Since CentOS 8 has reached EOL, the original standard repos have been archived in the Vault (https://vault.centos.org/8.5.2111/).
Cloud Image Vagrant, libvirt, eurolinux-vagrant/centos-8 box version 8.5.2
To Reproduce
Steps to reproduce the behavior:
Minimal vagrantfile
vagrant up
Expected behavior The box starts up and I am able to install packages through yum.
Additional context The original CentOS repos need to be edited for example using these commands to use the Vault: https://stackoverflow.com/a/70932217