Skip to content

Commit 9ee73bd

Browse files
committed
MULTIARCH-4111 - Updating CI image to include qemu-utils
In an effort to convert the libvirt IPI workflows to UPI, I will be using qemu-img to increase the size of a qemu used for cluster node creation.
1 parent 5d5fe31 commit 9ee73bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/libvirt/Dockerfile.ci

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ RUN yum update -y && \
2727
libvirt-libs \
2828
nss_wrapper \
2929
openssh-clients \
30-
virt-install && \
30+
virt-install \
31+
qemu-kvm && \
3132
yum clean all && rm -rf /var/cache/yum/*
3233

3334
COPY --from=yq3 /yq /bin/yq-go

0 commit comments

Comments
 (0)