Skip to content

Commit

Permalink
update Fedora image links
Browse files Browse the repository at this point in the history
upgrade from Fedora 28 to Fedora 30

Link to previous fedora 28 is broken, new link contains Fedora 30.

Signed-off-by: ksimon1 <[email protected]>
  • Loading branch information
ksimon1 committed Sep 18, 2019
1 parent 3425ea3 commit 0ae0d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ raws: $(TESTABLE_GUESTS:%=%.raw)
qemu-img convert -p -O raw $< $@

fedora.qcow2:
curl -L -o $@ https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
curl -L -o $@ https://download.fedoraproject.org/pub/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2

ubuntu.qcow2:
curl -L -o $@ http://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
Expand Down Expand Up @@ -149,7 +149,7 @@ rhel8.raw: centos8.raw
centos8.qcow2:
# For now we test the CentOS 8 image using Fedora as that is the branch source
# TODO fix this once CentOS 8 is released
curl -L -o $@ https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
curl -L -o $@ https://download.fedoraproject.org/pub/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2

clean:
rm -v *.raw *.qcow2
Expand Down
2 changes: 1 addition & 1 deletion templates/fedora.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
necessary Fedora disk image.
Recommended disk image (needs to be converted to raw)
https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
https://download.fedoraproject.org/pub/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2
tags: "kubevirt,virtualmachine,fedora,rhel"

{% include "_linux.yaml" %}
Expand Down

0 comments on commit 0ae0d3b

Please sign in to comment.