update container version to v38

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#110

Signed-off-by: Dorinda Bassey <dbassey@redhat.com>
This commit is contained in:
Dorinda Bassey
2024-08-09 14:11:45 +02:00
committed by ShadowCurse
parent cec97d9e6c
commit 5e818dc729

View File

@@ -60,7 +60,7 @@ from textwrap import dedent
# This represents the version of the rust-vmm-container used # This represents the version of the rust-vmm-container used
# for running the tests. # for running the tests.
CONTAINER_VERSION = "v37" CONTAINER_VERSION = "v38"
# This represents the version of the Buildkite Docker plugin. # This represents the version of the Buildkite Docker plugin.
DOCKER_PLUGIN_VERSION = "v5.3.0" DOCKER_PLUGIN_VERSION = "v5.3.0"