mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-17 00:43:36 +00:00
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 <xynnn@linux.alibaba.com>
This commit is contained in:
parent
0b3a8c0355
commit
e0b4cd2dba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user