@@ -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 == "konflux" &&
12- ("bundle-hack/***".pathChanged() || "bundle/***".pathChanged() || ".tekton/*bundle-dev*.yaml".pathChanged())
13- creationTimestamp : null
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "konflux" && ("bundle-hack/***".pathChanged() || "bundle/***".pathChanged() || ".tekton/*bundle-dev*.yaml".pathChanged())
12+ creationTimestamp :
1413 labels :
1514 appstudio.openshift.io/application : security-profiles-operator-dev
1615 appstudio.openshift.io/component : security-profiles-operator-bundle-dev
5150 - name : name
5251 value : show-sbom
5352 - name : bundle
54- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
53+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5554 - name : kind
5655 value : task
5756 resolver : bundles
@@ -67,13 +66,11 @@ spec:
6766 name : output-image
6867 type : string
6968 - default : .
70- description : Path to the source code of an application's component from where
71- to build image.
69+ description : Path to the source code of an application's component from where to build image.
7270 name : path-context
7371 type : string
7472 - default : Dockerfile
75- description : Path to the Dockerfile inside the context specified by parameter
76- path-context
73+ description : Path to the Dockerfile inside the context specified by parameter path-context
7774 name : dockerfile
7875 type : string
7976 - default : " false"
9390 name : prefetch-input
9491 type : string
9592 - default : " "
96- description : Image tag expiration time, time values could be something like
97- 1h, 2d, 3w for hours, days, and weeks, respectively.
93+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9894 name : image-expires-after
9995 type : string
10096 - default : " false"
@@ -114,10 +110,17 @@ spec:
114110 name : build-args-file
115111 type : string
116112 - default : " false"
117- description : Whether to enable privileged mode, should be used only with remote
118- VMs
113+ description : Whether to enable privileged mode, should be used only with remote VMs
119114 name : privileged-nested
120115 type : string
116+ - name : buildah-format
117+ default : docker
118+ type : string
119+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
120+ - name : enable-cache-proxy
121+ default : ' false'
122+ description : Enable cache proxy configuration
123+ type : string
121124 results :
122125 - description : " "
123126 name : IMAGE_URL
@@ -140,12 +143,14 @@ spec:
140143 value : $(params.rebuild)
141144 - name : skip-checks
142145 value : $(params.skip-checks)
146+ - name : enable-cache-proxy
147+ value : $(params.enable-cache-proxy)
143148 taskRef :
144149 params :
145150 - name : name
146151 value : init
147152 - name : bundle
148- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
153+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
149154 - name : kind
150155 value : task
151156 resolver : bundles
@@ -166,7 +171,7 @@ spec:
166171 - name : name
167172 value : git-clone-oci-ta
168173 - name : bundle
169- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
174+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
170175 - name : kind
171176 value : task
172177 resolver : bundles
@@ -197,7 +202,7 @@ spec:
197202 - name : name
198203 value : prefetch-dependencies-oci-ta
199204 - name : bundle
200- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
205+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
201206 - name : kind
202207 value : task
203208 resolver : bundles
@@ -233,14 +238,20 @@ spec:
233238 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
234239 - name : CACHI2_ARTIFACT
235240 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
241+ - name : BUILDAH_FORMAT
242+ value : $(params.buildah-format)
243+ - name : HTTP_PROXY
244+ value : $(tasks.init.results.http-proxy)
245+ - name : NO_PROXY
246+ value : $(tasks.init.results.no-proxy)
236247 runAfter :
237248 - prefetch-dependencies
238249 taskRef :
239250 params :
240251 - name : name
241252 value : buildah-oci-ta
242253 - name : bundle
243- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:65864bd7623b8819707ffc0949c390152f99f24308803e773000009f71ed2d6b
254+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7 @sha256:eeb86e8739801237bbefa84e1ab7873c887ca598ef859dd6d06548948b11b95f
244255 - name : kind
245256 value : task
246257 resolver : bundles
@@ -262,14 +273,16 @@ spec:
262273 - name : IMAGES
263274 value :
264275 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
276+ - name : BUILDAH_FORMAT
277+ value : $(params.buildah-format)
265278 runAfter :
266279 - build-container
267280 taskRef :
268281 params :
269282 - name : name
270283 value : build-image-index
271284 - name : bundle
272- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
285+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
273286 - name : kind
274287 value : task
275288 resolver : bundles
@@ -281,19 +294,21 @@ spec:
281294 - name : build-source-image
282295 params :
283296 - name : BINARY_IMAGE
284- value : $(params.output -image)
297+ value : $(tasks.build -image-index.results.IMAGE_URL )
285298 - name : SOURCE_ARTIFACT
286299 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
287300 - name : CACHI2_ARTIFACT
288301 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
302+ - name : BINARY_IMAGE_DIGEST
303+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
289304 runAfter :
290305 - build-image-index
291306 taskRef :
292307 params :
293308 - name : name
294309 value : source-build-oci-ta
295310 - name : bundle
296- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
311+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
297312 - name : kind
298313 value : task
299314 resolver : bundles
@@ -319,7 +334,7 @@ spec:
319334 - name : name
320335 value : deprecated-image-check
321336 - name : bundle
322- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
337+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
323338 - name : kind
324339 value : task
325340 resolver : bundles
@@ -341,7 +356,7 @@ spec:
341356 - name : name
342357 value : clair-scan
343358 - name : bundle
344- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
359+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:3fceeec3d369a134e858a02d136e36f5a5e1c50e5d9a5d9af7dd02858c0a5e33
345360 - name : kind
346361 value : task
347362 resolver : bundles
@@ -361,7 +376,7 @@ spec:
361376 - name : name
362377 value : ecosystem-cert-preflight-checks
363378 - name : bundle
364- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
379+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
365380 - name : kind
366381 value : task
367382 resolver : bundles
@@ -389,7 +404,7 @@ spec:
389404 - name : name
390405 value : sast-snyk-check-oci-ta
391406 - name : bundle
392- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
407+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
393408 - name : kind
394409 value : task
395410 resolver : bundles
@@ -411,7 +426,7 @@ spec:
411426 - name : name
412427 value : clamav-scan
413428 - name : bundle
414- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
429+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
415430 - name : kind
416431 value : task
417432 resolver : bundles
@@ -456,7 +471,7 @@ spec:
456471 - name : name
457472 value : sast-coverity-check-oci-ta
458473 - name : bundle
459- value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ed979367665223d0539b11542ac174c37cc7fe85d88f05168d9a7a3177475e
474+ value : quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
460475 - name : kind
461476 value : task
462477 resolver : bundles
@@ -477,7 +492,7 @@ spec:
477492 - name : name
478493 value : coverity-availability-check
479494 - name : bundle
480- value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
495+ value : quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
481496 - name : kind
482497 value : task
483498 resolver : bundles
@@ -503,7 +518,7 @@ spec:
503518 - name : name
504519 value : sast-shell-check-oci-ta
505520 - name : bundle
506- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
521+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
507522 - name : kind
508523 value : task
509524 resolver : bundles
@@ -529,7 +544,7 @@ spec:
529544 - name : name
530545 value : sast-unicode-check-oci-ta
531546 - name : bundle
532- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2 @sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
547+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3 @sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
533548 - name : kind
534549 value : task
535550 resolver : bundles
@@ -551,7 +566,7 @@ spec:
551566 - name : name
552567 value : apply-tags
553568 - name : bundle
554- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
569+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:c89cd10b2a3f4c43789c5f06ef2b86f528b28f156c20af5e751fa8c0facd457d
555570 - name : kind
556571 value : task
557572 resolver : bundles
@@ -574,7 +589,7 @@ spec:
574589 - name : name
575590 value : push-dockerfile-oci-ta
576591 - name : bundle
577- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
592+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
578593 - name : kind
579594 value : task
580595 resolver : bundles
0 commit comments