@@ -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- == "main"
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : rhobs
1615 appstudio.openshift.io/component : rhobs-konflux-obsctl-reloader
3029 - name : dockerfile
3130 value : Containerfile.obsctl
3231 - name : build-source-image
33- value : " true"
32+ value : " true"
3433 pipelineSpec :
3534 description : |
3635 This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
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:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
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.
@@ -135,7 +131,7 @@ spec:
135131 - name : name
136132 value : init
137133 - name : bundle
138- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
134+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
139135 - name : kind
140136 value : task
141137 resolver : bundles
@@ -156,7 +152,7 @@ spec:
156152 - name : name
157153 value : git-clone-oci-ta
158154 - name : bundle
159- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
155+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
160156 - name : kind
161157 value : task
162158 resolver : bundles
@@ -185,7 +181,7 @@ spec:
185181 - name : name
186182 value : prefetch-dependencies-oci-ta
187183 - name : bundle
188- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3db5d3a02bcbbc034080474c06bec8388bd6abc71606503ac4832f6890e71503
184+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:22290579c9fe0b5c1689bb9023b3eddec73c285b680226d9f460346ae849a2cb
189185 - name : kind
190186 value : task
191187 resolver : bundles
@@ -226,7 +222,7 @@ spec:
226222 - name : name
227223 value : buildah-oci-ta
228224 - name : bundle
229- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
225+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:db496b9f7072fb9d1c4b749db6bab8c19c0b647a8a4d2589833dcec979876657
230226 - name : kind
231227 value : task
232228 resolver : bundles
@@ -255,7 +251,7 @@ spec:
255251 - name : name
256252 value : build-image-index
257253 - name : bundle
258- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:1b357f2ed430d18a009740a1783dd15af70ce1e23dc6254da1a83e9ec595d5be
254+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
259255 - name : kind
260256 value : task
261257 resolver : bundles
@@ -267,19 +263,21 @@ spec:
267263 - name : build-source-image
268264 params :
269265 - name : BINARY_IMAGE
270- value : $(params.output -image)
266+ value : $(tasks.build -image-index.results.IMAGE_URL )
271267 - name : SOURCE_ARTIFACT
272268 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
273269 - name : CACHI2_ARTIFACT
274270 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
271+ - name : BINARY_IMAGE_DIGEST
272+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
275273 runAfter :
276274 - build-image-index
277275 taskRef :
278276 params :
279277 - name : name
280278 value : source-build-oci-ta
281279 - name : bundle
282- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
280+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:7a36cc284c5932c18e117fe5995f3246b5dcc11ec742b66a2f9ae710034b064f
283281 - name : kind
284282 value : task
285283 resolver : bundles
@@ -305,7 +303,7 @@ spec:
305303 - name : name
306304 value : deprecated-image-check
307305 - name : bundle
308- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
306+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
309307 - name : kind
310308 value : task
311309 resolver : bundles
@@ -327,7 +325,7 @@ spec:
327325 - name : name
328326 value : clair-scan
329327 - name : bundle
330- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
328+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
331329 - name : kind
332330 value : task
333331 resolver : bundles
@@ -347,7 +345,7 @@ spec:
347345 - name : name
348346 value : ecosystem-cert-preflight-checks
349347 - name : bundle
350- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
348+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e106b6182e72c8f34ceae3f56b0b1aa2b4dc60f573877d9e51c3791029a7acb6
351349 - name : kind
352350 value : task
353351 resolver : bundles
@@ -373,7 +371,7 @@ spec:
373371 - name : name
374372 value : sast-snyk-check-oci-ta
375373 - name : bundle
376- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:6078ec8ec7caacbb8203138fcaa63db24e88dbf838544340bb0752d5b69f20ae
374+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:322c86ad5ee252c04440184d9f5046d276415148cb6bfaf571be1b102101786b
377375 - name : kind
378376 value : task
379377 resolver : bundles
@@ -395,7 +393,7 @@ spec:
395393 - name : name
396394 value : clamav-scan
397395 - name : bundle
398- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:98d94290d6f21b6e231485326e3629bbcdec75c737b84e05ac9eac78f9a2c8b4
396+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
399397 - name : kind
400398 value : task
401399 resolver : bundles
@@ -432,15 +430,15 @@ spec:
432430 - name : CACHI2_ARTIFACT
433431 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
434432 - name : image-digest
435- value : $(tasks.build-image-index.results.IMAGE_DIGEST)
433+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
436434 runAfter :
437435 - coverity-availability-check
438436 taskRef :
439437 params :
440438 - name : name
441439 value : sast-coverity-check-oci-ta
442440 - name : bundle
443- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
441+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
444442 - name : kind
445443 value : task
446444 resolver : bundles
@@ -461,7 +459,7 @@ spec:
461459 - name : name
462460 value : coverity-availability-check
463461 - name : bundle
464- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
462+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
465463 - name : kind
466464 value : task
467465 resolver : bundles
@@ -487,7 +485,7 @@ spec:
487485 - name : name
488486 value : sast-shell-check-oci-ta
489487 - name : bundle
490- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
488+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
491489 - name : kind
492490 value : task
493491 resolver : bundles
@@ -504,14 +502,16 @@ spec:
504502 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
505503 - name : CACHI2_ARTIFACT
506504 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
505+ - name : image-digest
506+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
507507 runAfter :
508508 - build-image-index
509509 taskRef :
510510 params :
511511 - name : name
512512 value : sast-unicode-check-oci-ta
513513 - name : bundle
514- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
514+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
515515 - name : kind
516516 value : task
517517 resolver : bundles
@@ -522,16 +522,18 @@ spec:
522522 - " false"
523523 - name : apply-tags
524524 params :
525- - name : IMAGE
525+ - name : IMAGE_URL
526526 value : $(tasks.build-image-index.results.IMAGE_URL)
527+ - name : IMAGE_DIGEST
528+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
527529 runAfter :
528530 - build-image-index
529531 taskRef :
530532 params :
531533 - name : name
532534 value : apply-tags
533535 - name : bundle
534- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:9d9871143ab3a818f681488be6074f5b2f892c1843795a46f6daf3f5487e72d1
536+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
535537 - name : kind
536538 value : task
537539 resolver : bundles
@@ -554,7 +556,7 @@ spec:
554556 - name : name
555557 value : push-dockerfile-oci-ta
556558 - name : bundle
557- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
559+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
558560 - name : kind
559561 value : task
560562 resolver : bundles
@@ -571,7 +573,7 @@ spec:
571573 - name : name
572574 value : rpms-signature-scan
573575 - name : bundle
574- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
576+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
575577 - name : kind
576578 value : task
577579 resolver : bundles
0 commit comments