From 6e0a6e8b74064e78b97779cbb21e3b35e8b4b959 Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Mon, 14 Oct 2024 09:09:35 +0000 Subject: [PATCH] [release-v1.15] Sync Konflux configurations --- .tekton/docker-build.yaml | 144 ++++++++++-------- ...kn-serving-activator-115-pull-request.yaml | 5 +- .tekton/kn-serving-activator-115-push.yaml | 12 +- ...n-serving-autoscaler-115-pull-request.yaml | 5 +- .tekton/kn-serving-autoscaler-115-push.yaml | 12 +- ...rving-autoscaler-hpa-115-pull-request.yaml | 5 +- .../kn-serving-autoscaler-hpa-115-push.yaml | 12 +- .../kn-serving-cleanup-115-pull-request.yaml | 5 +- .tekton/kn-serving-cleanup-115-push.yaml | 12 +- ...n-serving-controller-115-pull-request.yaml | 5 +- .tekton/kn-serving-controller-115-push.yaml | 12 +- ...ving-dataplane-probe-115-pull-request.yaml | 5 +- .../kn-serving-dataplane-probe-115-push.yaml | 12 +- ...rving-default-domain-115-pull-request.yaml | 5 +- .../kn-serving-default-domain-115-push.yaml | 12 +- ...kn-serving-load-test-115-pull-request.yaml | 5 +- .tekton/kn-serving-load-test-115-push.yaml | 12 +- .../kn-serving-queue-115-pull-request.yaml | 5 +- .tekton/kn-serving-queue-115-push.yaml | 12 +- ...ng-real-traffic-test-115-pull-request.yaml | 5 +- ...kn-serving-real-traffic-test-115-push.yaml | 12 +- ...reconciliation-delay-115-pull-request.yaml | 5 +- ...serving-reconciliation-delay-115-push.yaml | 12 +- ...erving-rollout-probe-115-pull-request.yaml | 5 +- .../kn-serving-rollout-probe-115-push.yaml | 12 +- ...ving-scale-from-zero-115-pull-request.yaml | 5 +- .../kn-serving-scale-from-zero-115-push.yaml | 12 +- ...ge-version-migration-115-pull-request.yaml | 5 +- ...ng-storage-version-migration-115-push.yaml | 12 +- ...rving-test-autoscale-115-pull-request.yaml | 5 +- .../kn-serving-test-autoscale-115-push.yaml | 12 +- ...serving-test-failing-115-pull-request.yaml | 5 +- .tekton/kn-serving-test-failing-115-push.yaml | 12 +- ...rving-test-grpc-ping-115-pull-request.yaml | 5 +- .../kn-serving-test-grpc-ping-115-push.yaml | 12 +- ...ving-test-hellohttp2-115-pull-request.yaml | 5 +- .../kn-serving-test-hellohttp2-115-push.yaml | 12 +- ...ing-test-hellovolume-115-pull-request.yaml | 5 +- .../kn-serving-test-hellovolume-115-push.yaml | 12 +- ...ving-test-helloworld-115-pull-request.yaml | 5 +- .../kn-serving-test-helloworld-115-push.yaml | 12 +- ...rving-test-httpproxy-115-pull-request.yaml | 5 +- .../kn-serving-test-httpproxy-115-push.yaml | 12 +- ...g-test-pizzaplanetv1-115-pull-request.yaml | 5 +- ...n-serving-test-pizzaplanetv1-115-push.yaml | 12 +- ...g-test-pizzaplanetv2-115-pull-request.yaml | 5 +- ...n-serving-test-pizzaplanetv2-115-push.yaml | 12 +- ...rving-test-readiness-115-pull-request.yaml | 5 +- .../kn-serving-test-readiness-115-push.yaml | 12 +- ...test-revisionfailure-115-pull-request.yaml | 5 +- ...serving-test-revisionfailure-115-push.yaml | 12 +- ...serving-test-runtime-115-pull-request.yaml | 5 +- .tekton/kn-serving-test-runtime-115-push.yaml | 12 +- ...est-servingcontainer-115-pull-request.yaml | 5 +- ...erving-test-servingcontainer-115-push.yaml | 12 +- ...est-sidecarcontainer-115-pull-request.yaml | 5 +- ...erving-test-sidecarcontainer-115-push.yaml | 12 +- ...-test-singlethreaded-115-pull-request.yaml | 5 +- ...-serving-test-singlethreaded-115-push.yaml | 12 +- ...rving-test-slowstart-115-pull-request.yaml | 5 +- .../kn-serving-test-slowstart-115-push.yaml | 12 +- ...serving-test-timeout-115-pull-request.yaml | 5 +- .tekton/kn-serving-test-timeout-115-push.yaml | 12 +- ...serving-test-volumes-115-pull-request.yaml | 5 +- .tekton/kn-serving-test-volumes-115-push.yaml | 12 +- ...erving-test-wsserver-115-pull-request.yaml | 5 +- .../kn-serving-test-wsserver-115-push.yaml | 12 +- .../kn-serving-webhook-115-pull-request.yaml | 5 +- .tekton/kn-serving-webhook-115-push.yaml | 12 +- 69 files changed, 557 insertions(+), 165 deletions(-) diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index fa0b10563edd..4483069d0723 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -9,10 +9,10 @@ metadata: name: docker-build spec: description: | - This pipeline is ideal for building container images from a Containerfile while reducing network traffic. + This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization. - _Uses `buildah` to create a container image. It also optionally creates a source image and runs some build-time tests. EC will flag a violation for [`trusted_task.trusted`](https://enterprisecontract.dev/docs/ec-policies/release_policy.html#trusted_task__trusted) if any tasks are added to the pipeline. - This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/repository/konflux-ci/tekton-catalog/pipeline-docker-build?tab=tags)_ + _Uses `buildah` to create a multi-platform container image leveraging [trusted artifacts](https://konflux-ci.dev/architecture/ADR/0036-trusted-artifacts.html). It also optionally creates a source image and runs some build-time tests. This pipeline requires that the [multi platform controller](https://github.com/konflux-ci/multi-platform-controller) is deployed and configured on your Konflux instance. Information is shared between tasks using OCI artifacts instead of PVCs. EC will pass the [`trusted_task.trusted`](https://enterprisecontract.dev/docs/ec-policies/release_policy.html#trusted_task__trusted) policy as long as all data used to build the artifact is generated from trusted tasks. + This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/repository/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta?tab=tags)_ finally: - name: show-sbom params: @@ -27,29 +27,16 @@ spec: - name: kind value: task resolver: bundles - - name: show-summary - params: - - name: pipelinerun-name - value: $(context.pipelineRun.name) - - name: git-url - value: $(tasks.clone-repository.results.url)?rev=$(tasks.clone-repository.results.commit) - - name: image-url - value: $(params.output-image) - - name: build-task-status - value: $(tasks.build-image-index.status) - taskRef: - params: - - name: name - value: summary - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:d97c04ab42f277b1103eb6f3a053b247849f4f5b3237ea302a8ecada3b24e15b - - name: kind - value: task - resolver: bundles - workspaces: - - name: workspace - workspace: workspace params: + - default: + - linux/x86_64 + - linux/arm64 + - linux/ppc64le + - linux/s390x + description: List of platforms to build the container images on. The available + set of values is determined by the configuration of the multi-platform-controller. + name: build-platforms + type: array - default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party description: Append arguments to Snyk code command. name: snyk-args @@ -106,7 +93,7 @@ spec: description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: "true" description: Add built image into an OCI image index name: build-image-index type: string @@ -140,14 +127,18 @@ spec: value: $(tasks.build-image-index.results.IMAGE_DIGEST) - name: image-url value: $(tasks.build-image-index.results.IMAGE_URL) + - name: SOURCE_ARTIFACT + value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) + - name: CACHI2_ARTIFACT + value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) runAfter: - build-image-index taskRef: params: - name: name - value: sast-snyk-check + value: sast-snyk-check-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.2@sha256:69ae591831f0f96d31c85d360273c1ce436ae1dbbfa3d0b22a083cb228c9e82c + value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.2@sha256:7e99a122bc9e84fd9fb29062e825d3345177337d2448dcb50324f86ec5560c7a - name: kind value: task resolver: bundles @@ -156,34 +147,30 @@ spec: operator: in values: - "false" - workspaces: - - name: workspace - workspace: workspace - name: prefetch-dependencies params: - name: dev-package-managers value: $(params.prefetch-input-dev-package-managers) - name: input value: $(params.prefetch-input) + - name: SOURCE_ARTIFACT + value: $(tasks.clone-repository.results.SOURCE_ARTIFACT) + - name: ociStorage + value: $(params.output-image).prefetch + - name: ociArtifactExpiresAfter + value: $(params.image-expires-after) runAfter: - clone-repository taskRef: params: - name: name - value: prefetch-dependencies + value: prefetch-dependencies-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:fe7234e3824d1e65d6a7aac352e7a6bbce623d90d8d7da9aceeee108ad2c61be + value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:621b13ab4a01a366a2b1d8403cf06b2b7418afd926d13678c4432858514407d3 - name: kind value: task resolver: bundles - when: - - input: $(params.prefetch-input) - operator: notin - values: - - "" workspaces: - - name: source - workspace: workspace - name: git-basic-auth workspace: git-auth - name: netrc @@ -228,14 +215,18 @@ spec: value: $(params.git-url) - name: revision value: $(params.revision) + - name: ociStorage + value: $(params.output-image).git + - name: ociArtifactExpiresAfter + value: $(params.image-expires-after) runAfter: - init taskRef: params: - name: name - value: git-clone + value: git-clone-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:2cccdf8729ad4d5adf65e8b66464f8efa1e1c87ba16d343b4a6c621a2a40f7e1 + value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d1e63ec00bed1c9f0f571fa76b4da570be49a7c255c610544a461495230ba1b1 - name: kind value: task resolver: bundles @@ -245,11 +236,14 @@ spec: values: - "true" workspaces: - - name: output - workspace: workspace - name: basic-auth workspace: git-auth - - name: build-container + - matrix: + params: + - name: PLATFORM + value: + - $(params.build-platforms) + name: build-images params: - name: IMAGE value: $(params.output-image) @@ -270,14 +264,20 @@ spec: - $(params.build-args[*]) - name: BUILD_ARGS_FILE value: $(params.build-args-file) + - name: SOURCE_ARTIFACT + value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) + - name: CACHI2_ARTIFACT + value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) + - name: IMAGE_APPEND_PLATFORM + value: "true" runAfter: - prefetch-dependencies taskRef: params: - name: name - value: buildah + value: buildah-remote-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:e107cfdf4ee68741ad366b2768cd33e2d5f99569b639f95f50df8b9835c2d144 + value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.2@sha256:8b0332f55f118cba886fb55e8d56b8110bc15cfaab51307f28e7c17da5990304 - name: kind value: task resolver: bundles @@ -286,9 +286,6 @@ spec: operator: in values: - "true" - workspaces: - - name: source - workspace: workspace - name: build-image-index params: - name: IMAGE @@ -301,9 +298,9 @@ spec: value: $(params.build-image-index) - name: IMAGES value: - - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST) + - $(tasks.build-images.results.IMAGE_REF[*]) runAfter: - - build-container + - build-images taskRef: params: - name: name @@ -322,14 +319,18 @@ spec: params: - name: BINARY_IMAGE value: $(params.output-image) + - name: SOURCE_ARTIFACT + value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) + - name: CACHI2_ARTIFACT + value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) runAfter: - build-image-index taskRef: params: - name: name - value: source-build + value: source-build-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.1@sha256:21cb5ebaff7a9216903cf78933dc4ec4dd6283a52636b16590a5f52ceb278269 + value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1@sha256:261f075fd5a096f7b28a999b505136b2a3a5aef390087148b3131fd3ec295db3 - name: kind value: task resolver: bundles @@ -342,9 +343,6 @@ spec: operator: in values: - "true" - workspaces: - - name: workspace - workspace: workspace - name: deprecated-base-image-check params: - name: IMAGE_URL @@ -441,22 +439,42 @@ spec: value: $(params.dockerfile) - name: CONTEXT value: $(params.path-context) + - name: SOURCE_ARTIFACT + value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) runAfter: - build-image-index taskRef: params: - name: name - value: push-dockerfile + value: push-dockerfile-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:0d2b6d31dc8bc02c5493d7d28a163bb6c867be5f86c3a82388b0d5c69e18d352 + value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:442f6c7d3a4d4daa7d9c4131ae2c86e604cb35dc6f09cf8c2c336a0b88976aff - name: kind value: task resolver: bundles - workspaces: - - name: workspace - workspace: workspace + - name: rpms-signature-scan + params: + - name: image-url + value: $(tasks.build-image-index.results.IMAGE_URL) + - name: image-digest + value: $(tasks.build-image-index.results.IMAGE_DIGEST) + runAfter: + - build-image-index + taskRef: + params: + - name: name + value: rpms-signature-scan + - name: bundle + value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8 + - name: kind + value: task + resolver: bundles + when: + - input: $(params.skip-checks) + operator: in + values: + - "false" workspaces: - - name: workspace - name: git-auth optional: true - name: netrc diff --git a/.tekton/kn-serving-activator-115-pull-request.yaml b/.tekton/kn-serving-activator-115-pull-request.yaml index 4793bd2b4ffb..abd871975977 100755 --- a/.tekton/kn-serving-activator-115-pull-request.yaml +++ b/.tekton/kn-serving-activator-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/activator/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-activator-115-push.yaml b/.tekton/kn-serving-activator-115-push.yaml index d0ee5085ea91..47b75d1ee40a 100755 --- a/.tekton/kn-serving-activator-115-push.yaml +++ b/.tekton/kn-serving-activator-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/activator/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-autoscaler-115-pull-request.yaml b/.tekton/kn-serving-autoscaler-115-pull-request.yaml index 7240cf9072da..af6285cb652f 100755 --- a/.tekton/kn-serving-autoscaler-115-pull-request.yaml +++ b/.tekton/kn-serving-autoscaler-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/autoscaler/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-autoscaler-115-push.yaml b/.tekton/kn-serving-autoscaler-115-push.yaml index 152faf0800cb..3816b75160a0 100755 --- a/.tekton/kn-serving-autoscaler-115-push.yaml +++ b/.tekton/kn-serving-autoscaler-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/autoscaler/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml b/.tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml index ecf19b49c705..3708fd71343d 100755 --- a/.tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml +++ b/.tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-autoscaler-hpa-115-push.yaml b/.tekton/kn-serving-autoscaler-hpa-115-push.yaml index c65610783c00..9902a3f15917 100755 --- a/.tekton/kn-serving-autoscaler-hpa-115-push.yaml +++ b/.tekton/kn-serving-autoscaler-hpa-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-cleanup-115-pull-request.yaml b/.tekton/kn-serving-cleanup-115-pull-request.yaml index 1e459e1d993c..2bdfc0215e60 100755 --- a/.tekton/kn-serving-cleanup-115-pull-request.yaml +++ b/.tekton/kn-serving-cleanup-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/cleanup/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-cleanup-115-push.yaml b/.tekton/kn-serving-cleanup-115-push.yaml index cde468fb407d..cbcb66f046bd 100755 --- a/.tekton/kn-serving-cleanup-115-push.yaml +++ b/.tekton/kn-serving-cleanup-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/cleanup/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-controller-115-pull-request.yaml b/.tekton/kn-serving-controller-115-pull-request.yaml index 0244f669a9f8..193c75d810f4 100755 --- a/.tekton/kn-serving-controller-115-pull-request.yaml +++ b/.tekton/kn-serving-controller-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/controller/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-controller-115-push.yaml b/.tekton/kn-serving-controller-115-push.yaml index a680d5b16d8a..1fe266c8318a 100755 --- a/.tekton/kn-serving-controller-115-push.yaml +++ b/.tekton/kn-serving-controller-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/controller/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-dataplane-probe-115-pull-request.yaml b/.tekton/kn-serving-dataplane-probe-115-pull-request.yaml index 965a46599e95..6c15f74faa37 100755 --- a/.tekton/kn-serving-dataplane-probe-115-pull-request.yaml +++ b/.tekton/kn-serving-dataplane-probe-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/dataplane-probe/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-dataplane-probe-115-push.yaml b/.tekton/kn-serving-dataplane-probe-115-push.yaml index 822a3e97550f..4d66852a036f 100755 --- a/.tekton/kn-serving-dataplane-probe-115-push.yaml +++ b/.tekton/kn-serving-dataplane-probe-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/dataplane-probe/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-default-domain-115-pull-request.yaml b/.tekton/kn-serving-default-domain-115-pull-request.yaml index e110904f8ae5..8057b5bda3b8 100755 --- a/.tekton/kn-serving-default-domain-115-pull-request.yaml +++ b/.tekton/kn-serving-default-domain-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/default-domain/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-default-domain-115-push.yaml b/.tekton/kn-serving-default-domain-115-push.yaml index c24e3891dfb9..5b4050069f5c 100755 --- a/.tekton/kn-serving-default-domain-115-push.yaml +++ b/.tekton/kn-serving-default-domain-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/default-domain/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-load-test-115-pull-request.yaml b/.tekton/kn-serving-load-test-115-pull-request.yaml index 4f3b15507102..bd7a41412363 100755 --- a/.tekton/kn-serving-load-test-115-pull-request.yaml +++ b/.tekton/kn-serving-load-test-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/load-test/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-load-test-115-push.yaml b/.tekton/kn-serving-load-test-115-push.yaml index d59d324ed89e..3cfc943d24a0 100755 --- a/.tekton/kn-serving-load-test-115-push.yaml +++ b/.tekton/kn-serving-load-test-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/load-test/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-queue-115-pull-request.yaml b/.tekton/kn-serving-queue-115-pull-request.yaml index 414cde514255..b7baeb56c76f 100755 --- a/.tekton/kn-serving-queue-115-pull-request.yaml +++ b/.tekton/kn-serving-queue-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/queue/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-queue-115-push.yaml b/.tekton/kn-serving-queue-115-push.yaml index 5c1e0ea80506..8d96be25c82d 100755 --- a/.tekton/kn-serving-queue-115-push.yaml +++ b/.tekton/kn-serving-queue-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/queue/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-real-traffic-test-115-pull-request.yaml b/.tekton/kn-serving-real-traffic-test-115-pull-request.yaml index 5e940b61302d..a0318bdbe20f 100755 --- a/.tekton/kn-serving-real-traffic-test-115-pull-request.yaml +++ b/.tekton/kn-serving-real-traffic-test-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/real-traffic-test/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-real-traffic-test-115-push.yaml b/.tekton/kn-serving-real-traffic-test-115-push.yaml index 13f5e0c180d0..7a24b61f122e 100755 --- a/.tekton/kn-serving-real-traffic-test-115-push.yaml +++ b/.tekton/kn-serving-real-traffic-test-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/real-traffic-test/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-reconciliation-delay-115-pull-request.yaml b/.tekton/kn-serving-reconciliation-delay-115-pull-request.yaml index 9f36783974d8..8c27acb9b7fa 100755 --- a/.tekton/kn-serving-reconciliation-delay-115-pull-request.yaml +++ b/.tekton/kn-serving-reconciliation-delay-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/reconciliation-delay/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-reconciliation-delay-115-push.yaml b/.tekton/kn-serving-reconciliation-delay-115-push.yaml index 17ef0e3a5977..8023d370966b 100755 --- a/.tekton/kn-serving-reconciliation-delay-115-push.yaml +++ b/.tekton/kn-serving-reconciliation-delay-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/reconciliation-delay/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-rollout-probe-115-pull-request.yaml b/.tekton/kn-serving-rollout-probe-115-pull-request.yaml index e42419bf53e6..15c5c493c1f0 100755 --- a/.tekton/kn-serving-rollout-probe-115-pull-request.yaml +++ b/.tekton/kn-serving-rollout-probe-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/rollout-probe/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-rollout-probe-115-push.yaml b/.tekton/kn-serving-rollout-probe-115-push.yaml index 957dfbcd20a5..cf1d8b872ffb 100755 --- a/.tekton/kn-serving-rollout-probe-115-push.yaml +++ b/.tekton/kn-serving-rollout-probe-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/rollout-probe/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-scale-from-zero-115-pull-request.yaml b/.tekton/kn-serving-scale-from-zero-115-pull-request.yaml index 56665ad8eeec..dce95f5da76a 100755 --- a/.tekton/kn-serving-scale-from-zero-115-pull-request.yaml +++ b/.tekton/kn-serving-scale-from-zero-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/scale-from-zero/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-scale-from-zero-115-push.yaml b/.tekton/kn-serving-scale-from-zero-115-push.yaml index 8aafacb09124..e013370876b1 100755 --- a/.tekton/kn-serving-scale-from-zero-115-push.yaml +++ b/.tekton/kn-serving-scale-from-zero-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-perf-images/scale-from-zero/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-storage-version-migration-115-pull-request.yaml b/.tekton/kn-serving-storage-version-migration-115-pull-request.yaml index 94e8ed319b62..707014c34f66 100755 --- a/.tekton/kn-serving-storage-version-migration-115-pull-request.yaml +++ b/.tekton/kn-serving-storage-version-migration-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/migrate/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-storage-version-migration-115-push.yaml b/.tekton/kn-serving-storage-version-migration-115-push.yaml index 5a76f05415a3..a0c7813254a6 100755 --- a/.tekton/kn-serving-storage-version-migration-115-push.yaml +++ b/.tekton/kn-serving-storage-version-migration-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/migrate/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-autoscale-115-pull-request.yaml b/.tekton/kn-serving-test-autoscale-115-pull-request.yaml index e4a9bb039cb3..4e2935534987 100755 --- a/.tekton/kn-serving-test-autoscale-115-pull-request.yaml +++ b/.tekton/kn-serving-test-autoscale-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/autoscale/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-autoscale-115-push.yaml b/.tekton/kn-serving-test-autoscale-115-push.yaml index 35c2c883cf96..cbc5712dd939 100755 --- a/.tekton/kn-serving-test-autoscale-115-push.yaml +++ b/.tekton/kn-serving-test-autoscale-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/autoscale/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-failing-115-pull-request.yaml b/.tekton/kn-serving-test-failing-115-pull-request.yaml index ca05a791987f..500e2c3cbfa9 100755 --- a/.tekton/kn-serving-test-failing-115-pull-request.yaml +++ b/.tekton/kn-serving-test-failing-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/failing/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-failing-115-push.yaml b/.tekton/kn-serving-test-failing-115-push.yaml index e7fc5c004b1a..1acfe0901189 100755 --- a/.tekton/kn-serving-test-failing-115-push.yaml +++ b/.tekton/kn-serving-test-failing-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/failing/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-grpc-ping-115-pull-request.yaml b/.tekton/kn-serving-test-grpc-ping-115-pull-request.yaml index cee9632f2512..8729663c35ff 100755 --- a/.tekton/kn-serving-test-grpc-ping-115-pull-request.yaml +++ b/.tekton/kn-serving-test-grpc-ping-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-grpc-ping-115-push.yaml b/.tekton/kn-serving-test-grpc-ping-115-push.yaml index f857018d86ea..db990c836f3f 100755 --- a/.tekton/kn-serving-test-grpc-ping-115-push.yaml +++ b/.tekton/kn-serving-test-grpc-ping-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-hellohttp2-115-pull-request.yaml b/.tekton/kn-serving-test-hellohttp2-115-pull-request.yaml index d0b2443b9e52..48350940abfe 100755 --- a/.tekton/kn-serving-test-hellohttp2-115-pull-request.yaml +++ b/.tekton/kn-serving-test-hellohttp2-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-hellohttp2-115-push.yaml b/.tekton/kn-serving-test-hellohttp2-115-push.yaml index 0637a2a586f0..5f6e31f8fd5b 100755 --- a/.tekton/kn-serving-test-hellohttp2-115-push.yaml +++ b/.tekton/kn-serving-test-hellohttp2-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-hellovolume-115-pull-request.yaml b/.tekton/kn-serving-test-hellovolume-115-pull-request.yaml index 8daf6951d450..e7d11d91c17a 100755 --- a/.tekton/kn-serving-test-hellovolume-115-pull-request.yaml +++ b/.tekton/kn-serving-test-hellovolume-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-hellovolume-115-push.yaml b/.tekton/kn-serving-test-hellovolume-115-push.yaml index f2b9d9b3f5cc..27b9c5334bfb 100755 --- a/.tekton/kn-serving-test-hellovolume-115-push.yaml +++ b/.tekton/kn-serving-test-hellovolume-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-helloworld-115-pull-request.yaml b/.tekton/kn-serving-test-helloworld-115-pull-request.yaml index 61c4e4488340..28d9873b5de8 100755 --- a/.tekton/kn-serving-test-helloworld-115-pull-request.yaml +++ b/.tekton/kn-serving-test-helloworld-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-helloworld-115-push.yaml b/.tekton/kn-serving-test-helloworld-115-push.yaml index 61b94d260352..4265de83c336 100755 --- a/.tekton/kn-serving-test-helloworld-115-push.yaml +++ b/.tekton/kn-serving-test-helloworld-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-httpproxy-115-pull-request.yaml b/.tekton/kn-serving-test-httpproxy-115-pull-request.yaml index 794dca1a7382..6032e0d588c0 100755 --- a/.tekton/kn-serving-test-httpproxy-115-pull-request.yaml +++ b/.tekton/kn-serving-test-httpproxy-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-httpproxy-115-push.yaml b/.tekton/kn-serving-test-httpproxy-115-push.yaml index 782a4b2d1fac..d9444f14cb4e 100755 --- a/.tekton/kn-serving-test-httpproxy-115-push.yaml +++ b/.tekton/kn-serving-test-httpproxy-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-pizzaplanetv1-115-pull-request.yaml b/.tekton/kn-serving-test-pizzaplanetv1-115-pull-request.yaml index 5d405d1869eb..b581b4444f47 100755 --- a/.tekton/kn-serving-test-pizzaplanetv1-115-pull-request.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv1-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-pizzaplanetv1-115-push.yaml b/.tekton/kn-serving-test-pizzaplanetv1-115-push.yaml index 849f9b45400a..1daace95c0f2 100755 --- a/.tekton/kn-serving-test-pizzaplanetv1-115-push.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv1-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-pizzaplanetv2-115-pull-request.yaml b/.tekton/kn-serving-test-pizzaplanetv2-115-pull-request.yaml index 85736f16374c..6e3606fb4c96 100755 --- a/.tekton/kn-serving-test-pizzaplanetv2-115-pull-request.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv2-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-pizzaplanetv2-115-push.yaml b/.tekton/kn-serving-test-pizzaplanetv2-115-push.yaml index 1820a525dfa1..00830fd2be01 100755 --- a/.tekton/kn-serving-test-pizzaplanetv2-115-push.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv2-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-readiness-115-pull-request.yaml b/.tekton/kn-serving-test-readiness-115-pull-request.yaml index 41577e112114..3943ce935c87 100755 --- a/.tekton/kn-serving-test-readiness-115-pull-request.yaml +++ b/.tekton/kn-serving-test-readiness-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/readiness/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-readiness-115-push.yaml b/.tekton/kn-serving-test-readiness-115-push.yaml index 8ddc9282f93a..19d5fade8843 100755 --- a/.tekton/kn-serving-test-readiness-115-push.yaml +++ b/.tekton/kn-serving-test-readiness-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/readiness/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-revisionfailure-115-pull-request.yaml b/.tekton/kn-serving-test-revisionfailure-115-pull-request.yaml index cdc90fe727bd..d8356aec8473 100755 --- a/.tekton/kn-serving-test-revisionfailure-115-pull-request.yaml +++ b/.tekton/kn-serving-test-revisionfailure-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/revisionfailure/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-revisionfailure-115-push.yaml b/.tekton/kn-serving-test-revisionfailure-115-push.yaml index 49e92e7b779c..d8d3bcc37282 100755 --- a/.tekton/kn-serving-test-revisionfailure-115-push.yaml +++ b/.tekton/kn-serving-test-revisionfailure-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/revisionfailure/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-runtime-115-pull-request.yaml b/.tekton/kn-serving-test-runtime-115-pull-request.yaml index 03f485a6d628..7454bd763462 100755 --- a/.tekton/kn-serving-test-runtime-115-pull-request.yaml +++ b/.tekton/kn-serving-test-runtime-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/runtime/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-runtime-115-push.yaml b/.tekton/kn-serving-test-runtime-115-push.yaml index a1f9ce7ee28b..45f4f3c301e1 100755 --- a/.tekton/kn-serving-test-runtime-115-push.yaml +++ b/.tekton/kn-serving-test-runtime-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/runtime/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-servingcontainer-115-pull-request.yaml b/.tekton/kn-serving-test-servingcontainer-115-pull-request.yaml index a04eaec70eca..1b53523be738 100755 --- a/.tekton/kn-serving-test-servingcontainer-115-pull-request.yaml +++ b/.tekton/kn-serving-test-servingcontainer-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-servingcontainer-115-push.yaml b/.tekton/kn-serving-test-servingcontainer-115-push.yaml index 8de3765fd259..a167e582b7af 100755 --- a/.tekton/kn-serving-test-servingcontainer-115-push.yaml +++ b/.tekton/kn-serving-test-servingcontainer-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-sidecarcontainer-115-pull-request.yaml b/.tekton/kn-serving-test-sidecarcontainer-115-pull-request.yaml index 232469e32284..c9481d88c4ed 100755 --- a/.tekton/kn-serving-test-sidecarcontainer-115-pull-request.yaml +++ b/.tekton/kn-serving-test-sidecarcontainer-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-sidecarcontainer-115-push.yaml b/.tekton/kn-serving-test-sidecarcontainer-115-push.yaml index d2e9087d1c74..c3880a36df17 100755 --- a/.tekton/kn-serving-test-sidecarcontainer-115-push.yaml +++ b/.tekton/kn-serving-test-sidecarcontainer-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-singlethreaded-115-pull-request.yaml b/.tekton/kn-serving-test-singlethreaded-115-pull-request.yaml index 951944cf9e12..bf737af74676 100755 --- a/.tekton/kn-serving-test-singlethreaded-115-pull-request.yaml +++ b/.tekton/kn-serving-test-singlethreaded-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-singlethreaded-115-push.yaml b/.tekton/kn-serving-test-singlethreaded-115-push.yaml index 3ae52a482e01..7b90a02b396b 100755 --- a/.tekton/kn-serving-test-singlethreaded-115-push.yaml +++ b/.tekton/kn-serving-test-singlethreaded-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-slowstart-115-pull-request.yaml b/.tekton/kn-serving-test-slowstart-115-pull-request.yaml index 22697700a6f6..6f0c7ccb177f 100755 --- a/.tekton/kn-serving-test-slowstart-115-pull-request.yaml +++ b/.tekton/kn-serving-test-slowstart-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/slowstart/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-slowstart-115-push.yaml b/.tekton/kn-serving-test-slowstart-115-push.yaml index a1c2b88fe3be..cba8f65ffc66 100755 --- a/.tekton/kn-serving-test-slowstart-115-push.yaml +++ b/.tekton/kn-serving-test-slowstart-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/slowstart/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-timeout-115-pull-request.yaml b/.tekton/kn-serving-test-timeout-115-pull-request.yaml index 9940e0e99a63..0c9fea9d44d4 100755 --- a/.tekton/kn-serving-test-timeout-115-pull-request.yaml +++ b/.tekton/kn-serving-test-timeout-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/timeout/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-timeout-115-push.yaml b/.tekton/kn-serving-test-timeout-115-push.yaml index e34147e9d4ec..f2f43e3d07c3 100755 --- a/.tekton/kn-serving-test-timeout-115-push.yaml +++ b/.tekton/kn-serving-test-timeout-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/timeout/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-volumes-115-pull-request.yaml b/.tekton/kn-serving-test-volumes-115-pull-request.yaml index a2c49f32e320..0346419d0ab0 100755 --- a/.tekton/kn-serving-test-volumes-115-pull-request.yaml +++ b/.tekton/kn-serving-test-volumes-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/volumes/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-volumes-115-push.yaml b/.tekton/kn-serving-test-volumes-115-push.yaml index 0ecd05238da8..ef01280601e5 100755 --- a/.tekton/kn-serving-test-volumes-115-push.yaml +++ b/.tekton/kn-serving-test-volumes-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/volumes/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-test-wsserver-115-pull-request.yaml b/.tekton/kn-serving-test-wsserver-115-pull-request.yaml index 363f557f0019..60104d757d4d 100755 --- a/.tekton/kn-serving-test-wsserver-115-pull-request.yaml +++ b/.tekton/kn-serving-test-wsserver-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wsserver/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-wsserver-115-push.yaml b/.tekton/kn-serving-test-wsserver-115-push.yaml index 7615877044aa..037602fddb14 100755 --- a/.tekton/kn-serving-test-wsserver-115-push.yaml +++ b/.tekton/kn-serving-test-wsserver-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-test-images/wsserver/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {} diff --git a/.tekton/kn-serving-webhook-115-pull-request.yaml b/.tekton/kn-serving-webhook-115-pull-request.yaml index 2ff559bb46b3..74ecf894d59f 100755 --- a/.tekton/kn-serving-webhook-115-pull-request.yaml +++ b/.tekton/kn-serving-webhook-115-pull-request.yaml @@ -21,7 +21,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/webhook/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-webhook-115-push.yaml b/.tekton/kn-serving-webhook-115-push.yaml index 9d332d6c5c97..1a0128074beb 100755 --- a/.tekton/kn-serving-webhook-115-push.yaml +++ b/.tekton/kn-serving-webhook-115-push.yaml @@ -20,7 +20,10 @@ spec: - name: dockerfile value: openshift/ci-operator/knative-images/webhook/Dockerfile - name: build-args - value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ] + value: + - VERSION=1.35.0 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - name: git-url value: '{{source_url}}' - name: hermetic @@ -30,7 +33,12 @@ spec: - name: revision value: '{{revision}}' - name: additional-tags - value: [ 1.35.0, latest, ] + value: + + - 1.35.0 + + - latest + ] pipelineRef: name: docker-build taskRunTemplate: {}