diff --git a/.konflux/applications/serverless-operator-136/tests/ec-test.yaml b/.konflux/applications/serverless-operator-136/tests/ec-test.yaml index 57202cc24977..5b29ed6f46b5 100755 --- a/.konflux/applications/serverless-operator-136/tests/ec-test.yaml +++ b/.konflux/applications/serverless-operator-136/tests/ec-test.yaml @@ -1,7 +1,7 @@ apiVersion: appstudio.redhat.com/v1beta2 kind: IntegrationTestScenario metadata: - name: serverless-operator-136-enterprise-contract + name: serverless-operator-136-ec spec: params: - name: POLICY_CONFIGURATION diff --git a/.konflux/applications/serverless-operator-136/tests/override-snapshot-ec-test.yaml b/.konflux/applications/serverless-operator-136/tests/override-snapshot-ec-test.yaml new file mode 100755 index 000000000000..18e5191c3ff8 --- /dev/null +++ b/.konflux/applications/serverless-operator-136/tests/override-snapshot-ec-test.yaml @@ -0,0 +1,23 @@ +apiVersion: appstudio.redhat.com/v1beta2 +kind: IntegrationTestScenario +metadata: + name: serverless-operator-136-ec-override-snapshot +spec: + params: + - name: POLICY_CONFIGURATION + value: rhtap-releng-tenant/registry-ocp-serverless + - name: TIMEOUT + value: "120m" + application: serverless-operator-136 + contexts: + - description: Override Snapshot testing + name: override + resolverRef: + params: + - name: url + value: 'https://github.com/redhat-appstudio/build-definitions' + - name: revision + value: main + - name: pathInRepo + value: pipelines/enterprise-contract.yaml + resolver: git diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index d3a3ecb3079f..666fde1c4a83 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -429,6 +429,56 @@ spec: operator: in values: - "false" + - name: sast-shell-check + params: + - name: image-digest + 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-shell-check-oci-ta + - name: bundle + value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:ac6a35e4143a68f841e363da3f21f2123de9f3acf76596f79ecb60c501eed408 + - name: kind + value: task + resolver: bundles + when: + - input: $(params.skip-checks) + operator: in + values: + - "false" + - name: sast-unicode-check + params: + - 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-shell-check-oci-ta + - name: bundle + value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:ac6a35e4143a68f841e363da3f21f2123de9f3acf76596f79ecb60c501eed408 + - name: kind + value: task + resolver: bundles + when: + - input: $(params.skip-checks) + operator: in + values: + - "false" - name: push-dockerfile params: - name: IMAGE diff --git a/.tekton/kn-serving-activator-116-pull-request.yaml b/.tekton/kn-serving-activator-116-pull-request.yaml index 21d7c5dd4fa6..0f0ffc42b8b0 100755 --- a/.tekton/kn-serving-activator-116-pull-request.yaml +++ b/.tekton/kn-serving-activator-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/activator/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-activator-116-push.yaml b/.tekton/kn-serving-activator-116-push.yaml index aff4920db86f..c54c8ff2a5ca 100755 --- a/.tekton/kn-serving-activator-116-push.yaml +++ b/.tekton/kn-serving-activator-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/activator/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-autoscaler-116-pull-request.yaml b/.tekton/kn-serving-autoscaler-116-pull-request.yaml index adae2b6d98c0..97865501f751 100755 --- a/.tekton/kn-serving-autoscaler-116-pull-request.yaml +++ b/.tekton/kn-serving-autoscaler-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/autoscaler/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-autoscaler-116-push.yaml b/.tekton/kn-serving-autoscaler-116-push.yaml index 1f0c2c27043d..47c429b3125f 100755 --- a/.tekton/kn-serving-autoscaler-116-push.yaml +++ b/.tekton/kn-serving-autoscaler-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/autoscaler/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-autoscaler-hpa-116-pull-request.yaml b/.tekton/kn-serving-autoscaler-hpa-116-pull-request.yaml index 5c5a14d7a311..782f9872cff6 100755 --- a/.tekton/kn-serving-autoscaler-hpa-116-pull-request.yaml +++ b/.tekton/kn-serving-autoscaler-hpa-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-autoscaler-hpa-116-push.yaml b/.tekton/kn-serving-autoscaler-hpa-116-push.yaml index 43c9b9d0ced4..f73eb0a9fd8e 100755 --- a/.tekton/kn-serving-autoscaler-hpa-116-push.yaml +++ b/.tekton/kn-serving-autoscaler-hpa-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-cleanup-116-pull-request.yaml b/.tekton/kn-serving-cleanup-116-pull-request.yaml index f430e7736efb..0e2f95e8f38d 100755 --- a/.tekton/kn-serving-cleanup-116-pull-request.yaml +++ b/.tekton/kn-serving-cleanup-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/cleanup/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-cleanup-116-push.yaml b/.tekton/kn-serving-cleanup-116-push.yaml index 1e317dd1b1ed..37aa28697cd1 100755 --- a/.tekton/kn-serving-cleanup-116-push.yaml +++ b/.tekton/kn-serving-cleanup-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/cleanup/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-controller-116-pull-request.yaml b/.tekton/kn-serving-controller-116-pull-request.yaml index 7d93a6a722ad..3a8f8f8bee03 100755 --- a/.tekton/kn-serving-controller-116-pull-request.yaml +++ b/.tekton/kn-serving-controller-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/controller/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-controller-116-push.yaml b/.tekton/kn-serving-controller-116-push.yaml index d26bc21d8f1c..f9b4c7fde829 100755 --- a/.tekton/kn-serving-controller-116-push.yaml +++ b/.tekton/kn-serving-controller-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/controller/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-default-domain-116-pull-request.yaml b/.tekton/kn-serving-default-domain-116-pull-request.yaml index 04d025ccb78f..a1c3cf16704b 100755 --- a/.tekton/kn-serving-default-domain-116-pull-request.yaml +++ b/.tekton/kn-serving-default-domain-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/default-domain/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-default-domain-116-push.yaml b/.tekton/kn-serving-default-domain-116-push.yaml index 87535d9bb35b..88c73e1a6143 100755 --- a/.tekton/kn-serving-default-domain-116-push.yaml +++ b/.tekton/kn-serving-default-domain-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/default-domain/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-queue-116-pull-request.yaml b/.tekton/kn-serving-queue-116-pull-request.yaml index 8b5495967732..a7f9878d96a4 100755 --- a/.tekton/kn-serving-queue-116-pull-request.yaml +++ b/.tekton/kn-serving-queue-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/queue/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-queue-116-push.yaml b/.tekton/kn-serving-queue-116-push.yaml index d7f22712b7c5..553c50c9427e 100755 --- a/.tekton/kn-serving-queue-116-push.yaml +++ b/.tekton/kn-serving-queue-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/queue/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-storage-version-migration-116-pull-request.yaml b/.tekton/kn-serving-storage-version-migration-116-pull-request.yaml index 80fde244792d..01faf65029c9 100755 --- a/.tekton/kn-serving-storage-version-migration-116-pull-request.yaml +++ b/.tekton/kn-serving-storage-version-migration-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/migrate/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-storage-version-migration-116-push.yaml b/.tekton/kn-serving-storage-version-migration-116-push.yaml index 2b8378262bb3..ddf6c48f4d9d 100755 --- a/.tekton/kn-serving-storage-version-migration-116-push.yaml +++ b/.tekton/kn-serving-storage-version-migration-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/migrate/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-autoscale-116-pull-request.yaml b/.tekton/kn-serving-test-autoscale-116-pull-request.yaml index bc1d5413943d..10de0d0bcfbf 100755 --- a/.tekton/kn-serving-test-autoscale-116-pull-request.yaml +++ b/.tekton/kn-serving-test-autoscale-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/autoscale/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-autoscale-116-push.yaml b/.tekton/kn-serving-test-autoscale-116-push.yaml index 440a487052a4..cf3af5ff159c 100755 --- a/.tekton/kn-serving-test-autoscale-116-push.yaml +++ b/.tekton/kn-serving-test-autoscale-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/autoscale/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-failing-116-pull-request.yaml b/.tekton/kn-serving-test-failing-116-pull-request.yaml index af8e2258cbd0..ae1dc8f92673 100755 --- a/.tekton/kn-serving-test-failing-116-pull-request.yaml +++ b/.tekton/kn-serving-test-failing-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/failing/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-failing-116-push.yaml b/.tekton/kn-serving-test-failing-116-push.yaml index 2f01a06e43fc..4e07b5884526 100755 --- a/.tekton/kn-serving-test-failing-116-push.yaml +++ b/.tekton/kn-serving-test-failing-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/failing/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-grpc-ping-116-pull-request.yaml b/.tekton/kn-serving-test-grpc-ping-116-pull-request.yaml index 01692d7a71ec..f96601171ce0 100755 --- a/.tekton/kn-serving-test-grpc-ping-116-pull-request.yaml +++ b/.tekton/kn-serving-test-grpc-ping-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-grpc-ping-116-push.yaml b/.tekton/kn-serving-test-grpc-ping-116-push.yaml index 134b253f35a9..7586d285aeaf 100755 --- a/.tekton/kn-serving-test-grpc-ping-116-push.yaml +++ b/.tekton/kn-serving-test-grpc-ping-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-hellohttp2-116-pull-request.yaml b/.tekton/kn-serving-test-hellohttp2-116-pull-request.yaml index c2aadabbd9fb..e51e6a637449 100755 --- a/.tekton/kn-serving-test-hellohttp2-116-pull-request.yaml +++ b/.tekton/kn-serving-test-hellohttp2-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-hellohttp2-116-push.yaml b/.tekton/kn-serving-test-hellohttp2-116-push.yaml index 5731dfeee7d9..0bd1348b5c35 100755 --- a/.tekton/kn-serving-test-hellohttp2-116-push.yaml +++ b/.tekton/kn-serving-test-hellohttp2-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-hellovolume-116-pull-request.yaml b/.tekton/kn-serving-test-hellovolume-116-pull-request.yaml index 45664dccc9d8..e6e90ce331c8 100755 --- a/.tekton/kn-serving-test-hellovolume-116-pull-request.yaml +++ b/.tekton/kn-serving-test-hellovolume-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-hellovolume-116-push.yaml b/.tekton/kn-serving-test-hellovolume-116-push.yaml index 18777e611d34..10b036f3b95d 100755 --- a/.tekton/kn-serving-test-hellovolume-116-push.yaml +++ b/.tekton/kn-serving-test-hellovolume-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-helloworld-116-pull-request.yaml b/.tekton/kn-serving-test-helloworld-116-pull-request.yaml index 2ec93ea56f47..3ce2f44d1ba6 100755 --- a/.tekton/kn-serving-test-helloworld-116-pull-request.yaml +++ b/.tekton/kn-serving-test-helloworld-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-helloworld-116-push.yaml b/.tekton/kn-serving-test-helloworld-116-push.yaml index 502ab598928c..f663cc531c7e 100755 --- a/.tekton/kn-serving-test-helloworld-116-push.yaml +++ b/.tekton/kn-serving-test-helloworld-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-httpproxy-116-pull-request.yaml b/.tekton/kn-serving-test-httpproxy-116-pull-request.yaml index cbba042bae39..fc1295323de1 100755 --- a/.tekton/kn-serving-test-httpproxy-116-pull-request.yaml +++ b/.tekton/kn-serving-test-httpproxy-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-httpproxy-116-push.yaml b/.tekton/kn-serving-test-httpproxy-116-push.yaml index a9e150a8bdb1..94e5a7cb7efc 100755 --- a/.tekton/kn-serving-test-httpproxy-116-push.yaml +++ b/.tekton/kn-serving-test-httpproxy-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-pizzaplanetv1-116-pull-request.yaml b/.tekton/kn-serving-test-pizzaplanetv1-116-pull-request.yaml index b840e4b14607..0a85b7762f2d 100755 --- a/.tekton/kn-serving-test-pizzaplanetv1-116-pull-request.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv1-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-pizzaplanetv1-116-push.yaml b/.tekton/kn-serving-test-pizzaplanetv1-116-push.yaml index c6bcb0ba9fbf..0782730b613d 100755 --- a/.tekton/kn-serving-test-pizzaplanetv1-116-push.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv1-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-pizzaplanetv2-116-pull-request.yaml b/.tekton/kn-serving-test-pizzaplanetv2-116-pull-request.yaml index 5d54976f10a1..14fc844d7710 100755 --- a/.tekton/kn-serving-test-pizzaplanetv2-116-pull-request.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv2-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-pizzaplanetv2-116-push.yaml b/.tekton/kn-serving-test-pizzaplanetv2-116-push.yaml index b4386476c067..74855e80b2d7 100755 --- a/.tekton/kn-serving-test-pizzaplanetv2-116-push.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv2-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-readiness-116-pull-request.yaml b/.tekton/kn-serving-test-readiness-116-pull-request.yaml index 9969ecbf7530..5980b3d3b09e 100755 --- a/.tekton/kn-serving-test-readiness-116-pull-request.yaml +++ b/.tekton/kn-serving-test-readiness-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/readiness/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-readiness-116-push.yaml b/.tekton/kn-serving-test-readiness-116-push.yaml index e531b55239b2..040bd2df270f 100755 --- a/.tekton/kn-serving-test-readiness-116-push.yaml +++ b/.tekton/kn-serving-test-readiness-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/readiness/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-revisionfailure-116-pull-request.yaml b/.tekton/kn-serving-test-revisionfailure-116-pull-request.yaml index dad9f17a13b7..40e3af50decd 100755 --- a/.tekton/kn-serving-test-revisionfailure-116-pull-request.yaml +++ b/.tekton/kn-serving-test-revisionfailure-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/revisionfailure/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-revisionfailure-116-push.yaml b/.tekton/kn-serving-test-revisionfailure-116-push.yaml index 50e60de3582b..d850f52679fa 100755 --- a/.tekton/kn-serving-test-revisionfailure-116-push.yaml +++ b/.tekton/kn-serving-test-revisionfailure-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/revisionfailure/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-runtime-116-pull-request.yaml b/.tekton/kn-serving-test-runtime-116-pull-request.yaml index 879a3593181c..6040b07b3e5c 100755 --- a/.tekton/kn-serving-test-runtime-116-pull-request.yaml +++ b/.tekton/kn-serving-test-runtime-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/runtime/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-runtime-116-push.yaml b/.tekton/kn-serving-test-runtime-116-push.yaml index 0aaa4576c0f5..4f0801569ffb 100755 --- a/.tekton/kn-serving-test-runtime-116-push.yaml +++ b/.tekton/kn-serving-test-runtime-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/runtime/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-servingcontainer-116-pull-request.yaml b/.tekton/kn-serving-test-servingcontainer-116-pull-request.yaml index 48ccab0f1386..c921fd16ae79 100755 --- a/.tekton/kn-serving-test-servingcontainer-116-pull-request.yaml +++ b/.tekton/kn-serving-test-servingcontainer-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-servingcontainer-116-push.yaml b/.tekton/kn-serving-test-servingcontainer-116-push.yaml index b455b6f291cc..f54fc3541d3e 100755 --- a/.tekton/kn-serving-test-servingcontainer-116-push.yaml +++ b/.tekton/kn-serving-test-servingcontainer-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-sidecarcontainer-116-pull-request.yaml b/.tekton/kn-serving-test-sidecarcontainer-116-pull-request.yaml index 305f6cb56531..c4a181d76617 100755 --- a/.tekton/kn-serving-test-sidecarcontainer-116-pull-request.yaml +++ b/.tekton/kn-serving-test-sidecarcontainer-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-sidecarcontainer-116-push.yaml b/.tekton/kn-serving-test-sidecarcontainer-116-push.yaml index 770b3b5421a0..874ff129547e 100755 --- a/.tekton/kn-serving-test-sidecarcontainer-116-push.yaml +++ b/.tekton/kn-serving-test-sidecarcontainer-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-singlethreaded-116-pull-request.yaml b/.tekton/kn-serving-test-singlethreaded-116-pull-request.yaml index 7037d5b797f8..debff9e747ac 100755 --- a/.tekton/kn-serving-test-singlethreaded-116-pull-request.yaml +++ b/.tekton/kn-serving-test-singlethreaded-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-singlethreaded-116-push.yaml b/.tekton/kn-serving-test-singlethreaded-116-push.yaml index 3423b0218863..d64f59b9a79f 100755 --- a/.tekton/kn-serving-test-singlethreaded-116-push.yaml +++ b/.tekton/kn-serving-test-singlethreaded-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-slowstart-116-pull-request.yaml b/.tekton/kn-serving-test-slowstart-116-pull-request.yaml index 4c6c06cf4443..e19065731a70 100755 --- a/.tekton/kn-serving-test-slowstart-116-pull-request.yaml +++ b/.tekton/kn-serving-test-slowstart-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/slowstart/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-slowstart-116-push.yaml b/.tekton/kn-serving-test-slowstart-116-push.yaml index 9446d3303dd2..496b7bd50f11 100755 --- a/.tekton/kn-serving-test-slowstart-116-push.yaml +++ b/.tekton/kn-serving-test-slowstart-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/slowstart/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-timeout-116-pull-request.yaml b/.tekton/kn-serving-test-timeout-116-pull-request.yaml index f032ff566435..1c2fe97a99de 100755 --- a/.tekton/kn-serving-test-timeout-116-pull-request.yaml +++ b/.tekton/kn-serving-test-timeout-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/timeout/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-timeout-116-push.yaml b/.tekton/kn-serving-test-timeout-116-push.yaml index 7796a0fec5ed..f68ed46fe975 100755 --- a/.tekton/kn-serving-test-timeout-116-push.yaml +++ b/.tekton/kn-serving-test-timeout-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/timeout/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-volumes-116-pull-request.yaml b/.tekton/kn-serving-test-volumes-116-pull-request.yaml index ff3f5159c3ef..b59b294625b8 100755 --- a/.tekton/kn-serving-test-volumes-116-pull-request.yaml +++ b/.tekton/kn-serving-test-volumes-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/volumes/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-volumes-116-push.yaml b/.tekton/kn-serving-test-volumes-116-push.yaml index fec41e9b5e27..942c21ff370a 100755 --- a/.tekton/kn-serving-test-volumes-116-push.yaml +++ b/.tekton/kn-serving-test-volumes-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/volumes/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-test-wsserver-116-pull-request.yaml b/.tekton/kn-serving-test-wsserver-116-pull-request.yaml index d2b328ccf809..35d01f323435 100755 --- a/.tekton/kn-serving-test-wsserver-116-pull-request.yaml +++ b/.tekton/kn-serving-test-wsserver-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-test-images/wsserver/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-wsserver-116-push.yaml b/.tekton/kn-serving-test-wsserver-116-push.yaml index fe81e1d693cd..60a6941f95f9 100755 --- a/.tekton/kn-serving-test-wsserver-116-push.yaml +++ b/.tekton/kn-serving-test-wsserver-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-test-images/wsserver/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: diff --git a/.tekton/kn-serving-webhook-116-pull-request.yaml b/.tekton/kn-serving-webhook-116-pull-request.yaml index ec0480e60221..8d8e2abcbb8b 100755 --- a/.tekton/kn-serving-webhook-116-pull-request.yaml +++ b/.tekton/kn-serving-webhook-116-pull-request.yaml @@ -21,11 +21,11 @@ spec: value: openshift/ci-operator/knative-images/webhook/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-webhook-116-push.yaml b/.tekton/kn-serving-webhook-116-push.yaml index db7e77b29ac1..eb311de7393b 100755 --- a/.tekton/kn-serving-webhook-116-push.yaml +++ b/.tekton/kn-serving-webhook-116-push.yaml @@ -20,11 +20,11 @@ spec: value: openshift/ci-operator/knative-images/webhook/Dockerfile - name: build-args value: - - VERSION=1.36.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 - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime + - VERSION=1.36.0 - name: git-url value: '{{source_url}}' - name: hermetic @@ -35,6 +35,7 @@ spec: value: '{{revision}}' - name: additional-tags value: + - $(context.pipelineRun.uid)-{{revision}} - 1.36.0 - latest pipelineRef: