diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 2abb828f21..861496b841 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,3 +1,7 @@ +build_root_image: + name: release + namespace: openshift + tag: rhel-8-release-golang-1.17-openshift-4.11 project_image: context_dir: . dockerfile_path: base.Dockerfile diff --git a/operator-lifecycle-manager.Dockerfile b/operator-lifecycle-manager.Dockerfile index 56bb16c4cb..afc8c96da1 100644 --- a/operator-lifecycle-manager.Dockerfile +++ b/operator-lifecycle-manager.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder ENV GO111MODULE auto ENV GOPATH /go @@ -14,7 +14,7 @@ RUN mkdir -p .git/objects COPY . . RUN make build/olm bin/cpb -FROM registry.ci.openshift.org/ocp/4.10:base +FROM registry.ci.openshift.org/ocp/4.11:base ADD manifests/ /manifests LABEL io.openshift.release.operator=true