update container version to v13

In the new container version we're using ubuntu 20.04 as the base image
instead of ubuntu 18.04.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
Andreea Florescu
2021-09-23 16:51:00 +03:00
committed by Laura Loghin
parent ce13bfb1ef
commit 7f22582590
2 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ from textwrap import dedent
# 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"

View File

@@ -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} \