From a94ab2fc4773eeadb3cc0eb40de1c7f2c5b91d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Tue, 17 Dec 2024 11:14:56 +0100 Subject: [PATCH] add build-source parameter to all pipelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .tekton/forklift-api-pull-request.yaml | 2 ++ .tekton/forklift-api-push.yaml | 2 ++ .tekton/forklift-controller-pull-request.yaml | 2 ++ .tekton/forklift-controller-push.yaml | 2 ++ .tekton/forklift-operator-bundle-pull-request.yaml | 2 ++ .tekton/forklift-operator-bundle-push.yaml | 2 ++ .tekton/forklift-operator-pull-request.yaml | 2 ++ .tekton/forklift-operator-push.yaml | 2 ++ .tekton/openstack-populator-pull-request.yaml | 2 ++ .tekton/openstack-populator-push.yaml | 2 ++ .tekton/ova-provider-server-pull-request.yaml | 2 ++ .tekton/ova-provider-server-push.yaml | 2 ++ .tekton/ovirt-populator-pull-request.yaml | 2 ++ .tekton/ovirt-populator-push.yaml | 2 ++ .tekton/populator-controller-pull-request.yaml | 2 ++ .tekton/populator-controller-push.yaml | 2 ++ .tekton/validation-pull-request.yaml | 2 ++ .tekton/validation-push.yaml | 2 ++ .tekton/virt-v2v-pull-request.yaml | 2 ++ .tekton/virt-v2v-push.yaml | 2 ++ 20 files changed, 40 insertions(+) diff --git a/.tekton/forklift-api-pull-request.yaml b/.tekton/forklift-api-pull-request.yaml index a8a03ef36..bf26c0d29 100644 --- a/.tekton/forklift-api-pull-request.yaml +++ b/.tekton/forklift-api-pull-request.yaml @@ -34,6 +34,8 @@ spec: value: build/forklift-api/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/forklift-api-push.yaml b/.tekton/forklift-api-push.yaml index 1787c7f38..c10c818eb 100644 --- a/.tekton/forklift-api-push.yaml +++ b/.tekton/forklift-api-push.yaml @@ -33,6 +33,8 @@ spec: value: build/forklift-api/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/forklift-controller-pull-request.yaml b/.tekton/forklift-controller-pull-request.yaml index e4b3cdfb8..855dcce40 100644 --- a/.tekton/forklift-controller-pull-request.yaml +++ b/.tekton/forklift-controller-pull-request.yaml @@ -34,6 +34,8 @@ spec: value: build/forklift-controller/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/forklift-controller-push.yaml b/.tekton/forklift-controller-push.yaml index b8aedb2a0..3366e4dd1 100644 --- a/.tekton/forklift-controller-push.yaml +++ b/.tekton/forklift-controller-push.yaml @@ -33,6 +33,8 @@ spec: value: build/forklift-controller/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/forklift-operator-bundle-pull-request.yaml b/.tekton/forklift-operator-bundle-pull-request.yaml index 1462bfd4b..776ee5f2d 100644 --- a/.tekton/forklift-operator-bundle-pull-request.yaml +++ b/.tekton/forklift-operator-bundle-pull-request.yaml @@ -36,6 +36,8 @@ spec: value: . - name: build-args-file value: build/forklift-operator-bundle/downstream-args + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/forklift-operator-bundle-push.yaml b/.tekton/forklift-operator-bundle-push.yaml index 29fe8e87d..eb5f072a1 100644 --- a/.tekton/forklift-operator-bundle-push.yaml +++ b/.tekton/forklift-operator-bundle-push.yaml @@ -33,6 +33,8 @@ spec: value: . - name: build-args-file value: build/forklift-operator-bundle/downstream-args + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/forklift-operator-pull-request.yaml b/.tekton/forklift-operator-pull-request.yaml index c2cdd274d..00f931b3a 100644 --- a/.tekton/forklift-operator-pull-request.yaml +++ b/.tekton/forklift-operator-pull-request.yaml @@ -34,6 +34,8 @@ spec: value: build/forklift-operator/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/forklift-operator-push.yaml b/.tekton/forklift-operator-push.yaml index 125d34c10..170008cfc 100644 --- a/.tekton/forklift-operator-push.yaml +++ b/.tekton/forklift-operator-push.yaml @@ -33,6 +33,8 @@ spec: value: build/forklift-operator/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/openstack-populator-pull-request.yaml b/.tekton/openstack-populator-pull-request.yaml index d9e9739db..ce0af8fe0 100644 --- a/.tekton/openstack-populator-pull-request.yaml +++ b/.tekton/openstack-populator-pull-request.yaml @@ -32,6 +32,8 @@ spec: value: build/openstack-populator/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/openstack-populator-push.yaml b/.tekton/openstack-populator-push.yaml index 08ed235c4..37e16cf77 100644 --- a/.tekton/openstack-populator-push.yaml +++ b/.tekton/openstack-populator-push.yaml @@ -31,6 +31,8 @@ spec: value: build/openstack-populator/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/ova-provider-server-pull-request.yaml b/.tekton/ova-provider-server-pull-request.yaml index 66322af0b..ae3c77364 100644 --- a/.tekton/ova-provider-server-pull-request.yaml +++ b/.tekton/ova-provider-server-pull-request.yaml @@ -33,6 +33,8 @@ spec: value: build/ova-provider-server/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/ova-provider-server-push.yaml b/.tekton/ova-provider-server-push.yaml index 6b737104f..3c104058c 100644 --- a/.tekton/ova-provider-server-push.yaml +++ b/.tekton/ova-provider-server-push.yaml @@ -32,6 +32,8 @@ spec: value: build/ova-provider-server/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/ovirt-populator-pull-request.yaml b/.tekton/ovirt-populator-pull-request.yaml index a68cd66c8..57cc75716 100644 --- a/.tekton/ovirt-populator-pull-request.yaml +++ b/.tekton/ovirt-populator-pull-request.yaml @@ -33,6 +33,8 @@ spec: value: build/ovirt-populator/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/ovirt-populator-push.yaml b/.tekton/ovirt-populator-push.yaml index 25cdc67c7..cff8cee1f 100644 --- a/.tekton/ovirt-populator-push.yaml +++ b/.tekton/ovirt-populator-push.yaml @@ -32,6 +32,8 @@ spec: value: build/ovirt-populator/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/populator-controller-pull-request.yaml b/.tekton/populator-controller-pull-request.yaml index 74fcfa3f2..0dde39ff7 100644 --- a/.tekton/populator-controller-pull-request.yaml +++ b/.tekton/populator-controller-pull-request.yaml @@ -33,6 +33,8 @@ spec: value: build/populator-controller/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/populator-controller-push.yaml b/.tekton/populator-controller-push.yaml index ce31982b9..f9be3ade2 100644 --- a/.tekton/populator-controller-push.yaml +++ b/.tekton/populator-controller-push.yaml @@ -32,6 +32,8 @@ spec: value: build/populator-controller/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/validation-pull-request.yaml b/.tekton/validation-pull-request.yaml index 11f3f02e9..1a11813ee 100644 --- a/.tekton/validation-pull-request.yaml +++ b/.tekton/validation-pull-request.yaml @@ -33,6 +33,8 @@ spec: value: build/validation/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/validation-push.yaml b/.tekton/validation-push.yaml index 52955aba0..7b347f1d9 100644 --- a/.tekton/validation-push.yaml +++ b/.tekton/validation-push.yaml @@ -32,6 +32,8 @@ spec: value: build/validation/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/virt-v2v-pull-request.yaml b/.tekton/virt-v2v-pull-request.yaml index 771555c1a..8a4856dbd 100644 --- a/.tekton/virt-v2v-pull-request.yaml +++ b/.tekton/virt-v2v-pull-request.yaml @@ -34,6 +34,8 @@ spec: value: build/virt-v2v/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/virt-v2v-push.yaml b/.tekton/virt-v2v-push.yaml index 87f5f2853..17a741c4c 100644 --- a/.tekton/virt-v2v-push.yaml +++ b/.tekton/virt-v2v-push.yaml @@ -33,6 +33,8 @@ spec: value: build/virt-v2v/Containerfile - name: path-context value: . + - name: build-source-image + value: "true" pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.