mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
update docker plugin
We were using a rather outdated version. Moving to the latest available one. Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
committed by
Laura Loghin
parent
4cb208e71e
commit
e8c8fc32b0
@@ -62,7 +62,7 @@ from textwrap import dedent
|
||||
# for running the tests.
|
||||
CONTAINER_VERSION = "v16"
|
||||
# This represents the version of the Buildkite Docker plugin.
|
||||
DOCKER_PLUGIN_VERSION = "v3.8.0"
|
||||
DOCKER_PLUGIN_VERSION = "v5.3.0"
|
||||
|
||||
X86_AGENT_TAGS = os.getenv('X86_LINUX_AGENT_TAGS')
|
||||
AARCH64_AGENT_TAGS = os.getenv('AARCH64_LINUX_AGENT_TAGS')
|
||||
|
||||
Reference in New Issue
Block a user