Skip to content

Commit 1e4d8ce

Browse files
committed
TEMPORARY: Use custom builder image with golang-1.25
1 parent ca558f6 commit 1e4d8ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci-operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
2-
name: release
3-
namespace: openshift
4-
tag: rhel-9-release-golang-1.24-openshift-4.21
2+
name: openshift-build
3+
namespace: jasee
4+
tag: rhel-9-golang-1.25

Dockerfile.ocp

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.24-openshift-4.21 AS builder
1+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS builder
22
WORKDIR /go/src/github.com/openshift/api
33
COPY . .
44
ENV GO_PACKAGE github.com/openshift/api

0 commit comments

Comments
 (0)