Skip to content

Commit

Permalink
Updating ose-libvirt-machine-controllers builder & base images to be …
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jan 11, 2021
1 parent b57e18b commit 6e39149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel7
@@ -1,11 +1,11 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 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.6:base
FROM registry.svc.ci.openshift.org/ocp/4.7:base
RUN INSTALL_PKGS=" \
libvirt-libs openssh-clients genisoimage \
" && \
Expand Down

0 comments on commit 6e39149

Please sign in to comment.