From a10e08369e657febc12631b813d5effe91cd34c9 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 5 Jul 2022 21:39:50 +0000 Subject: [PATCH] Updating sriov-network-operator images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/2e5eba0108299087402c119ba0dc979a0a6c0bd1/images/sriov-network-operator.yml --- .ci-operator.yaml | 2 +- Dockerfile.rhel7 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 46d8010b6..a4eb6d965 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.17-openshift-4.11 + tag: rhel-8-release-golang-1.18-openshift-4.12 diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index b565fb842..2d10c13d2 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,9 +1,9 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator COPY . . RUN make _build-manager BIN_PATH=build/_output/cmd -FROM registry.ci.openshift.org/ocp/4.11:base +FROM registry.ci.openshift.org/ocp/4.12: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" \