From ae41f9352c1ef69e5128f4417ef935cb494f3f39 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 11 Apr 2023 20:13:32 +0000 Subject: [PATCH] Updating ose-libvirt-machine-controllers images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/3a8d820cd17bff9be0ba278d2ef97538f97cbe92/images/ose-libvirt-machine-controllers.yml --- .ci-operator.yaml | 2 +- Dockerfile.rhel7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index a4eb6d965..b14fb3fdf 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.18-openshift-4.12 + tag: rhel-8-release-golang-1.19-openshift-4.12 diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 9f7cf1a61..da7ac0e40 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder RUN yum install -y libvirt-devel WORKDIR /go/src/github.com/openshift/cluster-api-provider-libvirt