From cec97d9e6c578949d40226b8b85fa4ad3142e31f Mon Sep 17 00:00:00 2001 From: Dorinda Bassey Date: Mon, 5 Aug 2024 08:55:09 +0200 Subject: [PATCH] update container version to v37 This version includes vhost-device-gpu dependencies which is required for vhost-device-gpu crate more info about the crate can be found here: rust-vmm/vhost-device#668 link to the PR that adds these dependencies where the tag is generated can be found here: rust-vmm/rust-vmm-container#107 Signed-off-by: Dorinda Bassey --- .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 51b820f..f45b43d 100755 --- a/.buildkite/autogenerate_pipeline.py +++ b/.buildkite/autogenerate_pipeline.py @@ -60,7 +60,7 @@ # This represents the version of the rust-vmm-container used # for running the tests. -CONTAINER_VERSION = "v35" +CONTAINER_VERSION = "v37" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"