@@ -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:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
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.
@@ -107,6 +103,14 @@ spec:
107103 description : Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
108104 name : build-args-file
109105 type : string
106+ - name : buildah-format
107+ default : docker
108+ type : string
109+ description : The format for the resulting image's mediaType. Valid values are oci or docker.
110+ - name : enable-cache-proxy
111+ default : ' false'
112+ description : Enable cache proxy configuration
113+ type : string
110114 results :
111115 - description : " "
112116 name : IMAGE_URL
@@ -129,12 +133,14 @@ spec:
129133 value : $(params.rebuild)
130134 - name : skip-checks
131135 value : $(params.skip-checks)
136+ - name : enable-cache-proxy
137+ value : $(params.enable-cache-proxy)
132138 taskRef :
133139 params :
134140 - name : name
135141 value : init
136142 - name : bundle
137- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
143+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
138144 - name : kind
139145 value : task
140146 resolver : bundles
@@ -155,7 +161,7 @@ spec:
155161 - name : name
156162 value : git-clone-oci-ta
157163 - name : bundle
158- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
164+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
159165 - name : kind
160166 value : task
161167 resolver : bundles
@@ -184,7 +190,7 @@ spec:
184190 - name : name
185191 value : prefetch-dependencies-oci-ta
186192 - name : bundle
187- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
193+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
188194 - name : kind
189195 value : task
190196 resolver : bundles
@@ -218,14 +224,20 @@ spec:
218224 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
219225 - name : CACHI2_ARTIFACT
220226 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
227+ - name : BUILDAH_FORMAT
228+ value : $(params.buildah-format)
229+ - name : HTTP_PROXY
230+ value : $(tasks.init.results.http-proxy)
231+ - name : NO_PROXY
232+ value : $(tasks.init.results.no-proxy)
221233 runAfter :
222234 - prefetch-dependencies
223235 taskRef :
224236 params :
225237 - name : name
226238 value : buildah-oci-ta
227239 - name : bundle
228- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4 @sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
240+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7 @sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
229241 - name : kind
230242 value : task
231243 resolver : bundles
@@ -247,14 +259,16 @@ spec:
247259 - name : IMAGES
248260 value :
249261 - $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
262+ - name : BUILDAH_FORMAT
263+ value : $(params.buildah-format)
250264 runAfter :
251265 - build-container
252266 taskRef :
253267 params :
254268 - name : name
255269 value : build-image-index
256270 - name : bundle
257- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
271+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2 @sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
258272 - name : kind
259273 value : task
260274 resolver : bundles
@@ -266,19 +280,21 @@ spec:
266280 - name : build-source-image
267281 params :
268282 - name : BINARY_IMAGE
269- value : $(params.output -image)
283+ value : $(tasks.build -image-index.results.IMAGE_URL )
270284 - name : SOURCE_ARTIFACT
271285 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
272286 - name : CACHI2_ARTIFACT
273287 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
288+ - name : BINARY_IMAGE_DIGEST
289+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
274290 runAfter :
275291 - build-image-index
276292 taskRef :
277293 params :
278294 - name : name
279295 value : source-build-oci-ta
280296 - name : bundle
281- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
297+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
282298 - name : kind
283299 value : task
284300 resolver : bundles
@@ -304,7 +320,7 @@ spec:
304320 - name : name
305321 value : deprecated-image-check
306322 - name : bundle
307- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
323+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
308324 - name : kind
309325 value : task
310326 resolver : bundles
@@ -326,7 +342,7 @@ spec:
326342 - name : name
327343 value : clair-scan
328344 - name : bundle
329- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
345+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
330346 - name : kind
331347 value : task
332348 resolver : bundles
@@ -346,7 +362,7 @@ spec:
346362 - name : name
347363 value : ecosystem-cert-preflight-checks
348364 - name : bundle
349- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
365+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
350366 - name : kind
351367 value : task
352368 resolver : bundles
@@ -372,7 +388,7 @@ spec:
372388 - name : name
373389 value : sast-snyk-check-oci-ta
374390 - name : bundle
375- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
391+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
376392 - name : kind
377393 value : task
378394 resolver : bundles
@@ -394,7 +410,7 @@ spec:
394410 - name : name
395411 value : clamav-scan
396412 - name : bundle
397- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
413+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
398414 - name : kind
399415 value : task
400416 resolver : bundles
@@ -405,16 +421,18 @@ spec:
405421 - " false"
406422 - name : apply-tags
407423 params :
408- - name : IMAGE
424+ - name : IMAGE_URL
409425 value : $(tasks.build-image-index.results.IMAGE_URL)
426+ - name : IMAGE_DIGEST
427+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
410428 runAfter :
411429 - build-image-index
412430 taskRef :
413431 params :
414432 - name : name
415433 value : apply-tags
416434 - name : bundle
417- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
435+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
418436 - name : kind
419437 value : task
420438 resolver : bundles
@@ -437,7 +455,7 @@ spec:
437455 - name : name
438456 value : push-dockerfile-oci-ta
439457 - name : bundle
440- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
458+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
441459 - name : kind
442460 value : task
443461 resolver : bundles
@@ -454,7 +472,7 @@ spec:
454472 - name : name
455473 value : rpms-signature-scan
456474 - name : bundle
457- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2366b2f394610192736dd8edac1a702964daeb961603dfc9ceb6b8188e39a009
475+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:90c2b32ebf0a00f42c0c1d1675feb75ba71793ad1a4c22ddea7cdc71ed997a04
458476 - name : kind
459477 value : task
460478 resolver : bundles
0 commit comments