mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #55999 from containscafeine/fix_fedora_dl_link
Automatic merge from submit-queue (batch tested with PRs 55925, 55999, 55944, 55992, 56196). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix download link for fedora libvirt vagrant box **What this PR does / why we need it**: Fedora 23 releases have been moved from dl.fedoraproject.org/pub/fedora/linux/releases/23/ to archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/ This commit changes the URL to point to the newer location ```release-note NONE ```
This commit is contained in:
commit
3ef9dfdbff
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -71,7 +71,7 @@ $kube_provider_boxes = {
|
||||
:libvirt => {
|
||||
'fedora' => {
|
||||
:box_name => 'kube-fedora23',
|
||||
:box_url => 'https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-23-20151030.x86_64.vagrant-libvirt.box'
|
||||
:box_url => 'https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-23-20151030.x86_64.vagrant-libvirt.box'
|
||||
}
|
||||
},
|
||||
:vmware_desktop => {
|
||||
|
Loading…
Reference in New Issue
Block a user