diff --git a/.ci-operator.yaml b/.ci-operator.yaml index e307e5af..284a9100 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.24-openshift-4.21 + tag: rhel-9-release-golang-1.24-openshift-4.22 diff --git a/Containerfile-exporter b/Containerfile-exporter index 26047258..f8e0f03d 100644 --- a/Containerfile-exporter +++ b/Containerfile-exporter @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS go-builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS go-builder WORKDIR /workspace/exporter COPY exporter . @@ -6,7 +6,7 @@ ARG GO_LDFLAGS="" ENV GOEXPERIMENT=strictfipsruntime RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on make build -FROM registry.ci.openshift.org/ocp/4.21:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 COPY --from=go-builder /workspace/exporter/bin/exporter / ENTRYPOINT [ "/exporter" ] \ No newline at end of file