diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index bae3d998c..bbc2d72dd 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,4 +1,4 @@ -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 ADD . /usr/src/sriov-network-device-plugin @@ -9,7 +9,7 @@ ENV HTTPS_PROXY $https_proxy RUN make clean && \ make build -FROM registry.svc.ci.openshift.org/ocp/4.0:base +FROM registry.svc.ci.openshift.org/ocp/4.6:base ENV INSTALL_PKGS "hwdata" RUN yum install -y $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \