From 52d4368b0999efef9c89e50d12916944a6b95368 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Thu, 29 Aug 2024 00:08:36 +0200 Subject: [PATCH] OCPBUGS-41683: Use RHEL9 as baseimage and build root image --- .ci-operator.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 393a82639..1e59c02c2 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.22-openshift-4.17 + tag: rhel-9-release-golang-1.22-openshift-4.17 diff --git a/Dockerfile b/Dockerfile index 9cdd396f3..fdc0b6de3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN make build-operator # Use minimal base image to package the manager binary -FROM registry.access.redhat.com/ubi8/ubi-micro:latest +FROM registry.access.redhat.com/ubi9/ubi-micro:latest WORKDIR / COPY --from=builder /opt/app-root/src/bin/external-dns-operator .