Skip to content

Commit de39ef7

Browse files
committed
MULTIARCH-4111 Update the CI image with virt-install
Multiarch CI jobs in 4.16 and onward are moving to a UPI deployment strategy. `virt-install` is needed in the CI image to allow us to stand up the libvirt VMs for the cluster nodes.
1 parent 3473f59 commit de39ef7

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
@@ -25,7 +25,8 @@ RUN yum update -y && \
2525
libvirt-client \
2626
libvirt-libs \
2727
nss_wrapper \
28-
openssh-clients && \
28+
openssh-clients \
29+
virt-install && \
2930
yum clean all && rm -rf /var/cache/yum/*
3031

3132
ARG YQ_URI=https://github.com/mikefarah/yq/releases/download/3.3.0/yq_linux_amd64

0 commit comments

Comments
 (0)