From 55ee075f855fd62c3aa36d3fc62e74a95b5b74b4 Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Fri, 6 Sep 2024 16:11:00 +0800 Subject: [PATCH] update container version to v45 This version includes a fix [1] on network problem of riscv64 QEMU VM. [1] rust-vmm/rust-vmm-container#116 Signed-off-by: Ruoqing He --- .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 f1e0114..09c0c5f 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 = "v44" +CONTAINER_VERSION = "v45" # 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