@@ -7,9 +7,8 @@ metadata:
77 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
10- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11- == "master"
12- creationTimestamp : null
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "master"
11+ creationTimestamp :
1312 labels :
1413 appstudio.openshift.io/application : frontend-builder-common
1514 appstudio.openshift.io/component : frontend-builder-common
4645 - name : name
4746 value : show-sbom
4847 - name : bundle
49- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
48+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
5049 - name : kind
5150 value : task
5251 resolver : bundles
@@ -62,13 +61,11 @@ spec:
6261 name : output-image
6362 type : string
6463 - default : .
65- description : Path to the source code of an application's component from where
66- to build image.
64+ description : Path to the source code of an application's component from where to build image.
6765 name : path-context
6866 type : string
6967 - default : Dockerfile
70- description : Path to the Dockerfile inside the context specified by parameter
71- path-context
68+ description : Path to the Dockerfile inside the context specified by parameter path-context
7269 name : dockerfile
7370 type : string
7471 - default : " false"
8885 name : prefetch-input
8986 type : string
9087 - default : " "
91- description : Image tag expiration time, time values could be something like
92- 1h, 2d, 3w for hours, days, and weeks, respectively.
88+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9389 name : image-expires-after
9490 - default : " false"
9591 description : Build a source image.
@@ -134,7 +130,7 @@ spec:
134130 - name : name
135131 value : init
136132 - name : bundle
137- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
133+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
138134 - name : kind
139135 value : task
140136 resolver : bundles
@@ -155,7 +151,7 @@ spec:
155151 - name : name
156152 value : git-clone-oci-ta
157153 - name : bundle
158- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
154+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
159155 - name : kind
160156 value : task
161157 resolver : bundles
@@ -184,7 +180,7 @@ spec:
184180 - name : name
185181 value : prefetch-dependencies-oci-ta
186182 - name : bundle
187- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
183+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
188184 - name : kind
189185 value : task
190186 resolver : bundles
@@ -225,7 +221,7 @@ spec:
225221 - name : name
226222 value : buildah-oci-ta
227223 - name : bundle
228- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
224+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:9e9bac2044d6231b44114046b9d528c135388699365f0f210ee810c01bd4d702
229225 - name : kind
230226 value : task
231227 resolver : bundles
@@ -254,7 +250,7 @@ spec:
254250 - name : name
255251 value : build-image-index
256252 - name : bundle
257- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
253+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
258254 - name : kind
259255 value : task
260256 resolver : bundles
@@ -266,19 +262,21 @@ spec:
266262 - name : build-source-image
267263 params :
268264 - name : BINARY_IMAGE
269- value : $(params.output -image)
265+ value : $(tasks.build -image-index.results.IMAGE_URL )
270266 - name : SOURCE_ARTIFACT
271267 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
272268 - name : CACHI2_ARTIFACT
273269 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
270+ - name : BINARY_IMAGE_DIGEST
271+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
274272 runAfter :
275273 - build-image-index
276274 taskRef :
277275 params :
278276 - name : name
279277 value : source-build-oci-ta
280278 - name : bundle
281- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
279+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
282280 - name : kind
283281 value : task
284282 resolver : bundles
@@ -304,7 +302,7 @@ spec:
304302 - name : name
305303 value : deprecated-image-check
306304 - name : bundle
307- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
305+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
308306 - name : kind
309307 value : task
310308 resolver : bundles
@@ -326,7 +324,7 @@ spec:
326324 - name : name
327325 value : clair-scan
328326 - name : bundle
329- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
327+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
330328 - name : kind
331329 value : task
332330 resolver : bundles
@@ -346,7 +344,7 @@ spec:
346344 - name : name
347345 value : ecosystem-cert-preflight-checks
348346 - name : bundle
349- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
347+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
350348 - name : kind
351349 value : task
352350 resolver : bundles
@@ -372,7 +370,7 @@ spec:
372370 - name : name
373371 value : sast-snyk-check-oci-ta
374372 - name : bundle
375- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
373+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
376374 - name : kind
377375 value : task
378376 resolver : bundles
@@ -394,7 +392,7 @@ spec:
394392 - name : name
395393 value : clamav-scan
396394 - name : bundle
397- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
395+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
398396 - name : kind
399397 value : task
400398 resolver : bundles
@@ -405,16 +403,18 @@ spec:
405403 - " false"
406404 - name : apply-tags
407405 params :
408- - name : IMAGE
406+ - name : IMAGE_URL
409407 value : $(tasks.build-image-index.results.IMAGE_URL)
408+ - name : IMAGE_DIGEST
409+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
410410 runAfter :
411411 - build-image-index
412412 taskRef :
413413 params :
414414 - name : name
415415 value : apply-tags
416416 - name : bundle
417- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
417+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
418418 - name : kind
419419 value : task
420420 resolver : bundles
@@ -437,7 +437,7 @@ spec:
437437 - name : name
438438 value : push-dockerfile-oci-ta
439439 - name : bundle
440- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
440+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
441441 - name : kind
442442 value : task
443443 resolver : bundles
@@ -454,7 +454,7 @@ spec:
454454 - name : name
455455 value : rpms-signature-scan
456456 - name : bundle
457- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2366b2f394610192736dd8edac1a702964daeb961603dfc9ceb6b8188e39a009
457+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
458458 - name : kind
459459 value : task
460460 resolver : bundles
0 commit comments