From 3644e7d2a7bd9d9e6d15db2ddf15231025f3ce0d Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 18 Oct 2023 13:05:54 +0000 Subject: [PATCH] Updating sriov-network-device-plugin-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/e4b45fdc4904e6e0d11b4b708ae846237a96d8e2/images/sriov-network-device-plugin.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 844f0d26a..7096df34e 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.20-openshift-4.14 + tag: rhel-9-release-golang-1.20-openshift-4.15 diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 200a63066..569e2b8a9 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder COPY . /usr/src/sriov-network-device-plugin @@ -9,7 +9,7 @@ ENV HTTPS_PROXY $https_proxy RUN make clean && \ make build -FROM registry.ci.openshift.org/ocp/4.14:base +FROM registry.ci.openshift.org/ocp/4.15:base-rhel9 ENV INSTALL_PKGS "hwdata" RUN yum install -y $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \