11apiVersion : tekton.dev/v1
22kind : Pipeline
33metadata :
4- creationTimestamp : null
4+ creationTimestamp :
55 labels :
66 pipelines.openshift.io/runtime : generic
77 pipelines.openshift.io/strategy : docker
2323 - name : name
2424 value : show-sbom
2525 - name : bundle
26- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
26+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
2727 - name : kind
2828 value : task
2929 resolver : bundles
3333 - linux/arm64
3434 - linux/ppc64le
3535 - linux/s390x
36- description : List of platforms to build the container images on. The available
37- set of values is determined by the configuration of the multi-platform-controller.
36+ description : List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
3837 name : build-platforms
3938 type : array
4039 - default : --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
4645 name : build-source-image
4746 type : string
4847 - default : " false"
49- description : ' Enable in-development package managers. WARNING: the behavior may
50- change at any time without notice. Use at your own risk.'
48+ description : ' Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
5149 name : prefetch-input-dev-package-managers
5250 - default : []
5351 description : Additional image tags
@@ -64,13 +62,11 @@ spec:
6462 name : output-image
6563 type : string
6664 - default : .
67- description : Path to the source code of an application's component from where
68- to build image.
65+ description : Path to the source code of an application's component from where to build image.
6966 name : path-context
7067 type : string
7168 - default : Dockerfile
72- description : Path to the Dockerfile inside the context specified by parameter
73- path-context
69+ description : Path to the Dockerfile inside the context specified by parameter path-context
7470 name : dockerfile
7571 type : string
7672 - default : " false"
9086 name : prefetch-input
9187 type : string
9288 - default : " "
93- description : Image tag expiration time, time values could be something like 1h,
94- 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.
9590 name : image-expires-after
9691 - default : " true"
9792 description : Add built image into an OCI image index
@@ -106,8 +101,7 @@ spec:
106101 name : build-args-file
107102 type : string
108103 - default : " false"
109- description : Whether to enable privileged mode, should be used only with remote
110- VMs
104+ description : Whether to enable privileged mode, should be used only with remote VMs
111105 name : privileged-nested
112106 type : string
113107 results :
@@ -143,7 +137,7 @@ spec:
143137 - name : name
144138 value : sast-snyk-check-oci-ta
145139 - name : bundle
146- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
140+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
147141 - name : kind
148142 value : task
149143 resolver : bundles
@@ -171,7 +165,7 @@ spec:
171165 - name : name
172166 value : prefetch-dependencies-oci-ta
173167 - name : bundle
174- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
168+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
175169 - name : kind
176170 value : task
177171 resolver : bundles
@@ -184,16 +178,18 @@ spec:
184178 params :
185179 - name : ADDITIONAL_TAGS
186180 value : $(params.additional-tags[*])
187- - name : IMAGE
181+ - name : IMAGE_URL
188182 value : $(tasks.build-image-index.results.IMAGE_URL)
183+ - name : IMAGE_DIGEST
184+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
189185 runAfter :
190186 - build-image-index
191187 taskRef :
192188 params :
193189 - name : name
194190 value : apply-tags
195191 - name : bundle
196- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
192+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
197193 - name : kind
198194 value : task
199195 resolver : bundles
@@ -210,7 +206,7 @@ spec:
210206 - name : name
211207 value : init
212208 - name : bundle
213- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
209+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
214210 - name : kind
215211 value : task
216212 resolver : bundles
@@ -231,7 +227,7 @@ spec:
231227 - name : name
232228 value : git-clone-oci-ta
233229 - name : bundle
234- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
230+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
235231 - name : kind
236232 value : task
237233 resolver : bundles
@@ -284,7 +280,7 @@ spec:
284280 - name : name
285281 value : buildah-remote-oci-ta
286282 - name : bundle
287- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cfeeef2f4ab25b121afdf44eecc394ed67f3534a1bd14bef9e7beef2ee654b8e
283+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
288284 - name : kind
289285 value : task
290286 resolver : bundles
@@ -313,7 +309,7 @@ spec:
313309 - name : name
314310 value : build-image-index
315311 - name : bundle
316- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
312+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
317313 - name : kind
318314 value : task
319315 resolver : bundles
@@ -325,19 +321,21 @@ spec:
325321 - name : build-source-image
326322 params :
327323 - name : BINARY_IMAGE
328- value : $(params.output -image)
324+ value : $(tasks.build -image-index.results.IMAGE_URL )
329325 - name : SOURCE_ARTIFACT
330326 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
331327 - name : CACHI2_ARTIFACT
332328 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
329+ - name : BINARY_IMAGE_DIGEST
330+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
333331 runAfter :
334332 - build-image-index
335333 taskRef :
336334 params :
337335 - name : name
338336 value : source-build-oci-ta
339337 - name : bundle
340- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
338+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
341339 - name : kind
342340 value : task
343341 resolver : bundles
@@ -363,7 +361,7 @@ spec:
363361 - name : name
364362 value : deprecated-image-check
365363 - name : bundle
366- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
364+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
367365 - name : kind
368366 value : task
369367 resolver : bundles
@@ -385,7 +383,7 @@ spec:
385383 - name : name
386384 value : clair-scan
387385 - name : bundle
388- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
386+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
389387 - name : kind
390388 value : task
391389 resolver : bundles
@@ -405,7 +403,7 @@ spec:
405403 - name : name
406404 value : ecosystem-cert-preflight-checks
407405 - name : bundle
408- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
406+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
409407 - name : kind
410408 value : task
411409 resolver : bundles
@@ -427,7 +425,7 @@ spec:
427425 - name : name
428426 value : clamav-scan
429427 - name : bundle
430- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
428+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
431429 - name : kind
432430 value : task
433431 resolver : bundles
@@ -453,7 +451,7 @@ spec:
453451 - name : name
454452 value : sast-shell-check-oci-ta
455453 - name : bundle
456- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
454+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
457455 - name : kind
458456 value : task
459457 resolver : bundles
@@ -479,7 +477,7 @@ spec:
479477 - name : name
480478 value : sast-unicode-check-oci-ta
481479 - name : bundle
482- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
480+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
483481 - name : kind
484482 value : task
485483 resolver : bundles
@@ -507,7 +505,7 @@ spec:
507505 - name : name
508506 value : push-dockerfile-oci-ta
509507 - name : bundle
510- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
508+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
511509 - name : kind
512510 value : task
513511 resolver : bundles
@@ -524,7 +522,7 @@ spec:
524522 - name : name
525523 value : rpms-signature-scan
526524 - name : bundle
527- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
525+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
528526 - name : kind
529527 value : task
530528 resolver : bundles
0 commit comments