From 3f9869f285323bf51d7b26acde4c0b7777fd0805 Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Wed, 22 Mar 2023 13:28:48 +0100 Subject: [PATCH] update to container v19 There should be no changes required in the crates. The only difference is in the libgpio library, as we're using a release and not a certain commit on the main branch. This is the first container built with the automation, and in the process we had to do some significant cleanup to remove things that were not needed. Hopefully this will not trigger any errors in the CIs. Signed-off-by: Andreea Florescu --- .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 e6fa366..4c4dbcd 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 = "v18" +CONTAINER_VERSION = "v19" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"