From e0b4cd2dba55cd2f15c5a2f759cdcb1dc12a2c8d Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Wed, 11 Jun 2025 17:44:17 +0800 Subject: [PATCH] initrd/image: update x86_64 base to ubuntu 24.04 The Multistrap issue has been fixed in noble thus we can use the LTS. Also, this will fix the error reported by CDH ``` /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found ``` Signed-off-by: Xynnn007 --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 3666d3d066..a2a150703e 100644 --- a/versions.yaml +++ b/versions.yaml @@ -143,7 +143,7 @@ assets: version: "jammy" # 22.04 lTS confidential: name: "ubuntu" - version: "oracular" # 24.10 + version: "noble" # 24.04 LTS mariner: name: "cbl-mariner" version: "3.0" @@ -185,7 +185,7 @@ assets: version: "3.18" confidential: name: "ubuntu" - version: "jammy" # 22.04 LTS + version: "noble" # 24.04 LTS nvidia-gpu: name: "ubuntu" version: "jammy" # 22.04 LTS