File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 as build
1+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.20 as build
22
33LABEL stage=build
44
Original file line number Diff line number Diff line change 1- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 as build
1+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.20 as build
22LABEL stage=build
33
44# Silence go compliance shim output
Original file line number Diff line number Diff line change 33# building the operator from the PR source without using the operator-sdk.
44
55# build stage for building binaries
6- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 as build
6+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.20 as build
77LABEL stage=build
88WORKDIR /build/
99
@@ -133,7 +133,7 @@ RUN make build-daemon
133133#│ └── windows-exporter-webconfig.yaml
134134#└── windows-instance-config-daemon.exe
135135
136- FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.23-openshift-4.19
136+ FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.23-openshift-4.20
137137LABEL stage=operator
138138
139139WORKDIR /payload/
Original file line number Diff line number Diff line change 1- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 as build
1+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.20 as build
22LABEL stage=build
33
44# Silence go compliance shim output
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ LABEL com.redhat.delivery.operator.bundle=true
1515
1616# This second label tells the pipeline which versions of OpenShift the operator supports.
1717# This is used to control which index images should include this operator.
18- LABEL com.redhat.openshift.versions="=v4.19 "
18+ LABEL com.redhat.openshift.versions="=v4.20 "
1919
2020# This third label tells the pipeline that this operator should *also* be supported on OCP 4.4 and
2121# earlier. It is used to control whether or not the pipeline should attempt to automatically
You can’t perform that action at this time.
0 commit comments