mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
tests/vfio: Bump VM image to Fedora 38
We need a very recent L2 guest kernel to fix all the bugs that occur in nested virtualization. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
faee59b520
commit
9d93036783
@ -209,12 +209,12 @@ create_config_iso() {
|
||||
|
||||
pull_fedora_cloud_image() {
|
||||
fedora_img="$1"
|
||||
fedora_version=37
|
||||
fedora_version=38
|
||||
# Add a version to the image cache, otherwise the tests are going to
|
||||
# use always the same image without rebuilding it, regardless the version
|
||||
# set in fedora_version
|
||||
fedora_img_cache="${fedora_img}.cache.${fedora_version}"
|
||||
fedora_img_url="https://download.fedoraproject.org/pub/fedora/linux/releases/${fedora_version}/Cloud/${arch}/images/Fedora-Cloud-Base-${fedora_version}-1.7.${arch}.raw.xz"
|
||||
fedora_img_url="https://download.fedoraproject.org/pub/fedora/linux/releases/${fedora_version}/Cloud/${arch}/images/Fedora-Cloud-Base-${fedora_version}-1.6.${arch}.raw.xz"
|
||||
|
||||
if [ ! -f "${fedora_img_cache}" ]; then
|
||||
curl -sL ${fedora_img_url} -o "${fedora_img_cache}.xz"
|
||||
|
Loading…
Reference in New Issue
Block a user