File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : rhel-8 -release-golang-1.21-openshift-4.16
4+ tag : rhel-9 -release-golang-1.21-openshift-4.16
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/operator-framework/operator-controller
22
33go 1.21
44
5- toolchain go1.21.0
5+ toolchain go1.21.7
66
77require (
88 github.com/Masterminds/semver/v3 v3.2.1
Original file line number Diff line number Diff line change 1- FROM registry.ci.openshift.org/ocp/builder:rhel-8 -golang-1.21-openshift-4.16 AS builder
1+ FROM registry.ci.openshift.org/ocp/builder:rhel-9 -golang-1.21-openshift-4.16 AS builder
22WORKDIR /build
33COPY . .
44RUN make go-build-local
55
6- FROM registry.ci.openshift.org/ocp/4.16:base
6+ FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
77USER 1001
88COPY --from=builder /build/bin/manager /manager
99COPY openshift/manifests /openshift/manifests
You can’t perform that action at this time.
0 commit comments