diff --git a/.buildkite/autogenerate_pipeline.py b/.buildkite/autogenerate_pipeline.py index 9562532..733b8c1 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 = "v12" +CONTAINER_VERSION = "v13" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v3.8.0" diff --git a/README.md b/README.md index 9631cb0..43e2395 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ steps: platform: x86_64.metal plugins: - docker#v3.8.0: - image: rustvmm/dev:v12 + image: rustvmm/dev:v13 always-pull: true timeout_in_minutes: 5 ``` @@ -253,7 +253,7 @@ steps: platform: arm.metal plugins: - docker#v3.8.0: - image: rustvmm/dev:v12 + image: rustvmm/dev:v13 always-pull: true ``` @@ -312,7 +312,7 @@ that autogenerates the pipeline. For example: ```bash cd ~/vm-superio CRATE="vm-superio" -LATEST=12 +LATEST=13 docker run -it \ --security-opt seccomp=unconfined \ --volume $(pwd):/${CRATE} \