From 0ae0d3bf6d441b4e0fe199dd906f156749c9d6b2 Mon Sep 17 00:00:00 2001 From: ksimon1 Date: Wed, 18 Sep 2019 11:18:37 +0200 Subject: [PATCH] update Fedora image links upgrade from Fedora 28 to Fedora 30 Link to previous fedora 28 is broken, new link contains Fedora 30. Signed-off-by: ksimon1 --- makefile | 4 ++-- templates/fedora.tpl.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 8ae5cd30..51054ed2 100644 --- a/makefile +++ b/makefile @@ -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 @@ -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 diff --git a/templates/fedora.tpl.yaml b/templates/fedora.tpl.yaml index 315c3235..fd32dba0 100644 --- a/templates/fedora.tpl.yaml +++ b/templates/fedora.tpl.yaml @@ -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" %}