Skip to content

Commit 1ae36e6

Browse files
committed
Prepares for 4.20 release
1 parent 624ab23 commit 1ae36e6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
LABEL stage=build
44

build/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
LABEL stage=build
33

44
# Silence go compliance shim output

build/Dockerfile.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
77
LABEL stage=build
88
WORKDIR /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
137137
LABEL stage=operator
138138

139139
WORKDIR /payload/

build/Dockerfile.wmco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
LABEL stage=build
33

44
# Silence go compliance shim output

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)