Skip to content

Commit ebf7fad

Browse files
committed
bump(k8s): update builder images
Signed-off-by: jubittajohn <jujohn@redhat.com>
1 parent 605e8f2 commit ebf7fad

2 files changed

Lines changed: 2 additions & 2 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-5.0

test/library/encryption/kms/k8s-mock-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UPSTREAM_IMAGE=k8s-mock-kms-plugin-upstream
22

3-
FROM golang:1.25 AS builder
3+
FROM golang:1.26 AS builder
44
WORKDIR /workspace
55
COPY . .
66
ARG TARGETARCH

0 commit comments

Comments
 (0)