From 6cdd33225a535d85e9e34f37a450d3b1fc1206fa Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 4 Jan 2022 10:42:08 +0000 Subject: [PATCH] Updating ose-cluster-authentication-operator images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4e4f704f2858885a8d4cf4860bb2233478374508/images/ose-cluster-authentication-operator.yml --- Dockerfile.rhel7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index adacb7c537..1c19897924 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,10 +1,10 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder WORKDIR /go/src/github.com/openshift/cluster-authentication-operator COPY . . ENV GO_PACKAGE github.com/openshift/cluster-authentication-operator RUN go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe --long --tags --abbrev=7 --match 'v[0-9]*')" -tags="ocp" -o authentication-operator ./cmd/authentication-operator -FROM registry.ci.openshift.org/ocp/4.8:base +FROM registry.ci.openshift.org/ocp/4.9:base COPY --from=builder /go/src/github.com/openshift/cluster-authentication-operator/authentication-operator /usr/bin/ COPY manifests /manifests COPY vendor/github.com/openshift/api/operator/v1/0000_50_cluster-authentication-operator_01_config.crd.yaml /manifests/01_config.crd.yaml