From 36f8f6d59a07abcafc6ec7906d4ed19d23f21458 Mon Sep 17 00:00:00 2001 From: OpenShift Bot Date: Sat, 1 Oct 2022 18:08:27 +0200 Subject: [PATCH] Updating multus-networkpolicy images to be consistent with ART (#19) Reconciling with https://github.com/openshift/ocp-build-data/tree/b44f15ec9e84d1831eac81f8c757b3bed985dbeb/images/multus-networkpolicy.yml Co-authored-by: AOS Automation Release Team --- .ci-operator.yaml | 2 +- Dockerfile.openshift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index a4eb6d96..b14fb3fd 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.openshift b/Dockerfile.openshift index 90f83133..cabf8aed 100644 --- a/Dockerfile.openshift +++ b/Dockerfile.openshift @@ -1,5 +1,5 @@ # This dockerfile is specific to building Multus for OpenShift -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS build +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS build # Add everything ADD . /usr/src/multi-networkpolicy-iptables