From a8dcff5b4e4aaf4c6a6220bbd8e038008d962916 Mon Sep 17 00:00:00 2001 From: Penny Zheng Date: Tue, 11 Feb 2020 11:12:45 +0800 Subject: [PATCH] AArch64: change image rootfs from fedora to ubuntu Ubuntu distribution is the most suitable one for AArch64 to build image rootfs. I think the size of rootfs is the key point we should consider most and first. And ubuntu has the smallest rootfs, only approximately 100MB. Fixes: #2449 Signed-off-by: Penny Zheng --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index c87c8d61b9..cb7e4136fc 100644 --- a/versions.yaml +++ b/versions.yaml @@ -117,7 +117,7 @@ assets: url: "https://github.com/kata-containers/osbuilder" architecture: aarch64: - name: "fedora" + name: "ubuntu" version: "latest" ppc64le: name: "centos"