From 03170c26518f5dbe8ffd553fcef655965c295a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 29 Jun 2022 11:25:23 +0200 Subject: [PATCH] versions: Always use ubuntu as rootfs for CC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As we're still depending on components that are only being tested on Ubuntu, let's make sure the VM image distributed is exactly the same we've been testing. Fixes: #4551 Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 60a357ce0a..1feb1d4cf0 100644 --- a/versions.yaml +++ b/versions.yaml @@ -124,7 +124,7 @@ assets: name: "ubuntu" version: "latest" x86_64: - name: &default-image-name "clearlinux" + name: &default-image-name "ubuntu" version: "latest" meta: image-type: *default-image-name