From 0b9e2e28bab69dc399b5867510cd6a0e9188e57a Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Thu, 19 Oct 2023 14:53:29 +0200 Subject: [PATCH] Update container version to v28 This new version contains alsa and pipewire libraries to build vhost-device-sound audio backends. 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 89077ad..c9eeb89 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 = "v26" +CONTAINER_VERSION = "v28" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"