Open hosekadam opened 2 months ago
Thanks for your bug report. I will probably fix it during the weekend :). Sorry for delay, but it's very old image and I have to vert quite thoroughly through image build repository.
I will keep you informed!
@AlexBaranowski If it would help you, this is what I have to do in some different centos 7 vagrant box .cfg
file to have the latest packages and have the repos pointing to the vault: https://github.com/oamg/vagrant-uefi-boxes/pull/9/files#diff-e23544ea1a563fbb0e0205721d065bdcc391f4e1fea8655a84c0078d0b08c41c
I'm just writing to let you know that we have another problem -> the API for pushing images has changed, I'm working with HashiCorp to fix the problem but it will take some time. Thank you for your patience.
Describe the bug In the latest (7.9.63) version of the CentOS 7 box the
updates
(same forextras
,centosplus
) repo points to URL forbase
repo.Cloud Image Vagrant, libvirt, eurolinux-vagrant/centos-7 box version 7.9.63
To Reproduce
vagrant up
vagrant ssh
cat /etc/yum.repos.d/CentOS-Vault-Base.repo
extras
,centosplus
) repo has wrong URLExpected behavior A clear and concise description of what you expected to happen. Under the updates (same for
extras
,centosplus
) repo should be:Additional context I used this
sed
command to fix this issue forupdates
:And vice versa for the other repos.