diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index baaa7372a..9ac86e85c 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,9 +1,9 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder WORKDIR /go/src/github.com/openshift/sriov-network-operator COPY . . RUN make _build-manager BIN_PATH=build/_output/cmd -FROM registry.svc.ci.openshift.org/ocp/4.6:base +FROM registry.svc.ci.openshift.org/ocp/4.7:base LABEL io.k8s.display-name="OpenShift sriov-network-operator" \ io.k8s.description="This is the component that manange and config sriov component in Openshift cluster" \ io.openshift.tags="openshift,networking,sr-iov" \