From 1f5d329419649aae9b6ab6bc92e8b57fc734d37f Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Mon, 13 Nov 2023 18:04:05 +0100 Subject: [PATCH] Update container version to v29 The new version reduces the size of the container by removing unneeded pipewire dependencies and adds dbus. This is needed to test vhost-device-sound. Signed-off-by: Stefano Garzarella --- .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 c9eeb89..fae7db1 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 = "v28" +CONTAINER_VERSION = "v29" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"