@@ -6,12 +6,12 @@ metadata:
66 build.appstudio.redhat.com/commit_sha : ' {{revision}}'
77 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9- pipelinesascode.tekton.dev/max-keep-runs : " 3 "
9+ pipelinesascode.tekton.dev/max-keep-runs : ' 3 '
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "pull_request"
1212 && target_branch == "master"
1313 && ( "Containerfile.bundle".pathChanged() || "bundle/***".pathChanged() || ".tekton/windows-machine-config-operator-bundle-*".pathChanged() )
14- creationTimestamp : null
14+ creationTimestamp :
1515 labels :
1616 appstudio.openshift.io/application : windows-machine-config-operator-release-4-20
1717 appstudio.openshift.io/component : windows-machine-config-operator-bundle-release-4-20
@@ -21,9 +21,9 @@ metadata:
2121spec :
2222 params :
2323 - name : hermetic
24- value : " true"
24+ value : ' true'
2525 - name : build-source-image
26- value : " true"
26+ value : ' true'
2727 - name : prefetch-input
2828 value : ' {"type": "gomod", "path": "."}'
2929 - name : dockerfile
@@ -47,75 +47,71 @@ spec:
4747 - name : name
4848 value : show-sbom
4949 - name : bundle
50- value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
50+ value : quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
5151 - name : kind
5252 value : task
5353 resolver : bundles
5454 params :
5555 - description : Source Repository URL
5656 name : git-url
5757 type : string
58- - default : " "
58+ - default : ' '
5959 description : Revision of the Source Repository
6060 name : revision
6161 type : string
6262 - description : Fully Qualified Output Image
6363 name : output-image
6464 type : string
6565 - default : .
66- description : Path to the source code of an application's component from where
67- to build image.
66+ description : Path to the source code of an application's component from where to build image.
6867 name : path-context
6968 type : string
7069 - default : Dockerfile
71- description : Path to the Dockerfile inside the context specified by parameter
72- path-context
70+ description : Path to the Dockerfile inside the context specified by parameter path-context
7371 name : dockerfile
7472 type : string
75- - default : " false"
73+ - default : ' false'
7674 description : Force rebuild image
7775 name : rebuild
7876 type : string
79- - default : " false"
77+ - default : ' false'
8078 description : Skip checks against built image
8179 name : skip-checks
8280 type : string
83- - default : " false"
81+ - default : ' false'
8482 description : Execute the build with network isolation
8583 name : hermetic
8684 type : string
87- - default : " "
85+ - default : ' '
8886 description : Build dependencies to be prefetched by Cachi2
8987 name : prefetch-input
9088 type : string
91- - default : " false"
89+ - default : ' false'
9290 description : Java build
9391 name : java
9492 type : string
95- - default : " "
96- description : Image tag expiration time, time values could be something like
97- 1h, 2d, 3w for hours, days, and weeks, respectively.
93+ - default : ' '
94+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9895 name : image-expires-after
99- - default : " false"
96+ - default : ' false'
10097 description : Build a source image.
10198 name : build-source-image
10299 type : string
103- - default : " "
104- description : Path to a file with build arguments which will be passed to podman
105- during build
100+ - default : ' '
101+ description : Path to a file with build arguments which will be passed to podman during build
106102 name : build-args-file
107103 type : string
108104 results :
109- - description : " "
105+ - description : ' '
110106 name : IMAGE_URL
111107 value : $(tasks.build-container.results.IMAGE_URL)
112- - description : " "
108+ - description : ' '
113109 name : IMAGE_DIGEST
114110 value : $(tasks.build-container.results.IMAGE_DIGEST)
115- - description : " "
111+ - description : ' '
116112 name : CHAINS-GIT_URL
117113 value : $(tasks.clone-repository.results.url)
118- - description : " "
114+ - description : ' '
119115 name : CHAINS-GIT_COMMIT
120116 value : $(tasks.clone-repository.results.commit)
121117 tasks :
@@ -153,15 +149,15 @@ spec:
153149 - name : name
154150 value : git-clone-oci-ta
155151 - name : bundle
156- value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
152+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
157153 - name : kind
158154 value : task
159155 resolver : bundles
160156 when :
161157 - input : $(tasks.init.results.build)
162158 operator : in
163159 values :
164- - " true"
160+ - ' true'
165161 workspaces :
166162 - name : basic-auth
167163 workspace : git-auth
@@ -182,7 +178,7 @@ spec:
182178 - name : name
183179 value : prefetch-dependencies-oci-ta
184180 - name : bundle
185- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
181+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
186182 - name : kind
187183 value : task
188184 resolver : bundles
@@ -218,15 +214,15 @@ spec:
218214 - name : name
219215 value : buildah-oci-ta
220216 - name : bundle
221- value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
217+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:65864bd7623b8819707ffc0949c390152f99f24308803e773000009f71ed2d6b
222218 - name : kind
223219 value : task
224220 resolver : bundles
225221 when :
226222 - input : $(tasks.init.results.build)
227223 operator : in
228224 values :
229- - " true"
225+ - ' true'
230226 - name : build-source-image
231227 params :
232228 - name : BINARY_IMAGE
@@ -242,19 +238,19 @@ spec:
242238 - name : name
243239 value : source-build-oci-ta
244240 - name : bundle
245- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
241+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
246242 - name : kind
247243 value : task
248244 resolver : bundles
249245 when :
250246 - input : $(tasks.init.results.build)
251247 operator : in
252248 values :
253- - " true"
249+ - ' true'
254250 - input : $(params.build-source-image)
255251 operator : in
256252 values :
257- - " true"
253+ - ' true'
258254 - name : deprecated-base-image-check
259255 params :
260256 - name : IMAGE_URL
@@ -268,15 +264,15 @@ spec:
268264 - name : name
269265 value : deprecated-image-check
270266 - name : bundle
271- value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
267+ value : quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
272268 - name : kind
273269 value : task
274270 resolver : bundles
275271 when :
276272 - input : $(params.skip-checks)
277273 operator : in
278274 values :
279- - " false"
275+ - ' false'
280276 - name : fips-operator-bundle-check-oci-ta
281277 params :
282278 - name : image-digest
@@ -292,15 +288,15 @@ spec:
292288 - name : name
293289 value : fips-operator-bundle-check-oci-ta
294290 - name : bundle
295- value : quay.io/konflux-ci/tekton-catalog/task-fips-operator-bundle-check-oci-ta:0.1@sha256:1eea7564e15a5003396de9ac10e24ae53ebf1c980d1541cbde0b6cbadd043d5d
291+ value : quay.io/konflux-ci/tekton-catalog/task-fips-operator-bundle-check-oci-ta:0.1@sha256:2423f052f2bd4e3ea593d67ff334b8886dabf11ab0c461734e91c48a9092550d
296292 - name : kind
297293 value : task
298294 resolver : bundles
299295 when :
300296 - input : $(params.skip-checks)
301297 operator : in
302298 values :
303- - " false"
299+ - ' false'
304300 - name : clair-scan
305301 params :
306302 - name : image-digest
@@ -314,15 +310,15 @@ spec:
314310 - name : name
315311 value : clair-scan
316312 - name : bundle
317- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
313+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
318314 - name : kind
319315 value : task
320316 resolver : bundles
321317 when :
322318 - input : $(params.skip-checks)
323319 operator : in
324320 values :
325- - " false"
321+ - ' false'
326322 - name : sast-snyk-check
327323 params :
328324 - name : image-digest
@@ -340,15 +336,15 @@ spec:
340336 - name : name
341337 value : sast-snyk-check-oci-ta
342338 - name : bundle
343- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
339+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
344340 - name : kind
345341 value : task
346342 resolver : bundles
347343 when :
348344 - input : $(params.skip-checks)
349345 operator : in
350346 values :
351- - " false"
347+ - ' false'
352348 - name : sast-shell-check
353349 params :
354350 - name : image-digest
@@ -366,15 +362,15 @@ spec:
366362 - name : name
367363 value : sast-shell-check-oci-ta
368364 - name : bundle
369- value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
365+ value : quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
370366 - name : kind
371367 value : task
372368 resolver : bundles
373369 when :
374370 - input : $(params.skip-checks)
375371 operator : in
376372 values :
377- - " false"
373+ - ' false'
378374 - name : sast-unicode-check
379375 params :
380376 - name : image-url
@@ -390,15 +386,15 @@ spec:
390386 - name : name
391387 value : sast-unicode-check-oci-ta
392388 - name : bundle
393- value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
389+ value : quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
394390 - name : kind
395391 value : task
396392 resolver : bundles
397393 when :
398394 - input : $(params.skip-checks)
399395 operator : in
400396 values :
401- - " false"
397+ - ' false'
402398 - name : clamav-scan
403399 params :
404400 - name : image-digest
@@ -412,27 +408,29 @@ spec:
412408 - name : name
413409 value : clamav-scan
414410 - name : bundle
415- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
411+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
416412 - name : kind
417413 value : task
418414 resolver : bundles
419415 when :
420416 - input : $(params.skip-checks)
421417 operator : in
422418 values :
423- - " false"
419+ - ' false'
424420 - name : apply-tags
425421 params :
426- - name : IMAGE
422+ - name : IMAGE_URL
427423 value : $(tasks.build-container.results.IMAGE_URL)
424+ - name : IMAGE_DIGEST
425+ value : $(tasks.build-container.results.IMAGE_DIGEST)
428426 runAfter :
429427 - build-container
430428 taskRef :
431429 params :
432430 - name : name
433431 value : apply-tags
434432 - name : bundle
435- value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1 @sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
433+ value : quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2 @sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
436434 - name : kind
437435 value : task
438436 resolver : bundles
@@ -449,15 +447,15 @@ spec:
449447 - name : name
450448 value : rpms-signature-scan
451449 - name : bundle
452- value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:80a4562d5f86eb6812f00d4e30e94c1ad27ec937735dc29f5a63e9335676b3dc
450+ value : quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
453451 - name : kind
454452 value : task
455453 resolver : bundles
456454 when :
457455 - input : $(params.skip-checks)
458456 operator : in
459457 values :
460- - " false"
458+ - ' false'
461459 workspaces :
462460 - name : git-auth
463461 optional : true
0 commit comments