From 7434dd35aea74e915ccc56a73d60bac914c94e1f Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Fri, 25 Sep 2026 07:50:22 +0000 Subject: [PATCH 1/2] Generate dockerfiles with "make generate-release" --- openshift/ci-operator/build-image/Dockerfile | 2 +- .../apiserver_receive_adapter/Dockerfile | 2 +- .../knative-images/appender/Dockerfile | 2 +- .../knative-images/auth_proxy/Dockerfile | 2 +- .../channel_controller/Dockerfile | 2 +- .../channel_dispatcher/Dockerfile | 2 +- .../knative-images/controller/Dockerfile | 2 +- .../knative-images/event_display/Dockerfile | 2 +- .../knative-images/filter/Dockerfile | 2 +- .../knative-images/heartbeats/Dockerfile | 2 +- .../heartbeats_receiver/Dockerfile | 2 +- .../knative-images/ingress/Dockerfile | 2 +- .../knative-images/jobsink/Dockerfile | 2 +- .../knative-images/migrate/Dockerfile | 2 +- .../knative-images/mqttsource/Dockerfile | 2 +- .../mtchannel_broker/Dockerfile | 2 +- .../knative-images/mtping/Dockerfile | 2 +- .../knative-images/pong/Dockerfile | 2 +- .../knative-images/requestreply/Dockerfile | 2 +- .../knative-images/schema/Dockerfile | 2 +- .../knative-images/webhook/Dockerfile | 2 +- .../knative-images/websocketsource/Dockerfile | 2 +- .../event-sender/Dockerfile | 2 +- .../knative-test-images/eventshub/Dockerfile | 2 +- .../knative-test-images/print/Dockerfile | 2 +- .../recordevents/Dockerfile | 2 +- .../request-sender/Dockerfile | 2 +- .../wathola-fetcher/Dockerfile | 2 +- .../wathola-forwarder/Dockerfile | 2 +- .../wathola-receiver/Dockerfile | 2 +- .../wathola-sender/Dockerfile | 2 +- rpms.lock.yaml | 216 +++++++++--------- 32 files changed, 139 insertions(+), 139 deletions(-) diff --git a/openshift/ci-operator/build-image/Dockerfile b/openshift/ci-operator/build-image/Dockerfile index 54684da50bf..24aafa3313f 100755 --- a/openshift/ci-operator/build-image/Dockerfile +++ b/openshift/ci-operator/build-image/Dockerfile @@ -3,7 +3,7 @@ FROM registry.ci.openshift.org/ocp/4.19:cli-artifacts as tools # Dockerfile to bootstrap build and test in openshift-ci -FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 as builder +FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 as builder ARG TARGETARCH diff --git a/openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile b/openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile index a3058831e93..961fbd792f1 100755 --- a/openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile +++ b/openshift/ci-operator/knative-images/apiserver_receive_adapter/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/apiserver_receive_adapter. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/appender/Dockerfile b/openshift/ci-operator/knative-images/appender/Dockerfile index 3a85d6aee1f..4ac4b808f88 100755 --- a/openshift/ci-operator/knative-images/appender/Dockerfile +++ b/openshift/ci-operator/knative-images/appender/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/appender. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/auth_proxy/Dockerfile b/openshift/ci-operator/knative-images/auth_proxy/Dockerfile index a2651d631ad..c75547ec8f6 100755 --- a/openshift/ci-operator/knative-images/auth_proxy/Dockerfile +++ b/openshift/ci-operator/knative-images/auth_proxy/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/auth_proxy. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/channel_controller/Dockerfile b/openshift/ci-operator/knative-images/channel_controller/Dockerfile index ee318c9fd7d..0cba8a6d90e 100755 --- a/openshift/ci-operator/knative-images/channel_controller/Dockerfile +++ b/openshift/ci-operator/knative-images/channel_controller/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/in_memory/channel_controller. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile b/openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile index 4391001ad41..e70c2d87eac 100755 --- a/openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile +++ b/openshift/ci-operator/knative-images/channel_dispatcher/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/in_memory/channel_dispatcher. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/controller/Dockerfile b/openshift/ci-operator/knative-images/controller/Dockerfile index 0af97ea020a..568b3127036 100755 --- a/openshift/ci-operator/knative-images/controller/Dockerfile +++ b/openshift/ci-operator/knative-images/controller/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/controller. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/event_display/Dockerfile b/openshift/ci-operator/knative-images/event_display/Dockerfile index cd0ae45a3d1..9653108dddd 100755 --- a/openshift/ci-operator/knative-images/event_display/Dockerfile +++ b/openshift/ci-operator/knative-images/event_display/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/event_display. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/filter/Dockerfile b/openshift/ci-operator/knative-images/filter/Dockerfile index 7093898c956..e1ac6cd8247 100755 --- a/openshift/ci-operator/knative-images/filter/Dockerfile +++ b/openshift/ci-operator/knative-images/filter/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/broker/filter. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/heartbeats/Dockerfile b/openshift/ci-operator/knative-images/heartbeats/Dockerfile index 87cba8a1335..d3b1828b67d 100755 --- a/openshift/ci-operator/knative-images/heartbeats/Dockerfile +++ b/openshift/ci-operator/knative-images/heartbeats/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/heartbeats. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile b/openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile index d93203305da..f067eacca60 100755 --- a/openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile +++ b/openshift/ci-operator/knative-images/heartbeats_receiver/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/heartbeats_receiver. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/ingress/Dockerfile b/openshift/ci-operator/knative-images/ingress/Dockerfile index 4e6e92c2b39..26bacb2d84d 100755 --- a/openshift/ci-operator/knative-images/ingress/Dockerfile +++ b/openshift/ci-operator/knative-images/ingress/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/broker/ingress. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/jobsink/Dockerfile b/openshift/ci-operator/knative-images/jobsink/Dockerfile index 64c927de5e3..9b4578939c6 100755 --- a/openshift/ci-operator/knative-images/jobsink/Dockerfile +++ b/openshift/ci-operator/knative-images/jobsink/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/jobsink. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/migrate/Dockerfile b/openshift/ci-operator/knative-images/migrate/Dockerfile index 2dd2746fb6b..2b18c7070b9 100755 --- a/openshift/ci-operator/knative-images/migrate/Dockerfile +++ b/openshift/ci-operator/knative-images/migrate/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for vendor/knative.dev/pkg/apiextensions/storageversion/cmd/migrate. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/mqttsource/Dockerfile b/openshift/ci-operator/knative-images/mqttsource/Dockerfile index a8977afcfbd..6a7db60510e 100755 --- a/openshift/ci-operator/knative-images/mqttsource/Dockerfile +++ b/openshift/ci-operator/knative-images/mqttsource/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/mqttsource. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile b/openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile index a35c09c80ca..bbc3b16830b 100755 --- a/openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile +++ b/openshift/ci-operator/knative-images/mtchannel_broker/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/mtchannel_broker. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/mtping/Dockerfile b/openshift/ci-operator/knative-images/mtping/Dockerfile index 99f6d772b07..661c81af216 100755 --- a/openshift/ci-operator/knative-images/mtping/Dockerfile +++ b/openshift/ci-operator/knative-images/mtping/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/mtping. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/pong/Dockerfile b/openshift/ci-operator/knative-images/pong/Dockerfile index f3d53df4fce..43080f138ca 100755 --- a/openshift/ci-operator/knative-images/pong/Dockerfile +++ b/openshift/ci-operator/knative-images/pong/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/pong. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/requestreply/Dockerfile b/openshift/ci-operator/knative-images/requestreply/Dockerfile index c122085ab2f..69dd8aed218 100755 --- a/openshift/ci-operator/knative-images/requestreply/Dockerfile +++ b/openshift/ci-operator/knative-images/requestreply/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/requestreply. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/schema/Dockerfile b/openshift/ci-operator/knative-images/schema/Dockerfile index 2c0884ab040..049be30c3aa 100755 --- a/openshift/ci-operator/knative-images/schema/Dockerfile +++ b/openshift/ci-operator/knative-images/schema/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/schema. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/webhook/Dockerfile b/openshift/ci-operator/knative-images/webhook/Dockerfile index d6355dc06d3..17c74de17ad 100755 --- a/openshift/ci-operator/knative-images/webhook/Dockerfile +++ b/openshift/ci-operator/knative-images/webhook/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/webhook. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-images/websocketsource/Dockerfile b/openshift/ci-operator/knative-images/websocketsource/Dockerfile index 2205d6efc6c..bd0d4474486 100755 --- a/openshift/ci-operator/knative-images/websocketsource/Dockerfile +++ b/openshift/ci-operator/knative-images/websocketsource/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/websocketsource. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/event-sender/Dockerfile b/openshift/ci-operator/knative-test-images/event-sender/Dockerfile index c45b791127a..fef5377cb1d 100755 --- a/openshift/ci-operator/knative-test-images/event-sender/Dockerfile +++ b/openshift/ci-operator/knative-test-images/event-sender/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/event-sender. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/eventshub/Dockerfile b/openshift/ci-operator/knative-test-images/eventshub/Dockerfile index 02a686e871d..2f2a6639b76 100755 --- a/openshift/ci-operator/knative-test-images/eventshub/Dockerfile +++ b/openshift/ci-operator/knative-test-images/eventshub/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for vendor/knative.dev/reconciler-test/cmd/eventshub. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/print/Dockerfile b/openshift/ci-operator/knative-test-images/print/Dockerfile index 6a9ac19ee02..a903ae6119a 100755 --- a/openshift/ci-operator/knative-test-images/print/Dockerfile +++ b/openshift/ci-operator/knative-test-images/print/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/print. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/recordevents/Dockerfile b/openshift/ci-operator/knative-test-images/recordevents/Dockerfile index 4757a9625a6..5aae16e75df 100755 --- a/openshift/ci-operator/knative-test-images/recordevents/Dockerfile +++ b/openshift/ci-operator/knative-test-images/recordevents/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/recordevents. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/request-sender/Dockerfile b/openshift/ci-operator/knative-test-images/request-sender/Dockerfile index 7616fc6c399..7d160681d7b 100755 --- a/openshift/ci-operator/knative-test-images/request-sender/Dockerfile +++ b/openshift/ci-operator/knative-test-images/request-sender/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/request-sender. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile b/openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile index f2dfaedd6a8..0e278a8ae95 100755 --- a/openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile +++ b/openshift/ci-operator/knative-test-images/wathola-fetcher/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/wathola-fetcher. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile b/openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile index 0e2570f06ce..7e8c7e71e1e 100755 --- a/openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile +++ b/openshift/ci-operator/knative-test-images/wathola-forwarder/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/wathola-forwarder. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile b/openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile index 55edf9c1200..66d121bddd2 100755 --- a/openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile +++ b/openshift/ci-operator/knative-test-images/wathola-receiver/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/wathola-receiver. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile b/openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile index 96004b18b53..65f7c9b8fb5 100755 --- a/openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile +++ b/openshift/ci-operator/knative-test-images/wathola-sender/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/wathola-sender. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.25-openshift-4.21 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.26-openshift-4.23 ARG GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal FROM $GO_BUILDER as builder diff --git a/rpms.lock.yaml b/rpms.lock.yaml index 2819c815805..a4e5e0e1b55 100644 --- a/rpms.lock.yaml +++ b/rpms.lock.yaml @@ -11,27 +11,27 @@ arches: name: socat evr: 1.7.4.1-8.el9 sourcerpm: socat-1.7.4.1-8.el9.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.aarch64.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/r/rsync-3.2.7-1.el9_8.aarch64.rpm repoid: ubi-9-for-aarch64-baseos-rpms - size: 420142 - checksum: sha256:39ba71d3677854505524df265ed828c7e00f026ecfe83df6ba86c7586588cae7 + size: 466719 + checksum: sha256:77ba6761d7316c4842a350af8bb3da69941634f9253bcbbfeaa7f79237b78261 name: rsync - evr: 3.2.5-7.el9_8 - sourcerpm: rsync-3.2.5-7.el9_8.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/t/tar-1.34-11.el9.aarch64.rpm + evr: 3.2.7-1.el9_8 + sourcerpm: rsync-3.2.7-1.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/t/tar-1.34-13.el9_8.aarch64.rpm repoid: ubi-9-for-aarch64-baseos-rpms - size: 904777 - checksum: sha256:62f985a87e048caa3ef883966d6176448398abc42df00ebff07e7311ff5f425d + size: 909271 + checksum: sha256:ee4fa57c4bb87613f6fbd4b785a9e6162d43f046d1bbdd5022771652b931e9d0 name: tar - evr: 2:1.34-11.el9 - sourcerpm: tar-1.34-11.el9.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/t/tzdata-2026b-1.el9.noarch.rpm + evr: 2:1.34-13.el9_8 + sourcerpm: tar-1.34-13.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/t/tzdata-2026c-1.el9_8.noarch.rpm repoid: ubi-9-for-aarch64-baseos-rpms - size: 933841 - checksum: sha256:09908fa480ac8a56488cde728503cd47a01ed0b717ee00b4233d386784f62793 + size: 933286 + checksum: sha256:8d6196e02853c0900c3c2e2367665beffb62cb2d0ff5f465ea2d00848a9a35dc name: tzdata - evr: 2026b-1.el9 - sourcerpm: tzdata-2026b-1.el9.src.rpm + evr: 2026c-1.el9_8 + sourcerpm: tzdata-2026c-1.el9_8.src.rpm - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/u/unzip-6.0-60.el9.aarch64.rpm repoid: ubi-9-for-aarch64-baseos-rpms size: 182733 @@ -53,24 +53,24 @@ arches: checksum: sha256:4d83732bbf754e00d15133e15673230f41fbdae4a1cc27fba1cfb84744d0bf83 name: socat evr: 1.7.4.1-8.el9 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/r/rsync-3.2.7-1.el9_8.src.rpm repoid: ubi-9-for-aarch64-baseos-source-rpms - size: 1317820 - checksum: sha256:881675c5bba9391d19536569a133069ffe0dd132468a04b3ea52fb697ebf926f + size: 1594371 + checksum: sha256:f0ea5966a6b8652c2116d84d6cde915ffec6455104c3aa12f2017dc28dc4c022 name: rsync - evr: 3.2.5-7.el9_8 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/t/tar-1.34-11.el9.src.rpm + evr: 3.2.7-1.el9_8 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/t/tar-1.34-13.el9_8.src.rpm repoid: ubi-9-for-aarch64-baseos-source-rpms - size: 2294162 - checksum: sha256:13204f7499944b3fe773cbdf0b9bb2de31eaa9a4c69f31830fb9e54506bcb9b6 + size: 2312101 + checksum: sha256:15eeffee75eaef17e056cef4d5207825782a755db6dfd509a759e672ffd03b6c name: tar - evr: 2:1.34-11.el9 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/t/tzdata-2026b-1.el9.src.rpm + evr: 2:1.34-13.el9_8 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/t/tzdata-2026c-1.el9_8.src.rpm repoid: ubi-9-for-aarch64-baseos-source-rpms - size: 929993 - checksum: sha256:d549fc081c8cb2eec6c8273acfdd1b24023897c09fff24117fe2c2532d4bf085 + size: 933774 + checksum: sha256:4cc10832b19807c03a30bd9317fb37dc811d2f13c11b1ed35af8d2efa481622f name: tzdata - evr: 2026b-1.el9 + evr: 2026c-1.el9_8 - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/u/unzip-6.0-60.el9.src.rpm repoid: ubi-9-for-aarch64-baseos-source-rpms size: 1436236 @@ -93,27 +93,27 @@ arches: name: socat evr: 1.7.4.1-8.el9 sourcerpm: socat-1.7.4.1-8.el9.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.ppc64le.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/r/rsync-3.2.7-1.el9_8.ppc64le.rpm repoid: ubi-9-for-ppc64le-baseos-rpms - size: 453342 - checksum: sha256:0570a89b350ada78d86d87afa90b101a7dc9791e5868b6f33fba00727440cd74 + size: 504206 + checksum: sha256:648e155885558ac146bf39be88b3dbbf5452250872c8873a792ddfc608c7661d name: rsync - evr: 3.2.5-7.el9_8 - sourcerpm: rsync-3.2.5-7.el9_8.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/t/tar-1.34-11.el9.ppc64le.rpm + evr: 3.2.7-1.el9_8 + sourcerpm: rsync-3.2.7-1.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/t/tar-1.34-13.el9_8.ppc64le.rpm repoid: ubi-9-for-ppc64le-baseos-rpms - size: 945887 - checksum: sha256:cb2fe4ca6c89e1a9fff648629cc7b9b7f33a7853a8ae74c10baa1d5b731d2447 + size: 947907 + checksum: sha256:d1edfa14f40d3556861be567c693a18cf025f7d1a1e041142a8a7cae6f7b32f7 name: tar - evr: 2:1.34-11.el9 - sourcerpm: tar-1.34-11.el9.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/t/tzdata-2026b-1.el9.noarch.rpm + evr: 2:1.34-13.el9_8 + sourcerpm: tar-1.34-13.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/t/tzdata-2026c-1.el9_8.noarch.rpm repoid: ubi-9-for-ppc64le-baseos-rpms - size: 933841 - checksum: sha256:09908fa480ac8a56488cde728503cd47a01ed0b717ee00b4233d386784f62793 + size: 933286 + checksum: sha256:8d6196e02853c0900c3c2e2367665beffb62cb2d0ff5f465ea2d00848a9a35dc name: tzdata - evr: 2026b-1.el9 - sourcerpm: tzdata-2026b-1.el9.src.rpm + evr: 2026c-1.el9_8 + sourcerpm: tzdata-2026c-1.el9_8.src.rpm - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/u/unzip-6.0-60.el9.ppc64le.rpm repoid: ubi-9-for-ppc64le-baseos-rpms size: 190290 @@ -135,24 +135,24 @@ arches: checksum: sha256:4d83732bbf754e00d15133e15673230f41fbdae4a1cc27fba1cfb84744d0bf83 name: socat evr: 1.7.4.1-8.el9 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/r/rsync-3.2.7-1.el9_8.src.rpm repoid: ubi-9-for-ppc64le-baseos-source-rpms - size: 1317820 - checksum: sha256:881675c5bba9391d19536569a133069ffe0dd132468a04b3ea52fb697ebf926f + size: 1594371 + checksum: sha256:f0ea5966a6b8652c2116d84d6cde915ffec6455104c3aa12f2017dc28dc4c022 name: rsync - evr: 3.2.5-7.el9_8 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/t/tar-1.34-11.el9.src.rpm + evr: 3.2.7-1.el9_8 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/t/tar-1.34-13.el9_8.src.rpm repoid: ubi-9-for-ppc64le-baseos-source-rpms - size: 2294162 - checksum: sha256:13204f7499944b3fe773cbdf0b9bb2de31eaa9a4c69f31830fb9e54506bcb9b6 + size: 2312101 + checksum: sha256:15eeffee75eaef17e056cef4d5207825782a755db6dfd509a759e672ffd03b6c name: tar - evr: 2:1.34-11.el9 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/t/tzdata-2026b-1.el9.src.rpm + evr: 2:1.34-13.el9_8 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/t/tzdata-2026c-1.el9_8.src.rpm repoid: ubi-9-for-ppc64le-baseos-source-rpms - size: 929993 - checksum: sha256:d549fc081c8cb2eec6c8273acfdd1b24023897c09fff24117fe2c2532d4bf085 + size: 933774 + checksum: sha256:4cc10832b19807c03a30bd9317fb37dc811d2f13c11b1ed35af8d2efa481622f name: tzdata - evr: 2026b-1.el9 + evr: 2026c-1.el9_8 - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/u/unzip-6.0-60.el9.src.rpm repoid: ubi-9-for-ppc64le-baseos-source-rpms size: 1436236 @@ -175,27 +175,27 @@ arches: name: socat evr: 1.7.4.1-8.el9 sourcerpm: socat-1.7.4.1-8.el9.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.s390x.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/r/rsync-3.2.7-1.el9_8.s390x.rpm repoid: ubi-9-for-s390x-baseos-rpms - size: 422461 - checksum: sha256:e937047c63e4f5501bc08aeada17ec184254cdc2d5cd6a1a9e39b6477bf2bb72 + size: 468933 + checksum: sha256:5666c3cc2a29acf85fd08def01235419b4fa461228669168eeda12a1dd0073a9 name: rsync - evr: 3.2.5-7.el9_8 - sourcerpm: rsync-3.2.5-7.el9_8.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/t/tar-1.34-11.el9.s390x.rpm + evr: 3.2.7-1.el9_8 + sourcerpm: rsync-3.2.7-1.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/t/tar-1.34-13.el9_8.s390x.rpm repoid: ubi-9-for-s390x-baseos-rpms - size: 907745 - checksum: sha256:2eee88e1c470b033bd44432f4ed5b1a41ffc7132ebe51f8ce12fa9268314e841 + size: 910326 + checksum: sha256:811cba7426379544fd3fbf6e5a8638bed49132e447b0c536c91e6fd315fac6a0 name: tar - evr: 2:1.34-11.el9 - sourcerpm: tar-1.34-11.el9.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/t/tzdata-2026b-1.el9.noarch.rpm + evr: 2:1.34-13.el9_8 + sourcerpm: tar-1.34-13.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/t/tzdata-2026c-1.el9_8.noarch.rpm repoid: ubi-9-for-s390x-baseos-rpms - size: 933841 - checksum: sha256:09908fa480ac8a56488cde728503cd47a01ed0b717ee00b4233d386784f62793 + size: 933286 + checksum: sha256:8d6196e02853c0900c3c2e2367665beffb62cb2d0ff5f465ea2d00848a9a35dc name: tzdata - evr: 2026b-1.el9 - sourcerpm: tzdata-2026b-1.el9.src.rpm + evr: 2026c-1.el9_8 + sourcerpm: tzdata-2026c-1.el9_8.src.rpm - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/u/unzip-6.0-60.el9.s390x.rpm repoid: ubi-9-for-s390x-baseos-rpms size: 180799 @@ -217,24 +217,24 @@ arches: checksum: sha256:4d83732bbf754e00d15133e15673230f41fbdae4a1cc27fba1cfb84744d0bf83 name: socat evr: 1.7.4.1-8.el9 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/r/rsync-3.2.7-1.el9_8.src.rpm repoid: ubi-9-for-s390x-baseos-source-rpms - size: 1317820 - checksum: sha256:881675c5bba9391d19536569a133069ffe0dd132468a04b3ea52fb697ebf926f + size: 1594371 + checksum: sha256:f0ea5966a6b8652c2116d84d6cde915ffec6455104c3aa12f2017dc28dc4c022 name: rsync - evr: 3.2.5-7.el9_8 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/t/tar-1.34-11.el9.src.rpm + evr: 3.2.7-1.el9_8 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/t/tar-1.34-13.el9_8.src.rpm repoid: ubi-9-for-s390x-baseos-source-rpms - size: 2294162 - checksum: sha256:13204f7499944b3fe773cbdf0b9bb2de31eaa9a4c69f31830fb9e54506bcb9b6 + size: 2312101 + checksum: sha256:15eeffee75eaef17e056cef4d5207825782a755db6dfd509a759e672ffd03b6c name: tar - evr: 2:1.34-11.el9 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/t/tzdata-2026b-1.el9.src.rpm + evr: 2:1.34-13.el9_8 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/t/tzdata-2026c-1.el9_8.src.rpm repoid: ubi-9-for-s390x-baseos-source-rpms - size: 929993 - checksum: sha256:d549fc081c8cb2eec6c8273acfdd1b24023897c09fff24117fe2c2532d4bf085 + size: 933774 + checksum: sha256:4cc10832b19807c03a30bd9317fb37dc811d2f13c11b1ed35af8d2efa481622f name: tzdata - evr: 2026b-1.el9 + evr: 2026c-1.el9_8 - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/u/unzip-6.0-60.el9.src.rpm repoid: ubi-9-for-s390x-baseos-source-rpms size: 1436236 @@ -257,27 +257,27 @@ arches: name: socat evr: 1.7.4.1-8.el9 sourcerpm: socat-1.7.4.1-8.el9.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.x86_64.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/r/rsync-3.2.7-1.el9_8.x86_64.rpm repoid: ubi-9-for-x86_64-baseos-rpms - size: 424707 - checksum: sha256:6c1d064c38e4a3f4bcb756cb9ea0382cccf7a262433c286db45931d114074ff3 + size: 471331 + checksum: sha256:c56921bb5c0304fc0e9b7bb8ea1b95cc66a789d2e8c0d1f1ec078433cac4c78f name: rsync - evr: 3.2.5-7.el9_8 - sourcerpm: rsync-3.2.5-7.el9_8.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/t/tar-1.34-11.el9.x86_64.rpm + evr: 3.2.7-1.el9_8 + sourcerpm: rsync-3.2.7-1.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/t/tar-1.34-13.el9_8.x86_64.rpm repoid: ubi-9-for-x86_64-baseos-rpms - size: 913256 - checksum: sha256:58b622ab7bc225731a2473e677f16c9eb51b1ed218a86a7aa039a6fed665f245 + size: 914200 + checksum: sha256:913d84cd94463e3f0400d80c6742a2974eeab6445ac71ff9eb802a70779c146f name: tar - evr: 2:1.34-11.el9 - sourcerpm: tar-1.34-11.el9.src.rpm - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/t/tzdata-2026b-1.el9.noarch.rpm + evr: 2:1.34-13.el9_8 + sourcerpm: tar-1.34-13.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/t/tzdata-2026c-1.el9_8.noarch.rpm repoid: ubi-9-for-x86_64-baseos-rpms - size: 933841 - checksum: sha256:09908fa480ac8a56488cde728503cd47a01ed0b717ee00b4233d386784f62793 + size: 933286 + checksum: sha256:8d6196e02853c0900c3c2e2367665beffb62cb2d0ff5f465ea2d00848a9a35dc name: tzdata - evr: 2026b-1.el9 - sourcerpm: tzdata-2026b-1.el9.src.rpm + evr: 2026c-1.el9_8 + sourcerpm: tzdata-2026c-1.el9_8.src.rpm - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/u/unzip-6.0-60.el9.x86_64.rpm repoid: ubi-9-for-x86_64-baseos-rpms size: 185941 @@ -299,24 +299,24 @@ arches: checksum: sha256:4d83732bbf754e00d15133e15673230f41fbdae4a1cc27fba1cfb84744d0bf83 name: socat evr: 1.7.4.1-8.el9 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.src.rpm + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/r/rsync-3.2.7-1.el9_8.src.rpm repoid: ubi-9-for-x86_64-baseos-source-rpms - size: 1317820 - checksum: sha256:881675c5bba9391d19536569a133069ffe0dd132468a04b3ea52fb697ebf926f + size: 1594371 + checksum: sha256:f0ea5966a6b8652c2116d84d6cde915ffec6455104c3aa12f2017dc28dc4c022 name: rsync - evr: 3.2.5-7.el9_8 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/t/tar-1.34-11.el9.src.rpm + evr: 3.2.7-1.el9_8 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/t/tar-1.34-13.el9_8.src.rpm repoid: ubi-9-for-x86_64-baseos-source-rpms - size: 2294162 - checksum: sha256:13204f7499944b3fe773cbdf0b9bb2de31eaa9a4c69f31830fb9e54506bcb9b6 + size: 2312101 + checksum: sha256:15eeffee75eaef17e056cef4d5207825782a755db6dfd509a759e672ffd03b6c name: tar - evr: 2:1.34-11.el9 - - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/t/tzdata-2026b-1.el9.src.rpm + evr: 2:1.34-13.el9_8 + - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/t/tzdata-2026c-1.el9_8.src.rpm repoid: ubi-9-for-x86_64-baseos-source-rpms - size: 929993 - checksum: sha256:d549fc081c8cb2eec6c8273acfdd1b24023897c09fff24117fe2c2532d4bf085 + size: 933774 + checksum: sha256:4cc10832b19807c03a30bd9317fb37dc811d2f13c11b1ed35af8d2efa481622f name: tzdata - evr: 2026b-1.el9 + evr: 2026c-1.el9_8 - url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/u/unzip-6.0-60.el9.src.rpm repoid: ubi-9-for-x86_64-baseos-source-rpms size: 1436236 From 75309086e0848f8c884dd5a780e999e82338ba0b Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Fri, 25 Sep 2026 07:50:22 +0000 Subject: [PATCH 2/2] [release-v1.21] Sync Konflux configurations --- .tekton/docker-build.yaml | 77 ++++++++++++------- ...rver-receive-adapter-121-pull-request.yaml | 2 +- ...ng-apiserver-receive-adapter-121-push.yaml | 2 +- ...kn-eventing-appender-121-pull-request.yaml | 2 +- .tekton/kn-eventing-appender-121-push.yaml | 2 +- ...-eventing-auth-proxy-121-pull-request.yaml | 2 +- .tekton/kn-eventing-auth-proxy-121-push.yaml | 2 +- ...g-channel-controller-121-pull-request.yaml | 2 +- ...-eventing-channel-controller-121-push.yaml | 2 +- ...g-channel-dispatcher-121-pull-request.yaml | 2 +- ...-eventing-channel-dispatcher-121-push.yaml | 2 +- ...-eventing-controller-121-pull-request.yaml | 2 +- .tekton/kn-eventing-controller-121-push.yaml | 2 +- ...enting-event-display-121-pull-request.yaml | 2 +- .../kn-eventing-event-display-121-push.yaml | 2 +- .../kn-eventing-filter-121-pull-request.yaml | 2 +- .tekton/kn-eventing-filter-121-push.yaml | 2 +- ...-eventing-heartbeats-121-pull-request.yaml | 2 +- .tekton/kn-eventing-heartbeats-121-push.yaml | 2 +- ...-heartbeats-receiver-121-pull-request.yaml | 2 +- ...eventing-heartbeats-receiver-121-push.yaml | 2 +- .../kn-eventing-ingress-121-pull-request.yaml | 2 +- .tekton/kn-eventing-ingress-121-push.yaml | 2 +- .../kn-eventing-jobsink-121-pull-request.yaml | 2 +- .tekton/kn-eventing-jobsink-121-push.yaml | 2 +- .../kn-eventing-migrate-121-pull-request.yaml | 2 +- .tekton/kn-eventing-migrate-121-push.yaml | 2 +- ...-eventing-mqttsource-121-pull-request.yaml | 2 +- .tekton/kn-eventing-mqttsource-121-push.yaml | 2 +- ...ing-mtchannel-broker-121-pull-request.yaml | 2 +- ...kn-eventing-mtchannel-broker-121-push.yaml | 2 +- .../kn-eventing-mtping-121-pull-request.yaml | 2 +- .tekton/kn-eventing-mtping-121-push.yaml | 2 +- .../kn-eventing-pong-121-pull-request.yaml | 2 +- .tekton/kn-eventing-pong-121-push.yaml | 2 +- ...venting-requestreply-121-pull-request.yaml | 2 +- .../kn-eventing-requestreply-121-push.yaml | 2 +- .../kn-eventing-schema-121-pull-request.yaml | 2 +- .tekton/kn-eventing-schema-121-push.yaml | 2 +- ...ng-test-event-sender-121-pull-request.yaml | 2 +- ...n-eventing-test-event-sender-121-push.yaml | 2 +- ...nting-test-eventshub-121-pull-request.yaml | 2 +- .../kn-eventing-test-eventshub-121-push.yaml | 2 +- ...-eventing-test-print-121-pull-request.yaml | 2 +- .tekton/kn-eventing-test-print-121-push.yaml | 2 +- ...ng-test-recordevents-121-pull-request.yaml | 2 +- ...n-eventing-test-recordevents-121-push.yaml | 2 +- ...-test-request-sender-121-pull-request.yaml | 2 +- ...eventing-test-request-sender-121-push.yaml | 2 +- ...test-wathola-fetcher-121-pull-request.yaml | 2 +- ...venting-test-wathola-fetcher-121-push.yaml | 2 +- ...st-wathola-forwarder-121-pull-request.yaml | 2 +- ...nting-test-wathola-forwarder-121-push.yaml | 2 +- ...est-wathola-receiver-121-pull-request.yaml | 2 +- ...enting-test-wathola-receiver-121-push.yaml | 2 +- ...-test-wathola-sender-121-pull-request.yaml | 2 +- ...eventing-test-wathola-sender-121-push.yaml | 2 +- .../kn-eventing-webhook-121-pull-request.yaml | 2 +- .tekton/kn-eventing-webhook-121-push.yaml | 2 +- ...ting-websocketsource-121-pull-request.yaml | 2 +- .../kn-eventing-websocketsource-121-push.yaml | 2 +- 61 files changed, 110 insertions(+), 87 deletions(-) diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index d0bfd00dfcc..8e95ad560b2 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -108,6 +108,22 @@ spec: VMs name: privileged-nested type: string + - default: "" + description: Sets the image created time and the SOURCE_DATE_EPOCH build argument. + On its own, it does not change file timestamps inside the layers (set rewrite-timestamp + to "true" for that). Leave empty to keep the actual build time. + name: source-date-epoch + type: string + - default: "false" + description: When "true", clamp file modification times in the image layers to + at most source-date-epoch. Does nothing unless source-date-epoch is set. + name: rewrite-timestamp + type: string + - default: "false" + description: When "true", omit the build history (history timestamps, layer metadata, + etc.) from the resulting image. + name: omit-history + type: string results: - description: "" name: IMAGE_URL @@ -122,6 +138,34 @@ spec: name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) tasks: + - matrix: + params: + - name: image-platform + value: + - $(params.build-platforms) + name: roxctl-scan + params: + - name: image-digest + value: $(tasks.build-image-index.results.IMAGE_DIGEST) + - name: image-url + value: $(tasks.build-image-index.results.IMAGE_URL) + runAfter: + - build-image-index + taskRef: + params: + - name: name + value: roxctl-scan + - name: bundle + value: quay.io/konflux-ci/tekton-catalog/task-roxctl-scan:0.1@sha256:97e2b2cdca9110fdc8a93ba585a1a1a743f989f2fd85f4073f6e5ea9ad2ce828 + - name: kind + value: task + resolver: bundles + timeout: 20m + when: + - input: $(params.skip-checks) + operator: in + values: + - "false" - name: sast-snyk-check params: - name: ARGS @@ -274,6 +318,12 @@ spec: value: $(tasks.init.results.http-proxy) - name: NO_PROXY value: $(tasks.init.results.no-proxy) + - name: SOURCE_DATE_EPOCH + value: $(params.source-date-epoch) + - name: REWRITE_TIMESTAMP + value: $(params.rewrite-timestamp) + - name: OMIT_HISTORY + value: $(params.omit-history) - name: SOURCE_ARTIFACT value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT @@ -361,33 +411,6 @@ spec: operator: in values: - "false" - - matrix: - params: - - name: image-platform - value: - - $(params.build-platforms) - name: clair-scan - params: - - name: image-digest - value: $(tasks.build-image-index.results.IMAGE_DIGEST) - - name: image-url - value: $(tasks.build-image-index.results.IMAGE_URL) - runAfter: - - build-image-index - taskRef: - params: - - name: name - value: clair-scan - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8fad4c2e2f470f82ee43d6b2ac72327b4d9c6e9cb514a678911c1c9359c29894 - - name: kind - value: task - resolver: bundles - when: - - input: $(params.skip-checks) - operator: in - values: - - "false" - matrix: params: - name: platform diff --git a/.tekton/kn-eventing-apiserver-receive-adapter-121-pull-request.yaml b/.tekton/kn-eventing-apiserver-receive-adapter-121-pull-request.yaml index d4cf587ebd0..33e1041782f 100755 --- a/.tekton/kn-eventing-apiserver-receive-adapter-121-pull-request.yaml +++ b/.tekton/kn-eventing-apiserver-receive-adapter-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-apiserver-receive-adapter-121-push.yaml b/.tekton/kn-eventing-apiserver-receive-adapter-121-push.yaml index a0940cc73f1..0190e96ce95 100755 --- a/.tekton/kn-eventing-apiserver-receive-adapter-121-push.yaml +++ b/.tekton/kn-eventing-apiserver-receive-adapter-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-appender-121-pull-request.yaml b/.tekton/kn-eventing-appender-121-pull-request.yaml index 8dbb5e68b97..8eab19c91a3 100755 --- a/.tekton/kn-eventing-appender-121-pull-request.yaml +++ b/.tekton/kn-eventing-appender-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-appender-121-push.yaml b/.tekton/kn-eventing-appender-121-push.yaml index d1edc7bbacb..3f402077ee7 100755 --- a/.tekton/kn-eventing-appender-121-push.yaml +++ b/.tekton/kn-eventing-appender-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-auth-proxy-121-pull-request.yaml b/.tekton/kn-eventing-auth-proxy-121-pull-request.yaml index 79a9747271a..8ebe7fd8ec9 100755 --- a/.tekton/kn-eventing-auth-proxy-121-pull-request.yaml +++ b/.tekton/kn-eventing-auth-proxy-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-auth-proxy-121-push.yaml b/.tekton/kn-eventing-auth-proxy-121-push.yaml index da518d32158..b35fff4ee6c 100755 --- a/.tekton/kn-eventing-auth-proxy-121-push.yaml +++ b/.tekton/kn-eventing-auth-proxy-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-channel-controller-121-pull-request.yaml b/.tekton/kn-eventing-channel-controller-121-pull-request.yaml index cc13562947b..b96c967ba1d 100755 --- a/.tekton/kn-eventing-channel-controller-121-pull-request.yaml +++ b/.tekton/kn-eventing-channel-controller-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-channel-controller-121-push.yaml b/.tekton/kn-eventing-channel-controller-121-push.yaml index 866307e7c60..a84b5ea3c36 100755 --- a/.tekton/kn-eventing-channel-controller-121-push.yaml +++ b/.tekton/kn-eventing-channel-controller-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-channel-dispatcher-121-pull-request.yaml b/.tekton/kn-eventing-channel-dispatcher-121-pull-request.yaml index 86869e62049..e6e6a59536f 100755 --- a/.tekton/kn-eventing-channel-dispatcher-121-pull-request.yaml +++ b/.tekton/kn-eventing-channel-dispatcher-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-channel-dispatcher-121-push.yaml b/.tekton/kn-eventing-channel-dispatcher-121-push.yaml index f45de1dce44..32a1a4b82f4 100755 --- a/.tekton/kn-eventing-channel-dispatcher-121-push.yaml +++ b/.tekton/kn-eventing-channel-dispatcher-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-controller-121-pull-request.yaml b/.tekton/kn-eventing-controller-121-pull-request.yaml index 088929ce79f..1327cd2c4f5 100755 --- a/.tekton/kn-eventing-controller-121-pull-request.yaml +++ b/.tekton/kn-eventing-controller-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-controller-121-push.yaml b/.tekton/kn-eventing-controller-121-push.yaml index 36b63cdcdf9..999b99736ff 100755 --- a/.tekton/kn-eventing-controller-121-push.yaml +++ b/.tekton/kn-eventing-controller-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-event-display-121-pull-request.yaml b/.tekton/kn-eventing-event-display-121-pull-request.yaml index 17f7c143f39..a8cbd693204 100755 --- a/.tekton/kn-eventing-event-display-121-pull-request.yaml +++ b/.tekton/kn-eventing-event-display-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-event-display-121-push.yaml b/.tekton/kn-eventing-event-display-121-push.yaml index cc5f3dd4564..6172d57e4fd 100755 --- a/.tekton/kn-eventing-event-display-121-push.yaml +++ b/.tekton/kn-eventing-event-display-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-filter-121-pull-request.yaml b/.tekton/kn-eventing-filter-121-pull-request.yaml index 3d1fba0b427..55057d4f6cc 100755 --- a/.tekton/kn-eventing-filter-121-pull-request.yaml +++ b/.tekton/kn-eventing-filter-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-filter-121-push.yaml b/.tekton/kn-eventing-filter-121-push.yaml index 109b0f5c42e..7c92160e360 100755 --- a/.tekton/kn-eventing-filter-121-push.yaml +++ b/.tekton/kn-eventing-filter-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-heartbeats-121-pull-request.yaml b/.tekton/kn-eventing-heartbeats-121-pull-request.yaml index d7fac0b6c4a..535733ea2ca 100755 --- a/.tekton/kn-eventing-heartbeats-121-pull-request.yaml +++ b/.tekton/kn-eventing-heartbeats-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-heartbeats-121-push.yaml b/.tekton/kn-eventing-heartbeats-121-push.yaml index aa695734ab2..3b51126553d 100755 --- a/.tekton/kn-eventing-heartbeats-121-push.yaml +++ b/.tekton/kn-eventing-heartbeats-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-heartbeats-receiver-121-pull-request.yaml b/.tekton/kn-eventing-heartbeats-receiver-121-pull-request.yaml index 218ecea16ca..090e69394d8 100755 --- a/.tekton/kn-eventing-heartbeats-receiver-121-pull-request.yaml +++ b/.tekton/kn-eventing-heartbeats-receiver-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-heartbeats-receiver-121-push.yaml b/.tekton/kn-eventing-heartbeats-receiver-121-push.yaml index bae86007f1c..4dd11b06285 100755 --- a/.tekton/kn-eventing-heartbeats-receiver-121-push.yaml +++ b/.tekton/kn-eventing-heartbeats-receiver-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-ingress-121-pull-request.yaml b/.tekton/kn-eventing-ingress-121-pull-request.yaml index dc330bd2b4f..3752a8a6e61 100755 --- a/.tekton/kn-eventing-ingress-121-pull-request.yaml +++ b/.tekton/kn-eventing-ingress-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-ingress-121-push.yaml b/.tekton/kn-eventing-ingress-121-push.yaml index 8b0c6bc8c32..94ca57f9907 100755 --- a/.tekton/kn-eventing-ingress-121-push.yaml +++ b/.tekton/kn-eventing-ingress-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-jobsink-121-pull-request.yaml b/.tekton/kn-eventing-jobsink-121-pull-request.yaml index b044a226cef..557f1651ab9 100755 --- a/.tekton/kn-eventing-jobsink-121-pull-request.yaml +++ b/.tekton/kn-eventing-jobsink-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-jobsink-121-push.yaml b/.tekton/kn-eventing-jobsink-121-push.yaml index c278cf906f6..84032789bd4 100755 --- a/.tekton/kn-eventing-jobsink-121-push.yaml +++ b/.tekton/kn-eventing-jobsink-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-migrate-121-pull-request.yaml b/.tekton/kn-eventing-migrate-121-pull-request.yaml index 2deb4c092d7..05a8716839a 100755 --- a/.tekton/kn-eventing-migrate-121-pull-request.yaml +++ b/.tekton/kn-eventing-migrate-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-migrate-121-push.yaml b/.tekton/kn-eventing-migrate-121-push.yaml index a4000a8d90d..47a2331e66f 100755 --- a/.tekton/kn-eventing-migrate-121-push.yaml +++ b/.tekton/kn-eventing-migrate-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-mqttsource-121-pull-request.yaml b/.tekton/kn-eventing-mqttsource-121-pull-request.yaml index 57c086271cf..36cd944302c 100755 --- a/.tekton/kn-eventing-mqttsource-121-pull-request.yaml +++ b/.tekton/kn-eventing-mqttsource-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-mqttsource-121-push.yaml b/.tekton/kn-eventing-mqttsource-121-push.yaml index cb446b6f4db..0b285d5bc0b 100755 --- a/.tekton/kn-eventing-mqttsource-121-push.yaml +++ b/.tekton/kn-eventing-mqttsource-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-mtchannel-broker-121-pull-request.yaml b/.tekton/kn-eventing-mtchannel-broker-121-pull-request.yaml index 4051a539e3c..0bf5bd7f672 100755 --- a/.tekton/kn-eventing-mtchannel-broker-121-pull-request.yaml +++ b/.tekton/kn-eventing-mtchannel-broker-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-mtchannel-broker-121-push.yaml b/.tekton/kn-eventing-mtchannel-broker-121-push.yaml index 156061bd01e..f5489d3bcdb 100755 --- a/.tekton/kn-eventing-mtchannel-broker-121-push.yaml +++ b/.tekton/kn-eventing-mtchannel-broker-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-mtping-121-pull-request.yaml b/.tekton/kn-eventing-mtping-121-pull-request.yaml index 77c94ca46cc..4662ba78a19 100755 --- a/.tekton/kn-eventing-mtping-121-pull-request.yaml +++ b/.tekton/kn-eventing-mtping-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-mtping-121-push.yaml b/.tekton/kn-eventing-mtping-121-push.yaml index 4bd8710aa2b..ed5d17b237b 100755 --- a/.tekton/kn-eventing-mtping-121-push.yaml +++ b/.tekton/kn-eventing-mtping-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-pong-121-pull-request.yaml b/.tekton/kn-eventing-pong-121-pull-request.yaml index f6ad470d733..354012ddf32 100755 --- a/.tekton/kn-eventing-pong-121-pull-request.yaml +++ b/.tekton/kn-eventing-pong-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-pong-121-push.yaml b/.tekton/kn-eventing-pong-121-push.yaml index 851d405e035..313ab3e5203 100755 --- a/.tekton/kn-eventing-pong-121-push.yaml +++ b/.tekton/kn-eventing-pong-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-requestreply-121-pull-request.yaml b/.tekton/kn-eventing-requestreply-121-pull-request.yaml index 502ca419abb..bd00b4c029a 100755 --- a/.tekton/kn-eventing-requestreply-121-pull-request.yaml +++ b/.tekton/kn-eventing-requestreply-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-requestreply-121-push.yaml b/.tekton/kn-eventing-requestreply-121-push.yaml index 2d5dca9ba85..a5cdb956b7f 100755 --- a/.tekton/kn-eventing-requestreply-121-push.yaml +++ b/.tekton/kn-eventing-requestreply-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-schema-121-pull-request.yaml b/.tekton/kn-eventing-schema-121-pull-request.yaml index b1d041bcfde..b1ccac63a94 100755 --- a/.tekton/kn-eventing-schema-121-pull-request.yaml +++ b/.tekton/kn-eventing-schema-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-schema-121-push.yaml b/.tekton/kn-eventing-schema-121-push.yaml index 32409de9b3d..5ba10e2635d 100755 --- a/.tekton/kn-eventing-schema-121-push.yaml +++ b/.tekton/kn-eventing-schema-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-event-sender-121-pull-request.yaml b/.tekton/kn-eventing-test-event-sender-121-pull-request.yaml index 7ae5d563e4c..a82ad3534e4 100755 --- a/.tekton/kn-eventing-test-event-sender-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-event-sender-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-event-sender-121-push.yaml b/.tekton/kn-eventing-test-event-sender-121-push.yaml index f770f8282d2..ab8887d1bad 100755 --- a/.tekton/kn-eventing-test-event-sender-121-push.yaml +++ b/.tekton/kn-eventing-test-event-sender-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-eventshub-121-pull-request.yaml b/.tekton/kn-eventing-test-eventshub-121-pull-request.yaml index e7eacab550b..9e817c34e1d 100755 --- a/.tekton/kn-eventing-test-eventshub-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-eventshub-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-eventshub-121-push.yaml b/.tekton/kn-eventing-test-eventshub-121-push.yaml index 4324cfce3de..bfe0bd7285c 100755 --- a/.tekton/kn-eventing-test-eventshub-121-push.yaml +++ b/.tekton/kn-eventing-test-eventshub-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-print-121-pull-request.yaml b/.tekton/kn-eventing-test-print-121-pull-request.yaml index 78da1cadb5f..66f4f9e4dca 100755 --- a/.tekton/kn-eventing-test-print-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-print-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-print-121-push.yaml b/.tekton/kn-eventing-test-print-121-push.yaml index 851435bb0b6..d341d1df8cc 100755 --- a/.tekton/kn-eventing-test-print-121-push.yaml +++ b/.tekton/kn-eventing-test-print-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-recordevents-121-pull-request.yaml b/.tekton/kn-eventing-test-recordevents-121-pull-request.yaml index 6fdafc37ab4..1627e68012d 100755 --- a/.tekton/kn-eventing-test-recordevents-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-recordevents-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-recordevents-121-push.yaml b/.tekton/kn-eventing-test-recordevents-121-push.yaml index 136ab9c49ce..66387dbbb1b 100755 --- a/.tekton/kn-eventing-test-recordevents-121-push.yaml +++ b/.tekton/kn-eventing-test-recordevents-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-request-sender-121-pull-request.yaml b/.tekton/kn-eventing-test-request-sender-121-pull-request.yaml index a0641ecd50c..7d048a573a4 100755 --- a/.tekton/kn-eventing-test-request-sender-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-request-sender-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-request-sender-121-push.yaml b/.tekton/kn-eventing-test-request-sender-121-push.yaml index a2e323d38d7..f5b5468b280 100755 --- a/.tekton/kn-eventing-test-request-sender-121-push.yaml +++ b/.tekton/kn-eventing-test-request-sender-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-wathola-fetcher-121-pull-request.yaml b/.tekton/kn-eventing-test-wathola-fetcher-121-pull-request.yaml index 113ed13c9b9..2aec1ade9fa 100755 --- a/.tekton/kn-eventing-test-wathola-fetcher-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-fetcher-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-wathola-fetcher-121-push.yaml b/.tekton/kn-eventing-test-wathola-fetcher-121-push.yaml index d6d9a92b796..ef5da3e8947 100755 --- a/.tekton/kn-eventing-test-wathola-fetcher-121-push.yaml +++ b/.tekton/kn-eventing-test-wathola-fetcher-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-wathola-forwarder-121-pull-request.yaml b/.tekton/kn-eventing-test-wathola-forwarder-121-pull-request.yaml index 2209197cc57..b3d0923efc1 100755 --- a/.tekton/kn-eventing-test-wathola-forwarder-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-forwarder-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-wathola-forwarder-121-push.yaml b/.tekton/kn-eventing-test-wathola-forwarder-121-push.yaml index 5c106802957..87bf7d72f39 100755 --- a/.tekton/kn-eventing-test-wathola-forwarder-121-push.yaml +++ b/.tekton/kn-eventing-test-wathola-forwarder-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-wathola-receiver-121-pull-request.yaml b/.tekton/kn-eventing-test-wathola-receiver-121-pull-request.yaml index ee58107a454..736425dd8b6 100755 --- a/.tekton/kn-eventing-test-wathola-receiver-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-receiver-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-wathola-receiver-121-push.yaml b/.tekton/kn-eventing-test-wathola-receiver-121-push.yaml index b0f3e1b2149..bba2ba841f3 100755 --- a/.tekton/kn-eventing-test-wathola-receiver-121-push.yaml +++ b/.tekton/kn-eventing-test-wathola-receiver-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-wathola-sender-121-pull-request.yaml b/.tekton/kn-eventing-test-wathola-sender-121-pull-request.yaml index 3ba4f44a3e7..f161dbae3de 100755 --- a/.tekton/kn-eventing-test-wathola-sender-121-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-sender-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-test-wathola-sender-121-push.yaml b/.tekton/kn-eventing-test-wathola-sender-121-push.yaml index 85b39c109e8..40c88b741a9 100755 --- a/.tekton/kn-eventing-test-wathola-sender-121-push.yaml +++ b/.tekton/kn-eventing-test-wathola-sender-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-webhook-121-pull-request.yaml b/.tekton/kn-eventing-webhook-121-pull-request.yaml index 3fe96646d20..36e7f36089a 100755 --- a/.tekton/kn-eventing-webhook-121-pull-request.yaml +++ b/.tekton/kn-eventing-webhook-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-webhook-121-push.yaml b/.tekton/kn-eventing-webhook-121-push.yaml index 81ce770c792..7eb99f3cc52 100755 --- a/.tekton/kn-eventing-webhook-121-push.yaml +++ b/.tekton/kn-eventing-webhook-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-websocketsource-121-pull-request.yaml b/.tekton/kn-eventing-websocketsource-121-pull-request.yaml index 83a98ef237f..4fdedfde32b 100755 --- a/.tekton/kn-eventing-websocketsource-121-pull-request.yaml +++ b/.tekton/kn-eventing-websocketsource-121-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/kn-eventing-websocketsource-121-push.yaml b/.tekton/kn-eventing-websocketsource-121-push.yaml index 1761a049717..5c7d91236cb 100755 --- a/.tekton/kn-eventing-websocketsource-121-push.yaml +++ b/.tekton/kn-eventing-websocketsource-121-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.26 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime