@@ -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- == "main"
12- creationTimestamp : null
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
11+ creationTimestamp :
1312 labels :
1413 appstudio.openshift.io/application : openshift-gitops-operator
1514 appstudio.openshift.io/component : gitops-must-gather
4948 - name : name
5049 value : show-sbom
5150 - name : bundle
52- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
51+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:a7346ed61237db4f82ff782e0c9e8b30536e0e67b907ad600341a6d192e80012
5352 - name : kind
5453 value : task
5554 resolver : bundles
@@ -65,13 +64,11 @@ spec:
6564 name : output-image
6665 type : string
6766 - default : .
68- description : Path to the source code of an application's component from where
69- to build image.
67+ description : Path to the source code of an application's component from where to build image.
7068 name : path-context
7169 type : string
7270 - default : Dockerfile
73- description : Path to the Dockerfile inside the context specified by parameter
74- path-context
71+ description : Path to the Dockerfile inside the context specified by parameter path-context
7572 name : dockerfile
7673 type : string
7774 - default : " false"
9188 name : prefetch-input
9289 type : string
9390 - default : " "
94- description : Image tag expiration time, time values could be something like
95- 1h, 2d, 3w for hours, days, and weeks, respectively.
91+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9692 name : image-expires-after
9793 - default : " false"
9894 description : Build a source image.
@@ -112,10 +108,13 @@ spec:
112108 type : string
113109 - default :
114110 - linux/x86_64
115- description : List of platforms to build the container images on. The available
116- set of values is determined by the configuration of the multi-platform-controller.
111+ 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.
117112 name : build-platforms
118113 type : array
114+ - name : enable-package-registry-proxy
115+ default : ' true'
116+ description : Use the package registry proxy when prefetching dependencies
117+ type : string
119118 results :
120119 - description : " "
121120 name : IMAGE_URL
@@ -143,7 +142,7 @@ spec:
143142 - name : name
144143 value : init
145144 - name : bundle
146- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2 @sha256:737682d073a65a486d59b2b30e3104b93edd8490e0cd5e9b4a39703e47363f0f
145+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.4 @sha256:b797dd453ddad669365de6de4649e3a9e37e77aa26eb9862ca079a36cbfe64a4
147146 - name : kind
148147 value : task
149148 resolver : bundles
@@ -164,7 +163,7 @@ spec:
164163 - name : name
165164 value : git-clone-oci-ta
166165 - name : bundle
167- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
166+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:13d49df7dc9ae301627e45f95a236011422996152f1bea46cd60217b0f057407
168167 - name : kind
169168 value : task
170169 resolver : bundles
@@ -186,14 +185,16 @@ spec:
186185 value : $(params.output-image).prefetch
187186 - name : ociArtifactExpiresAfter
188187 value : $(params.image-expires-after)
188+ - name : enable-package-registry-proxy
189+ value : $(params.enable-package-registry-proxy)
189190 runAfter :
190191 - clone-repository
191192 taskRef :
192193 params :
193194 - name : name
194195 value : prefetch-dependencies-oci-ta
195196 - name : bundle
196- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2 @sha256:efc8aebec295bf5986597b6bbeebe093b2764fea79c66094e05ff3d283f54932
197+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3 @sha256:1b209c0d93e52e418f3e6cd4b4fd915a84e4bd7f68e1cfd0d6446133540d7f43
197198 - name : kind
198199 value : task
199200 resolver : bundles
@@ -245,7 +246,7 @@ spec:
245246 - name : name
246247 value : buildah-remote-oci-ta
247248 - name : bundle
248- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4 @sha256:468708e0a5dc3a314d71ca0cf2db80c6d7fefae98b292b10fa1cf07ea3787d9e
249+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9 @sha256:f667d1146533b1d49829c08097e31faf27db24563da576434a707353de62099f
249250 - name : kind
250251 value : task
251252 resolver : bundles
@@ -258,10 +259,6 @@ spec:
258259 params :
259260 - name : IMAGE
260261 value : $(params.output-image)
261- - name : COMMIT_SHA
262- value : $(tasks.clone-repository.results.commit)
263- - name : IMAGE_EXPIRES_AFTER
264- value : $(params.image-expires-after)
265262 - name : ALWAYS_BUILD_INDEX
266263 value : $(params.build-image-index)
267264 - name : IMAGES
@@ -274,7 +271,7 @@ spec:
274271 - name : name
275272 value : build-image-index
276273 - name : bundle
277- value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1 @sha256:95be274b6d0432d4671e2c41294ec345121bdf01284b1c6c46b5537dc6b37e15
274+ value : quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3 @sha256:550afde50349e22ec11191ea0db9a49395ab46fef4e8317d820b6e946677ebeb
278275 - name : kind
279276 value : task
280277 resolver : bundles
@@ -286,19 +283,21 @@ spec:
286283 - name : build-source-image
287284 params :
288285 - name : BINARY_IMAGE
289- value : $(params.output -image)
286+ value : $(tasks.build -image-index.results.IMAGE_URL )
290287 - name : SOURCE_ARTIFACT
291288 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
292289 - name : CACHI2_ARTIFACT
293290 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
291+ - name : BINARY_IMAGE_DIGEST
292+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
294293 runAfter :
295294 - build-image-index
296295 taskRef :
297296 params :
298297 - name : name
299298 value : source-build-oci-ta
300299 - name : bundle
301- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:9fe82c9511f282287686f918bf1a543fcef417848e7a503357e988aab2887cee
300+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:0917cfc7772e82cb8e74743c2104f43bcf2596aceafe87eec6fce69a8cac5f06
302301 - name : kind
303302 value : task
304303 resolver : bundles
@@ -324,7 +323,7 @@ spec:
324323 - name : name
325324 value : deprecated-image-check
326325 - name : bundle
327- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
326+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:57d1f556982115311f603dd9a728c52a7a1d092f022e1db4560da01eca9e5d17
328327 - name : kind
329328 value : task
330329 resolver : bundles
@@ -346,7 +345,7 @@ spec:
346345 - name : name
347346 value : clair-scan
348347 - name : bundle
349- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:712afcf63f3b5a97c371d37e637efbcc9e1c7ad158872339d00adc6413cd8851
348+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:cd49cdea7e5403a87c4774bd8ea10bc4e6aeb83841ff490cbe42b782779513a7
350349 - name : kind
351350 value : task
352351 resolver : bundles
@@ -366,7 +365,7 @@ spec:
366365 - name : name
367366 value : ecosystem-cert-preflight-checks
368367 - name : bundle
369- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
368+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:25dcef1d9270b2e03fe6710a733171f7c7208e341fc627dac3a579088f44af34
370369 - name : kind
371370 value : task
372371 resolver : bundles
@@ -375,6 +374,11 @@ spec:
375374 operator : in
376375 values :
377376 - " false"
377+ matrix :
378+ params :
379+ - name : platform
380+ value :
381+ - $(params.build-platforms)
378382 - name : sast-snyk-check
379383 params :
380384 - name : image-digest
@@ -392,7 +396,7 @@ spec:
392396 - name : name
393397 value : sast-snyk-check-oci-ta
394398 - name : bundle
395- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3 @sha256:a1cb59ed66a7be1949c9720660efb0a006e95ef05b3f67929dd8e310e1d7baef
399+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4 @sha256:8f3ecbeaff579e41b8278f82d7fabac27845db17a8e687ea6c510c0c9aceabbb
396400 - name : kind
397401 value : task
398402 resolver : bundles
@@ -414,7 +418,7 @@ spec:
414418 - name : name
415419 value : clamav-scan
416420 - name : bundle
417- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:62c835adae22e36fce6684460b39206bc16752f1a4427cdbba4ee9afdd279670
421+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:567cb66bd2e1f4b58b9d4d756f3317fc62479e0b40aa0de66094b1f12d296cfc
418422 - name : kind
419423 value : task
420424 resolver : bundles
@@ -434,7 +438,7 @@ spec:
434438 - name : name
435439 value : apply-tags
436440 - name : bundle
437- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:61c90b1c94a2a11cb11211a0d65884089b758c34254fcec164d185a402beae22
441+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3 @sha256:a291081de7fb27f832c6fc3c4b078acf7e6162ca4c085db38b118ca87e8b5b66
438442 - name : kind
439443 value : task
440444 resolver : bundles
@@ -457,7 +461,7 @@ spec:
457461 - name : name
458462 value : push-dockerfile-oci-ta
459463 - name : bundle
460- value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1 @sha256:55a4ff2910ae2e4502f3841719935d37578bd52156bc789fcdf45ff48c2b048b
464+ value : quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3 @sha256:7855471abfe87de080b914f2f3ca27c59e64f6448a7c2435e51435b764494c71
461465 - name : kind
462466 value : task
463467 resolver : bundles
@@ -474,7 +478,7 @@ spec:
474478 - name : name
475479 value : rpms-signature-scan
476480 - name : bundle
477- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:c0798ff85ad04f1553d349fe34aa4918597fb35b3b74e344dfbd5af2f3494300
481+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1d807f6be3be2bd8bff76321e9599bbafce8196dcd9597eeffd9df65466682af
478482 - name : kind
479483 value : task
480484 resolver : bundles
0 commit comments