From 659de9e3a1c2fb91602938977857a0c03f70a090 Mon Sep 17 00:00:00 2001 From: Wenyu Huang Date: Mon, 28 Jul 2025 04:09:48 +0800 Subject: [PATCH] Update container version to g260df6e with lsof installed Signed-off-by: Wenyu Huang --- .buildkite/autogenerate_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/autogenerate_pipeline.py b/.buildkite/autogenerate_pipeline.py index fc55c03..bdae554 100755 --- a/.buildkite/autogenerate_pipeline.py +++ b/.buildkite/autogenerate_pipeline.py @@ -60,7 +60,7 @@ from textwrap import dedent # This represents the version of the rust-vmm-container used # for running the tests. -CONTAINER_VERSION = "gd59baa3" +CONTAINER_VERSION = "g260df6e" # 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