versions: Use ubuntu as the default distro for the rootfs-image

Currently ubuntu is already the default distro for all the architectures
but x86_64, which uses clearlinux.  However, our CI does *not* test the
clearlinux image we ship.

Taking a look at our CI code [0], we've been using ubuntu as base for
the tests for a few years already, if not forever.

The minimum we can do is to switch to distributing ubuntu, as the tested
rootfs-image, and then decide later on whether we should switch back to
clearlinux (once we switch our CI to using that, and make sure all tests
will be green), or if we move to slimmer distro, such as alpine.

[0]: 0a39dd1a01/.ci/install_kata_image.sh (L44)

Fixes: #7123

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
Signed-off-by: Julien Rope <jrope@redhat.com>
This commit is contained in:
Fabiano Fidêncio 2023-02-16 20:30:40 +01:00 committed by Julien Ropé
parent 5eff3d4d2a
commit 6668ddb8bb

View File

@ -129,7 +129,7 @@ assets:
name: "ubuntu" name: "ubuntu"
version: "latest" version: "latest"
x86_64: x86_64:
name: &default-image-name "clearlinux" name: &default-image-name "ubuntu"
version: "latest" version: "latest"
meta: meta:
image-type: *default-image-name image-type: *default-image-name