From 72ebeb393cf0843fef7b2b543058883095780797 Mon Sep 17 00:00:00 2001 From: Egor Lazarchuk Date: Mon, 8 Jan 2024 10:41:25 +0000 Subject: [PATCH] update container version to v34 This version adds fixes needed for musl-tools package to properly find linux headers. More info in https://github.com/rust-vmm/rust-vmm-container/pull/99 and https://github.com/rust-vmm/rust-vmm-container/pull/100 Signed-off-by: Egor Lazarchuk --- .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 bf2f9cc..5c353c6 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 = "v32" +CONTAINER_VERSION = "v34" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"