mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
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:
committed by
Laura Loghin
parent
ce13bfb1ef
commit
7f22582590
@@ -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"
|
||||
|
||||
|
||||
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user