CI: fix Fedora 34 VM

Fix issue 2361

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2021-07-14 16:37:42 +09:00
parent aada03d6c9
commit f451334257
2 changed files with 8 additions and 0 deletions

3
hack/ci/Vagrantfile vendored
View File

@@ -20,6 +20,9 @@ Vagrant.configure("2") do |config|
# Ensure network-related modules to be loaded
modprobe tap ip_tables iptable_nat ip6_tables ip6table_nat
# Workaround for https://github.com/containers/podman/issues/10928
dnf upgrade -y
# The moby-engine package included in Fedora lacks support for rootless,
# So we need to install docker-ce and docker-ce-rootless-extras from the upstream.
curl -fsSL https://get.docker.com | sh