We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e45bd commit 9a5b740Copy full SHA for 9a5b740
images/libvirt/Dockerfile.ci
@@ -6,8 +6,6 @@ FROM registry.ci.openshift.org/ocp/4.16:installer-terraform-providers as provide
6
7
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder
8
ARG TAGS="libvirt"
9
-RUN yum install -y libvirt-devel && \
10
- yum clean all && rm -rf /var/cache/yum/*
11
WORKDIR /go/src/github.com/openshift/installer
12
COPY . .
13
COPY --from=providers /go/src/github.com/openshift/installer/terraform/bin/ terraform/bin/
0 commit comments