Skip to content

Commit 0719ae2

Browse files
[build] Use golang builder image 1.24 and 4.20
1 parent 21a0318 commit 0719ae2

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
build_root_image:
33
namespace: openshift
44
name: release
5-
tag: rhel-9-release-golang-1.23-openshift-4.19
5+
tag: rhel-9-release-golang-1.24-openshift-4.20

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as build
1+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as build
22

33
LABEL stage=build
44

Containerfile.bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as image-replacer
1+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as image-replacer
22
COPY bundle/manifests /manifests
33
RUN sed -i "s|REPLACE_IMAGE|registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:4c48ebe5038e2e91d62d1991142339e13ea08e28438b35e39607303934c1036b|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml
44
RUN sed -i "s|REPLACE_DATE|$(date "+%Y-%m-%dT%H:%M:%SZ")|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml

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.20 as build
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-penshift-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.20 as build
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-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.20 as build
6+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-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.20
136+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-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.20 as build
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 as build
22
LABEL stage=build
33

44
# Silence go compliance shim output

0 commit comments

Comments
 (0)