CCv0: Use Ubuntu as base for initrd

As discussed in #2908, Ubuntu is used as a base for CCv0 for building
umoci in the guest. Currently, CCv0 only works with initrd, so this only
applies to initrd.

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Jakob Naucke 2021-11-25 16:49:35 +01:00 committed by Samuel Ortiz
parent 7c41af4082
commit 69d157f78b
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@ RUN sh -c "echo '${IMG_USER} ALL=NOPASSWD: ALL' >> /etc/sudoers"
#FIXME: gcc is required as agent is build out of a container build.
RUN apt-get update && \
apt install -y \
cpio \
gcc \
git \
make \

View File

@ -138,8 +138,8 @@ assets:
url: "https://github.com/kata-containers/kata-containers/tools/osbuilder"
architecture:
aarch64:
name: &default-initrd-name "alpine"
version: &default-initrd-version "3.13.5"
name: &default-initrd-name "ubuntu"
version: &default-initrd-version "20.04"
ppc64le:
name: *default-initrd-name
version: *default-initrd-version