Skip to content

Commit fd97fa6

Browse files
tmshortci-robot
authored andcommitted
UPSTREAM: <carry>: Update dockerfiles to use golang-1.26-release-4.23 builders
Signed-off-by: Todd Short <tshort@redhat.com>
1 parent 3d1c433 commit fd97fa6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.25-openshift-4.22
4+
tag: rhel-9-release-golang-1.26-openshift-4.23

openshift/catalogd.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.25-openshift-4.22 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-4.23 AS builder
22

33
ARG SOURCE_GIT_COMMIT
44
ENV GIT_COMMIT=${SOURCE_GIT_COMMIT}

openshift/operator-controller.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.25-openshift-4.22 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-4.23 AS builder
22

33
ARG SOURCE_GIT_COMMIT
44
ENV GIT_COMMIT=${SOURCE_GIT_COMMIT}

0 commit comments

Comments
 (0)