From dba95ec7bf290a0113b1cc32792a1dd81bf00879 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 29 Jan 2022 09:59:01 +0000 Subject: [PATCH] Updating egress-router-cni images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/8b29d6172feb9639fd97651bfeeb7f5e6edf1dbe/images/egress-router-cni.yml --- Dockerfile.rhel8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhel8 b/Dockerfile.rhel8 index c3ac6340..923783e1 100644 --- a/Dockerfile.rhel8 +++ b/Dockerfile.rhel8 @@ -1,11 +1,11 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS rhel8 +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS rhel8 ADD . /go/src/github.com/openshift/egress-router-cni WORKDIR /go/src/github.com/openshift/egress-router-cni ENV GO111MODULE=on ENV VERSION=rhel8 COMMIT=unset RUN go build -mod vendor -o bin/egress-router cmd/egress-router/egress-router.go -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS rhel7 +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS rhel7 ADD . /go/src/github.com/openshift/egress-router-cni WORKDIR /go/src/github.com/openshift/egress-router-cni ENV GO111MODULE=on