From f9e22d53d8e4e66489ba37c5aaeb69e453a8795e Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 1 Apr 2021 15:17:57 +0000 Subject: [PATCH] Updating sriov-network-webhook images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/0c10ae924af72f1c759cf8b24b50de94c02e6268/images/sriov-network-webhook.yml --- Dockerfile.webhook.rhel7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.webhook.rhel7 b/Dockerfile.webhook.rhel7 index 19ecbb5d73..fa9e9545da 100644 --- a/Dockerfile.webhook.rhel7 +++ b/Dockerfile.webhook.rhel7 @@ -1,9 +1,9 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator COPY . . RUN make _build-webhook BIN_PATH=build/_output/cmd -FROM registry.svc.ci.openshift.org/ocp/4.7:base +FROM registry.ci.openshift.org/ocp/4.8:base LABEL io.k8s.display-name="OpenShift sriov-network-webhook" \ io.k8s.description="This is an admission controller webhook that mutates and validates customer resources of sriov network operator." \ io.openshift.tags="openshift,networking,sr-iov" \