mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
versions: Always use ubuntu as rootfs for CC
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 <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user