@@ -8,19 +8,7 @@ metadata:
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
9
pipelinesascode.tekton.dev/cancel-in-progress : " true"
10
10
pipelinesascode.tekton.dev/max-keep-runs : " 3"
11
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request"
12
- && target_branch == "release-4.15"
13
- && (
14
- " .tekton/secondary-scheduler-operator-4-15-pull-request.yaml" .pathChanged()
15
- || "cmd/***".pathChanged()
16
- || "deploy/***".pathChanged()
17
- || "pkg/***".pathChanged()
18
- || "vendor/***".pathChanged()
19
- || "Dockerfile".pathChanged()
20
- || "go.mod".pathChanged()
21
- || "go.sum".pathChanged()
22
- || "Makefile".pathChanged()
23
- )
11
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "release-4.15" && ( ".tekton/secondary-scheduler-operator-4-15-pull-request.yaml".pathChanged() || "cmd/***".pathChanged() || "deploy/***".pathChanged() || "pkg/***".pathChanged() || "vendor/***".pathChanged() || "Dockerfile".pathChanged() || "go.mod".pathChanged() || "go.sum".pathChanged() || "Makefile".pathChanged() )
24
12
creationTimestamp :
25
13
labels :
26
14
appstudio.openshift.io/application : secondary-scheduler-operator-4-15
@@ -126,6 +114,10 @@ spec:
126
114
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.
127
115
name : build-platforms
128
116
type : array
117
+ - name : buildah-format
118
+ default : docker
119
+ type : string
120
+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
129
121
results :
130
122
- description : " "
131
123
name : IMAGE_URL
@@ -153,7 +145,7 @@ spec:
153
145
- name : name
154
146
value : init
155
147
- name : bundle
156
- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148
+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
157
149
- name : kind
158
150
value : task
159
151
resolver : bundles
@@ -174,7 +166,7 @@ spec:
174
166
- name : name
175
167
value : git-clone-oci-ta
176
168
- name : bundle
177
- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
169
+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
178
170
- name : kind
179
171
value : task
180
172
resolver : bundles
@@ -246,14 +238,16 @@ spec:
246
238
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
247
239
- name : IMAGE_APPEND_PLATFORM
248
240
value : " true"
241
+ - name : BUILDAH_FORMAT
242
+ value : $(params.buildah-format)
249
243
runAfter :
250
244
- prefetch-dependencies
251
245
taskRef :
252
246
params :
253
247
- name : name
254
248
value : buildah-remote-oci-ta
255
249
- name : bundle
256
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
250
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:5e59c05455619580f4383010726f7db8440ecf6959882e9053ac697dd6d277fd
257
251
- name : kind
258
252
value : task
259
253
resolver : bundles
@@ -275,6 +269,8 @@ spec:
275
269
- name : IMAGES
276
270
value :
277
271
- $(tasks.build-images.results.IMAGE_REF[*])
272
+ - name : BUILDAH_FORMAT
273
+ value : $(params.buildah-format)
278
274
runAfter :
279
275
- build-images
280
276
taskRef :
@@ -308,7 +304,7 @@ spec:
308
304
- name : name
309
305
value : source-build-oci-ta
310
306
- name : bundle
311
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
307
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
312
308
- name : kind
313
309
value : task
314
310
resolver : bundles
@@ -412,7 +408,7 @@ spec:
412
408
- name : name
413
409
value : sast-snyk-check-oci-ta
414
410
- name : bundle
415
- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
411
+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
416
412
- name : kind
417
413
value : task
418
414
resolver : bundles
@@ -602,7 +598,7 @@ spec:
602
598
- name : name
603
599
value : push-dockerfile-oci-ta
604
600
- name : bundle
605
- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
601
+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
606
602
- name : kind
607
603
value : task
608
604
resolver : bundles
0 commit comments