Skip to content

Commit

Permalink
update container version to v13
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
andreeaflorescu authored and lauralt committed Sep 24, 2021
1 parent ce13bfb commit 7f22582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildkite/autogenerate_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -253,7 +253,7 @@ steps:
platform: arm.metal
plugins:
- docker#v3.8.0:
image: rustvmm/dev:v12
image: rustvmm/dev:v13
always-pull: true
```

Expand Down Expand Up @@ -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} \
Expand Down

0 comments on commit 7f22582

Please sign in to comment.