mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +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:
parent
38b61bb743
commit
03170c2651
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user