@@ -8,9 +8,8 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : " true"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
11- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12- == "release-v0.7"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "release-v0.7"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : ec-v07
1615 appstudio.openshift.io/component : cli-v07
3231 - name : path-context
3332 value : .
3433 - name : prefetch-input
35- value : ' [{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type":
36- "rpm"}]'
34+ value : ' [{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type": "rpm"}]'
3735 - name : build-source-image
3836 value : " true"
3937 - name : build-args-file
@@ -61,19 +59,13 @@ spec:
6159 name : output-image
6260 type : string
6361 - default : .
64- description : Path to the source code of an application's component from where
65- to build image.
62+ description : Path to the source code of an application's component from where to build image.
6663 name : path-context
6764 type : string
6865 - default : Dockerfile
69- description : Path to the Dockerfile inside the context specified by parameter
70- path-context
66+ description : Path to the Dockerfile inside the context specified by parameter path-context
7167 name : dockerfile
7268 type : string
73- - default : " false"
74- description : Force rebuild image
75- name : rebuild
76- type : string
7769 - default : " false"
7870 description : Skip checks against built image
7971 name : skip-checks
8779 name : prefetch-input
8880 type : string
8981 - default : " "
90- description : Image tag expiration time, time values could be something like
91- 1h, 2d, 3w for hours, days, and weeks, respectively.
82+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9283 name : image-expires-after
9384 type : string
9485 - default : " false"
10899 name : build-args-file
109100 type : string
110101 - default : " false"
111- description : Whether to enable privileged mode, should be used only with remote
112- VMs
102+ description : Whether to enable privileged mode, should be used only with remote VMs
113103 name : privileged-nested
114104 type : string
115105 - default : " true"
@@ -131,19 +121,12 @@ spec:
131121 value : $(tasks.clone-repository.results.commit)
132122 tasks :
133123 - name : init
134- params :
135- - name : image-url
136- value : $(params.output-image)
137- - name : rebuild
138- value : $(params.rebuild)
139- - name : skip-checks
140- value : $(params.skip-checks)
141124 taskRef :
142125 params :
143126 - name : name
144127 value : init
145128 - name : bundle
146- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:a482890d072df3aff9cf5db0ff2b9ec04fa6bb006cfd9da9817805fdd11a73f5
129+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.3 @sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
147130 - name : kind
148131 value : task
149132 resolver : bundles
@@ -172,11 +155,6 @@ spec:
172155 - name : kind
173156 value : task
174157 resolver : bundles
175- when :
176- - input : $(tasks.init.results.build)
177- operator : in
178- values :
179- - " true"
180158 workspaces :
181159 - name : basic-auth
182160 workspace : git-auth
@@ -199,7 +177,7 @@ spec:
199177 - name : name
200178 value : prefetch-dependencies-oci-ta
201179 - name : bundle
202- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
180+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c07551efbd7fc414ae1245ddd93579b00317fee0734980f539fd8aea3cfcb945
203181 - name : kind
204182 value : task
205183 resolver : bundles
@@ -244,15 +222,10 @@ spec:
244222 - name : name
245223 value : buildah-oci-ta
246224 - name : bundle
247- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7 @sha256:cde309fc09b68c39ca283c4b121ddf99d900e3ff2cf3d5e7951cb707eeeddfae
225+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8 @sha256:6eb38e7dede283e48aec619572f52f2589513f668d0345d084cf99133bbaa39c
248226 - name : kind
249227 value : task
250228 resolver : bundles
251- when :
252- - input : $(tasks.init.results.build)
253- operator : in
254- values :
255- - " true"
256229 - name : build-image-index
257230 params :
258231 - name : IMAGE
@@ -273,15 +246,10 @@ spec:
273246 - name : name
274247 value : build-image-index
275248 - name : bundle
276- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
249+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
277250 - name : kind
278251 value : task
279252 resolver : bundles
280- when :
281- - input : $(tasks.init.results.build)
282- operator : in
283- values :
284- - " true"
285253 - name : build-source-image
286254 params :
287255 - name : BINARY_IMAGE
@@ -304,10 +272,6 @@ spec:
304272 value : task
305273 resolver : bundles
306274 when :
307- - input : $(tasks.init.results.build)
308- operator : in
309- values :
310- - " true"
311275 - input : $(params.build-source-image)
312276 operator : in
313277 values :
@@ -347,7 +311,7 @@ spec:
347311 - name : name
348312 value : clair-scan
349313 - name : bundle
350- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
314+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
351315 - name : kind
352316 value : task
353317 resolver : bundles
@@ -367,7 +331,7 @@ spec:
367331 - name : name
368332 value : ecosystem-cert-preflight-checks
369333 - name : bundle
370- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
334+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:40bc4bcc1c52c114139daee60ec2ddeb59921ecef8a68f241d5593c79b2a21d6
371335 - name : kind
372336 value : task
373337 resolver : bundles
@@ -415,7 +379,7 @@ spec:
415379 - name : name
416380 value : clamav-scan
417381 - name : bundle
418- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:7d1f480311b23b05bd596c9826ec90a3f13146b12c69935373e4bedd30aef57f
382+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
419383 - name : kind
420384 value : task
421385 resolver : bundles
@@ -467,7 +431,7 @@ spec:
467431 - name : name
468432 value : sast-unicode-check-oci-ta
469433 - name : bundle
470- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
434+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
471435 - name : kind
472436 value : task
473437 resolver : bundles
@@ -512,7 +476,7 @@ spec:
512476 - name : name
513477 value : push-dockerfile-oci-ta
514478 - name : bundle
515- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
479+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
516480 - name : kind
517481 value : task
518482 resolver : bundles
0 commit comments