From 1b62f73da94977cd4a4fc15584daf16ffe354669 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 6 Dec 2024 01:58:22 +0000 Subject: [PATCH] Updating kube-compare-artifacts-container image to be consistent with ART for 4.19 Reconciling with https://github.com/openshift/ocp-build-data/tree/a39508c86497b4e5e463d7b2c78e51e577be9e7d/images/kube-compare-artifacts.yml --- .ci-operator.yaml | 2 +- Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 64887a08..7c15f83e 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-9-release-golang-1.22-openshift-4.18 + tag: rhel-9-release-golang-1.23-openshift-4.19 diff --git a/Dockerfile b/Dockerfile index 2e40a71f..f7d79aae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,16 @@ # This Dockerfile builds an image containing the Mac and Windows version of kube-compare # layered on top of the Linux cli image. -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.18 AS builder-rhel-8 +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.23-openshift-4.19 AS builder-rhel-8 WORKDIR /go/src/github.com/openshift/kube-compare COPY . . RUN make cross-build --warn-undefined-variables -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder-rhel-9 +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder-rhel-9 WORKDIR /go/src/github.com/openshift/kube-compare COPY . . RUN make cross-build --warn-undefined-variables -FROM registry.ci.openshift.org/ocp/4.18:cli AS final-builder +FROM registry.ci.openshift.org/ocp/4.19:cli AS final-builder COPY --from=builder-rhel-9 /go/src/github.com/openshift/kube-compare/_output/bin/ /usr/share/openshift/