diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 7cd14bfe..7096df34 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.20-openshift-4.15 + tag: rhel-9-release-golang-1.20-openshift-4.15 diff --git a/Dockerfile.ocp b/Dockerfile.ocp index 6df22f8c..000709d4 100644 --- a/Dockerfile.ocp +++ b/Dockerfile.ocp @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder COPY . /go/src/github.com/kubernetes-sigs/prometheus-adapter @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/kubernetes-sigs/prometheus-adapter RUN make RUN mv /go/src/github.com/kubernetes-sigs/prometheus-adapter/adapter /usr/bin/adapter -FROM registry.ci.openshift.org/ocp/4.15:base +FROM registry.ci.openshift.org/ocp/4.15:base-rhel9 COPY --from=builder /usr/bin/adapter /usr/bin/adapter