@@ -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
@@ -59,19 +57,13 @@ spec:
5957 name : output-image
6058 type : string
6159 - default : .
62- description : Path to the source code of an application's component from where
63- to build image.
60+ description : Path to the source code of an application's component from where to build image.
6461 name : path-context
6562 type : string
6663 - default : Dockerfile
67- description : Path to the Dockerfile inside the context specified by parameter
68- path-context
64+ description : Path to the Dockerfile inside the context specified by parameter path-context
6965 name : dockerfile
7066 type : string
71- - default : " false"
72- description : Force rebuild image
73- name : rebuild
74- type : string
7567 - default : " false"
7668 description : Skip checks against built image
7769 name : skip-checks
8577 name : prefetch-input
8678 type : string
8779 - default : " "
88- description : Image tag expiration time, time values could be something like
89- 1h, 2d, 3w for hours, days, and weeks, respectively.
80+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9081 name : image-expires-after
9182 type : string
9283 - default : " false"
10697 name : build-args-file
10798 type : string
10899 - default : " false"
109- description : Whether to enable privileged mode, should be used only with remote
110- VMs
100+ description : Whether to enable privileged mode, should be used only with remote VMs
111101 name : privileged-nested
112102 type : string
113103 results :
@@ -125,19 +115,12 @@ spec:
125115 value : $(tasks.clone-repository.results.commit)
126116 tasks :
127117 - name : init
128- params :
129- - name : image-url
130- value : $(params.output-image)
131- - name : rebuild
132- value : $(params.rebuild)
133- - name : skip-checks
134- value : $(params.skip-checks)
135118 taskRef :
136119 params :
137120 - name : name
138121 value : init
139122 - name : bundle
140- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:a482890d072df3aff9cf5db0ff2b9ec04fa6bb006cfd9da9817805fdd11a73f5
123+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.3 @sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
141124 - name : kind
142125 value : task
143126 resolver : bundles
@@ -166,11 +149,6 @@ spec:
166149 - name : kind
167150 value : task
168151 resolver : bundles
169- when :
170- - input : $(tasks.init.results.build)
171- operator : in
172- values :
173- - " true"
174152 workspaces :
175153 - name : basic-auth
176154 workspace : git-auth
@@ -236,15 +214,10 @@ spec:
236214 - name : name
237215 value : buildah-oci-ta
238216 - name : bundle
239- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7 @sha256:cde309fc09b68c39ca283c4b121ddf99d900e3ff2cf3d5e7951cb707eeeddfae
217+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8 @sha256:fc685d7c25a3ce588d8bd52306023f57e16402c22507c857a9914f947c99c829
240218 - name : kind
241219 value : task
242220 resolver : bundles
243- when :
244- - input : $(tasks.init.results.build)
245- operator : in
246- values :
247- - " true"
248221 - name : build-image-index
249222 params :
250223 - name : IMAGE
@@ -265,15 +238,10 @@ spec:
265238 - name : name
266239 value : build-image-index
267240 - name : bundle
268- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
241+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
269242 - name : kind
270243 value : task
271244 resolver : bundles
272- when :
273- - input : $(tasks.init.results.build)
274- operator : in
275- values :
276- - " true"
277245 - name : build-source-image
278246 params :
279247 - name : BINARY_IMAGE
@@ -296,10 +264,6 @@ spec:
296264 value : task
297265 resolver : bundles
298266 when :
299- - input : $(tasks.init.results.build)
300- operator : in
301- values :
302- - " true"
303267 - input : $(params.build-source-image)
304268 operator : in
305269 values :
@@ -339,7 +303,7 @@ spec:
339303 - name : name
340304 value : clair-scan
341305 - name : bundle
342- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
306+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
343307 - name : kind
344308 value : task
345309 resolver : bundles
@@ -359,7 +323,7 @@ spec:
359323 - name : name
360324 value : ecosystem-cert-preflight-checks
361325 - name : bundle
362- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
326+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
363327 - name : kind
364328 value : task
365329 resolver : bundles
@@ -407,7 +371,7 @@ spec:
407371 - name : name
408372 value : clamav-scan
409373 - name : bundle
410- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:7d1f480311b23b05bd596c9826ec90a3f13146b12c69935373e4bedd30aef57f
374+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
411375 - name : kind
412376 value : task
413377 resolver : bundles
@@ -459,7 +423,7 @@ spec:
459423 - name : name
460424 value : sast-unicode-check-oci-ta
461425 - name : bundle
462- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
426+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
463427 - name : kind
464428 value : task
465429 resolver : bundles
@@ -504,7 +468,7 @@ spec:
504468 - name : name
505469 value : push-dockerfile-oci-ta
506470 - name : bundle
507- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
471+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
508472 - name : kind
509473 value : task
510474 resolver : bundles
0 commit comments