@@ -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- == "konflux-poc"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "konflux-poc"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : odh-release
1615 appstudio.openshift.io/component : training-operator-odh-poc
4746 - name : name
4847 value : show-sbom
4948 - name : bundle
50- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
49+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:a7346ed61237db4f82ff782e0c9e8b30536e0e67b907ad600341a6d192e80012
5150 - name : kind
5251 value : task
5352 resolver : bundles
@@ -63,13 +62,11 @@ spec:
6362 name : output-image
6463 type : string
6564 - default : .
66- description : Path to the source code of an application's component from where
67- to build image.
65+ description : Path to the source code of an application's component from where to build image.
6866 name : path-context
6967 type : string
7068 - default : Dockerfile
71- description : Path to the Dockerfile inside the context specified by parameter
72- path-context
69+ description : Path to the Dockerfile inside the context specified by parameter path-context
7370 name : dockerfile
7471 type : string
7572 - default : " false"
8986 name : prefetch-input
9087 type : string
9188 - default : " "
92- description : Image tag expiration time, time values could be something like
93- 1h, 2d, 3w for hours, days, and weeks, respectively.
89+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9490 name : image-expires-after
9591 - default : " false"
9692 description : Build a source image.
@@ -109,10 +105,13 @@ spec:
109105 name : build-args-file
110106 type : string
111107 - default : " false"
112- description : Whether to enable privileged mode, should be used only with remote
113- VMs
108+ description : Whether to enable privileged mode, should be used only with remote VMs
114109 name : privileged-nested
115110 type : string
111+ - name : enable-package-registry-proxy
112+ default : ' true'
113+ description : Use the package registry proxy when prefetching dependencies
114+ type : string
116115 results :
117116 - description : " "
118117 name : IMAGE_URL
@@ -140,7 +139,7 @@ spec:
140139 - name : name
141140 value : init
142141 - name : bundle
143- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
142+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.4 @sha256:b797dd453ddad669365de6de4649e3a9e37e77aa26eb9862ca079a36cbfe64a4
144143 - name : kind
145144 value : task
146145 resolver : bundles
@@ -161,7 +160,7 @@ spec:
161160 - name : name
162161 value : git-clone-oci-ta
163162 - name : bundle
164- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
163+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:13d49df7dc9ae301627e45f95a236011422996152f1bea46cd60217b0f057407
165164 - name : kind
166165 value : task
167166 resolver : bundles
@@ -183,14 +182,16 @@ spec:
183182 value : $(params.output-image).prefetch
184183 - name : ociArtifactExpiresAfter
185184 value : $(params.image-expires-after)
185+ - name : enable-package-registry-proxy
186+ value : $(params.enable-package-registry-proxy)
186187 runAfter :
187188 - clone-repository
188189 taskRef :
189190 params :
190191 - name : name
191192 value : prefetch-dependencies-oci-ta
192193 - name : bundle
193- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2 @sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
194+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3 @sha256:1b209c0d93e52e418f3e6cd4b4fd915a84e4bd7f68e1cfd0d6446133540d7f43
194195 - name : kind
195196 value : task
196197 resolver : bundles
@@ -233,7 +234,7 @@ spec:
233234 - name : name
234235 value : buildah-oci-ta
235236 - name : bundle
236- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:b91b634c32b7fd98dbfc4cdbc0a97d7694997fd49ceebabf34c2535fd47f84a2
237+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.9 @sha256:681d9f65a7f50cb260ee576ccab551e11d63c549f1e1ef3d201da3c112855bd6
237238 - name : kind
238239 value : task
239240 resolver : bundles
@@ -246,10 +247,6 @@ spec:
246247 params :
247248 - name : IMAGE
248249 value : $(params.output-image)
249- - name : COMMIT_SHA
250- value : $(tasks.clone-repository.results.commit)
251- - name : IMAGE_EXPIRES_AFTER
252- value : $(params.image-expires-after)
253250 - name : ALWAYS_BUILD_INDEX
254251 value : $(params.build-image-index)
255252 - name : IMAGES
@@ -262,7 +259,7 @@ spec:
262259 - name : name
263260 value : build-image-index
264261 - name : bundle
265- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
262+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3 @sha256:550afde50349e22ec11191ea0db9a49395ab46fef4e8317d820b6e946677ebeb
266263 - name : kind
267264 value : task
268265 resolver : bundles
@@ -274,19 +271,21 @@ spec:
274271 - name : build-source-image
275272 params :
276273 - name : BINARY_IMAGE
277- value : $(params.output -image)
274+ value : $(tasks.build -image-index.results.IMAGE_URL )
278275 - name : SOURCE_ARTIFACT
279276 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
280277 - name : CACHI2_ARTIFACT
281278 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
279+ - name : BINARY_IMAGE_DIGEST
280+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
282281 runAfter :
283282 - build-image-index
284283 taskRef :
285284 params :
286285 - name : name
287286 value : source-build-oci-ta
288287 - name : bundle
289- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
288+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:0917cfc7772e82cb8e74743c2104f43bcf2596aceafe87eec6fce69a8cac5f06
290289 - name : kind
291290 value : task
292291 resolver : bundles
@@ -312,7 +311,7 @@ spec:
312311 - name : name
313312 value : deprecated-image-check
314313 - name : bundle
315- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
314+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5ff16b7e6b4a8aa1adb352e74b9f831f77ff97bafd1b89ddb0038d63335f1a67
316315 - name : kind
317316 value : task
318317 resolver : bundles
@@ -334,7 +333,7 @@ spec:
334333 - name : name
335334 value : clair-scan
336335 - name : bundle
337- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
336+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:cd49cdea7e5403a87c4774bd8ea10bc4e6aeb83841ff490cbe42b782779513a7
338337 - name : kind
339338 value : task
340339 resolver : bundles
@@ -354,7 +353,7 @@ spec:
354353 - name : name
355354 value : ecosystem-cert-preflight-checks
356355 - name : bundle
357- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
356+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2468c01818fbaad2235e4fca438f28e847260e3e354cf5a441bbd671684af2db
358357 - name : kind
359358 value : task
360359 resolver : bundles
@@ -380,7 +379,7 @@ spec:
380379 - name : name
381380 value : sast-snyk-check-oci-ta
382381 - name : bundle
383- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
382+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8f3ecbeaff579e41b8278f82d7fabac27845db17a8e687ea6c510c0c9aceabbb
384383 - name : kind
385384 value : task
386385 resolver : bundles
@@ -402,7 +401,7 @@ spec:
402401 - name : name
403402 value : clamav-scan
404403 - name : bundle
405- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
404+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:171eca520b545a0c860c6d59249796ffe5db5be1dab87f3a328fc5ef1fd68af2
406405 - name : kind
407406 value : task
408407 resolver : bundles
@@ -447,7 +446,7 @@ spec:
447446 - name : name
448447 value : sast-coverity-check-oci-ta
449448 - name : bundle
450- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:c8eb622d59019582f6f11ed656c0f04f388737f7dd6e47cd780ad0f34bb38bb2
449+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e92d00ed858233d0096627861192d3e4fc013cf1559c0d0b0ea0657d3377ce75
451450 - name : kind
452451 value : task
453452 resolver : bundles
@@ -468,7 +467,7 @@ spec:
468467 - name : name
469468 value : coverity-availability-check
470469 - name : bundle
471- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
470+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b501440a960aec446db2ebc6625a49d0317a9fc7bf0f7bd9b18cb63052db7de
472471 - name : kind
473472 value : task
474473 resolver : bundles
@@ -494,7 +493,7 @@ spec:
494493 - name : name
495494 value : sast-shell-check-oci-ta
496495 - name : bundle
497- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
496+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:c4ef47e3b4e0508572d266fb745be7e374c29dc02580328cbe9f4d472a8aca57
498497 - name : kind
499498 value : task
500499 resolver : bundles
@@ -520,7 +519,7 @@ spec:
520519 - name : name
521520 value : sast-unicode-check-oci-ta
522521 - name : bundle
523- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
522+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4 @sha256:0854d9261760b2dc8f092569739685a5ab0a5c620e9cb8c1b78fef9e2d077a29
524523 - name : kind
525524 value : task
526525 resolver : bundles
@@ -540,7 +539,7 @@ spec:
540539 - name : name
541540 value : apply-tags
542541 - name : bundle
543- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
542+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:a291081de7fb27f832c6fc3c4b078acf7e6162ca4c085db38b118ca87e8b5b66
544543 - name : kind
545544 value : task
546545 resolver : bundles
@@ -563,7 +562,7 @@ spec:
563562 - name : name
564563 value : push-dockerfile-oci-ta
565564 - name : bundle
566- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1 @sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
565+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3 @sha256:7855471abfe87de080b914f2f3ca27c59e64f6448a7c2435e51435b764494c71
567566 - name : kind
568567 value : task
569568 resolver : bundles
@@ -580,7 +579,7 @@ spec:
580579 - name : name
581580 value : rpms-signature-scan
582581 - name : bundle
583- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2366b2f394610192736dd8edac1a702964daeb961603dfc9ceb6b8188e39a009
582+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ce4bace2998b02d8a4da188df4f460e1952770ccd1d2fadddefd4f2ba748705b
584583 - name : kind
585584 value : task
586585 resolver : bundles
0 commit comments