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 .