chore: Update container version to gaf9029e

`libc-bin` is broken in previous images which causes problem in
rust-vmm/vhost-device#820.

We ended up upgrading to ubuntu 24:04 to address this.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He
2025-03-04 18:57:50 +08:00
committed by Patrick Roy
parent 2d733b05f0
commit f65383cd31

View File

@@ -60,7 +60,7 @@ from textwrap import dedent
# This represents the version of the rust-vmm-container used
# for running the tests.
CONTAINER_VERSION = "g538dba3"
CONTAINER_VERSION = "gaf9029e"
# The suffix suggests that the dev image with `v{N}-riscv` tag is not to be
# confused with real `riscv64` image (it's actually a `x86_64` image with
# `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines