diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index adb5fed16..50b01d8d3 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,11 +1,11 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.13 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder RUN yum install -y libvirt-devel WORKDIR /go/src/github.com/openshift/cluster-api-provider-libvirt COPY . . RUN go build -o machine-controller-manager ./cmd/manager -FROM registry.svc.ci.openshift.org/ocp/4.0:base +FROM registry.svc.ci.openshift.org/ocp/4.6:base RUN INSTALL_PKGS=" \ libvirt-libs openssh-clients genisoimage \ " && \