From 3c2e633772ef8308089ffb46eb4e0adfb7eec794 Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Tue, 8 Sep 2026 17:39:10 +0000 Subject: [PATCH] [release-1.38] Sync Konflux configurations --- .tekton/bundle-build.yaml | 29 +++++++++-- .tekton/docker-build.yaml | 29 +++++++++-- .tekton/fbc-builder.yaml | 52 ++++++++++++++++++- .../serverless-bundle-138-pull-request.yaml | 2 +- .tekton/serverless-bundle-138-push.yaml | 2 +- ...erless-index-138-fbc-416-pull-request.yaml | 2 +- .../serverless-index-138-fbc-416-push.yaml | 2 +- ...erless-index-138-fbc-417-pull-request.yaml | 2 +- .../serverless-index-138-fbc-417-push.yaml | 2 +- ...erless-index-138-fbc-418-pull-request.yaml | 2 +- .../serverless-index-138-fbc-418-push.yaml | 2 +- ...erless-index-138-fbc-419-pull-request.yaml | 2 +- .../serverless-index-138-fbc-419-push.yaml | 2 +- ...erless-index-138-fbc-420-pull-request.yaml | 2 +- .../serverless-index-138-fbc-420-push.yaml | 2 +- ...erless-index-138-fbc-421-pull-request.yaml | 2 +- .../serverless-index-138-fbc-421-push.yaml | 2 +- ...erless-index-138-fbc-422-pull-request.yaml | 2 +- .../serverless-index-138-fbc-422-push.yaml | 2 +- .../serverless-ingress-138-pull-request.yaml | 2 +- .tekton/serverless-ingress-138-push.yaml | 2 +- ...rverless-kn-operator-138-pull-request.yaml | 2 +- .tekton/serverless-kn-operator-138-push.yaml | 2 +- ...ess-metadata-webhook-138-pull-request.yaml | 2 +- .../serverless-metadata-webhook-138-push.yaml | 2 +- ...rverless-must-gather-138-pull-request.yaml | 2 +- .tekton/serverless-must-gather-138-push.yaml | 2 +- ...penshift-kn-operator-138-pull-request.yaml | 2 +- ...erless-openshift-kn-operator-138-push.yaml | 2 +- 29 files changed, 128 insertions(+), 34 deletions(-) diff --git a/.tekton/bundle-build.yaml b/.tekton/bundle-build.yaml index 2b919acbaa..7442f1c4e4 100755 --- a/.tekton/bundle-build.yaml +++ b/.tekton/bundle-build.yaml @@ -99,6 +99,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 - default: - linux/x86_64 description: List of platforms to build the container images on. The available @@ -157,6 +173,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 @@ -363,7 +385,7 @@ spec: - name: image-platform value: - $(params.build-platforms) - name: clair-scan + name: roxctl-scan params: - name: image-digest value: $(tasks.build-image-index.results.IMAGE_DIGEST) @@ -374,12 +396,13 @@ spec: taskRef: params: - name: name - value: clair-scan + value: roxctl-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8fad4c2e2f470f82ee43d6b2ac72327b4d9c6e9cb514a678911c1c9359c29894 + 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 diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index 8b65220fff..3409de90e9 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 @@ -274,6 +290,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 @@ -366,7 +388,7 @@ spec: - name: image-platform value: - $(params.build-platforms) - name: clair-scan + name: roxctl-scan params: - name: image-digest value: $(tasks.build-image-index.results.IMAGE_DIGEST) @@ -377,12 +399,13 @@ spec: taskRef: params: - name: name - value: clair-scan + value: roxctl-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8fad4c2e2f470f82ee43d6b2ac72327b4d9c6e9cb514a678911c1c9359c29894 + 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 diff --git a/.tekton/fbc-builder.yaml b/.tekton/fbc-builder.yaml index 3bbfb908a3..50811868c9 100755 --- a/.tekton/fbc-builder.yaml +++ b/.tekton/fbc-builder.yaml @@ -107,6 +107,22 @@ spec: description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file name: build-args-file 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 @@ -133,13 +149,13 @@ spec: - name: IDMS_PATH value: $(params.idms-path) - name: SOURCE_ARTIFACT - value: $(tasks.clone-repository.results.SOURCE_ARTIFACT) + value: $(tasks.fbc-inject-lifecycle.results.SOURCE_ARTIFACT) - name: ociStorage value: $(params.output-image).opm - name: ociArtifactExpiresAfter value: $(params.image-expires-after) runAfter: - - clone-repository + - fbc-inject-lifecycle taskRef: params: - name: name @@ -205,6 +221,32 @@ spec: workspaces: - name: basic-auth workspace: git-auth + - name: fbc-inject-lifecycle + params: + - name: SOURCE_ARTIFACT + value: $(tasks.clone-repository.results.SOURCE_ARTIFACT) + - name: ociStorage + value: $(params.output-image).lifecycle + - name: ociArtifactExpiresAfter + value: $(params.image-expires-after) + - name: CONTEXT + value: $(params.path-context) + - name: DOCKERFILE + value: $(params.dockerfile) + - name: BUILD_ARGS + value: + - $(params.build-args[*]) + runAfter: + - clone-repository + taskRef: + params: + - name: name + value: fbc-inject-lifecycle-oci-ta + - name: bundle + value: quay.io/konflux-ci/tekton-catalog/task-fbc-inject-lifecycle-oci-ta:0.1@sha256:da1217be1dcec3d5b5140ea351466607005481397b31f2b81108c4fd3012fbde + - name: kind + value: task + resolver: bundles - name: prefetch-dependencies params: - name: input @@ -265,6 +307,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 diff --git a/.tekton/serverless-bundle-138-pull-request.yaml b/.tekton/serverless-bundle-138-pull-request.yaml index 6ae1676ebf..6b3e5902bc 100755 --- a/.tekton/serverless-bundle-138-pull-request.yaml +++ b/.tekton/serverless-bundle-138-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-bundle-138-push.yaml b/.tekton/serverless-bundle-138-push.yaml index c7cfd3aa1f..39a7658a6f 100755 --- a/.tekton/serverless-bundle-138-push.yaml +++ b/.tekton/serverless-bundle-138-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-416-pull-request.yaml b/.tekton/serverless-index-138-fbc-416-pull-request.yaml index 3e2c0afa96..4b28bd417c 100755 --- a/.tekton/serverless-index-138-fbc-416-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-416-pull-request.yaml @@ -26,7 +26,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-416-push.yaml b/.tekton/serverless-index-138-fbc-416-push.yaml index 470b705b62..ccf0c54441 100755 --- a/.tekton/serverless-index-138-fbc-416-push.yaml +++ b/.tekton/serverless-index-138-fbc-416-push.yaml @@ -25,7 +25,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-417-pull-request.yaml b/.tekton/serverless-index-138-fbc-417-pull-request.yaml index 7bac7ee926..8108423d90 100755 --- a/.tekton/serverless-index-138-fbc-417-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-417-pull-request.yaml @@ -26,7 +26,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-417-push.yaml b/.tekton/serverless-index-138-fbc-417-push.yaml index bc50fc1b50..5e068eac82 100755 --- a/.tekton/serverless-index-138-fbc-417-push.yaml +++ b/.tekton/serverless-index-138-fbc-417-push.yaml @@ -25,7 +25,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-418-pull-request.yaml b/.tekton/serverless-index-138-fbc-418-pull-request.yaml index 151daf6081..9396e00ae9 100755 --- a/.tekton/serverless-index-138-fbc-418-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-418-pull-request.yaml @@ -26,7 +26,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-418-push.yaml b/.tekton/serverless-index-138-fbc-418-push.yaml index c0db40bc69..9526eb54e8 100755 --- a/.tekton/serverless-index-138-fbc-418-push.yaml +++ b/.tekton/serverless-index-138-fbc-418-push.yaml @@ -25,7 +25,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-419-pull-request.yaml b/.tekton/serverless-index-138-fbc-419-pull-request.yaml index 49c29a963e..dcb141970e 100755 --- a/.tekton/serverless-index-138-fbc-419-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-419-pull-request.yaml @@ -26,7 +26,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-419-push.yaml b/.tekton/serverless-index-138-fbc-419-push.yaml index f51abb0670..c10fd7e02a 100755 --- a/.tekton/serverless-index-138-fbc-419-push.yaml +++ b/.tekton/serverless-index-138-fbc-419-push.yaml @@ -25,7 +25,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-420-pull-request.yaml b/.tekton/serverless-index-138-fbc-420-pull-request.yaml index d639f9ec04..ac4ee7c452 100755 --- a/.tekton/serverless-index-138-fbc-420-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-420-pull-request.yaml @@ -26,7 +26,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-420-push.yaml b/.tekton/serverless-index-138-fbc-420-push.yaml index 91edc25731..dd3b4c47ce 100755 --- a/.tekton/serverless-index-138-fbc-420-push.yaml +++ b/.tekton/serverless-index-138-fbc-420-push.yaml @@ -25,7 +25,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-421-pull-request.yaml b/.tekton/serverless-index-138-fbc-421-pull-request.yaml index 504a1fcf07..23b8dacf80 100755 --- a/.tekton/serverless-index-138-fbc-421-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-421-pull-request.yaml @@ -26,7 +26,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-421-push.yaml b/.tekton/serverless-index-138-fbc-421-push.yaml index caf0234ccb..737b2ea890 100755 --- a/.tekton/serverless-index-138-fbc-421-push.yaml +++ b/.tekton/serverless-index-138-fbc-421-push.yaml @@ -25,7 +25,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-422-pull-request.yaml b/.tekton/serverless-index-138-fbc-422-pull-request.yaml index d025e6ba55..8fa8e88bf9 100755 --- a/.tekton/serverless-index-138-fbc-422-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-422-pull-request.yaml @@ -26,7 +26,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-index-138-fbc-422-push.yaml b/.tekton/serverless-index-138-fbc-422-push.yaml index 1683077701..9aa8c61fdf 100755 --- a/.tekton/serverless-index-138-fbc-422-push.yaml +++ b/.tekton/serverless-index-138-fbc-422-push.yaml @@ -25,7 +25,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-ingress-138-pull-request.yaml b/.tekton/serverless-ingress-138-pull-request.yaml index 09d6e514fa..1172e7e2e2 100755 --- a/.tekton/serverless-ingress-138-pull-request.yaml +++ b/.tekton/serverless-ingress-138-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-ingress-138-push.yaml b/.tekton/serverless-ingress-138-push.yaml index e0aff97b40..68f847d3bc 100755 --- a/.tekton/serverless-ingress-138-push.yaml +++ b/.tekton/serverless-ingress-138-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-kn-operator-138-pull-request.yaml b/.tekton/serverless-kn-operator-138-pull-request.yaml index 1c70d05779..802a39df98 100755 --- a/.tekton/serverless-kn-operator-138-pull-request.yaml +++ b/.tekton/serverless-kn-operator-138-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-kn-operator-138-push.yaml b/.tekton/serverless-kn-operator-138-push.yaml index 2a460ca2c0..1e7c02b387 100755 --- a/.tekton/serverless-kn-operator-138-push.yaml +++ b/.tekton/serverless-kn-operator-138-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-metadata-webhook-138-pull-request.yaml b/.tekton/serverless-metadata-webhook-138-pull-request.yaml index a92cff7c84..1cabb832d2 100755 --- a/.tekton/serverless-metadata-webhook-138-pull-request.yaml +++ b/.tekton/serverless-metadata-webhook-138-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-metadata-webhook-138-push.yaml b/.tekton/serverless-metadata-webhook-138-push.yaml index 4e98cca86b..f7ce429fd7 100755 --- a/.tekton/serverless-metadata-webhook-138-push.yaml +++ b/.tekton/serverless-metadata-webhook-138-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-must-gather-138-pull-request.yaml b/.tekton/serverless-must-gather-138-pull-request.yaml index ae06f2eb45..fd834c51ad 100755 --- a/.tekton/serverless-must-gather-138-pull-request.yaml +++ b/.tekton/serverless-must-gather-138-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-must-gather-138-push.yaml b/.tekton/serverless-must-gather-138-push.yaml index 2cb582aad0..54cd00a33f 100755 --- a/.tekton/serverless-must-gather-138-push.yaml +++ b/.tekton/serverless-must-gather-138-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-openshift-kn-operator-138-pull-request.yaml b/.tekton/serverless-openshift-kn-operator-138-pull-request.yaml index 73a0ce5134..04253fc6b1 100755 --- a/.tekton/serverless-openshift-kn-operator-138-pull-request.yaml +++ b/.tekton/serverless-openshift-kn-operator-138-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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/serverless-openshift-kn-operator-138-push.yaml b/.tekton/serverless-openshift-kn-operator-138-push.yaml index 437876ea46..f7caca736d 100755 --- a/.tekton/serverless-openshift-kn-operator-138-push.yaml +++ b/.tekton/serverless-openshift-kn-operator-138-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.38.0 - TAG=v1.21.0 - 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