Skip to content

Commit

Permalink
chore: Update container version to g82bd1a3
Browse files Browse the repository at this point in the history
We are missing `rsync` for `seccompiler`. And after bumping to
ubuntu:24.04, some dependencies required by `vhost-devices` could be
installed from ubuntu sources, so @stefano-garzarella reworked the
preparation of `vhost-devices` dependencies in
rust-vmm/rust-vmm-container#128.

Update to g82bd1a3 dev image to apply the changes.

Signed-off-by: Ruoqing He <[email protected]>
  • Loading branch information
RuoqingHe authored and stefano-garzarella committed Mar 7, 2025
1 parent f65383c commit 8ae03e5
Showing 1 changed file with 1 addition and 1 deletion.
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 = "gaf9029e"
CONTAINER_VERSION = "g82bd1a3"
# The suffix suggests that the dev image with `v{N}-riscv` tag is not to be
# confused with real `riscv64` image (it's actually a `x86_64` image with
# `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines
Expand Down

0 comments on commit 8ae03e5

Please sign in to comment.