Skip to content

Commit 7c31798

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 6f32e22 commit 7c31798

File tree

1 file changed

+32
-63
lines changed

1 file changed

+32
-63
lines changed

.tekton/collector-component-pipeline.yaml

Lines changed: 32 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
44
name: collector-component-pipeline
5-
65
spec:
7-
86
finally:
97
- name: slack-notification
108
params:
@@ -13,7 +11,7 @@ spec:
1311
- name: key-name
1412
value: 'acs-konflux-notifications'
1513
when:
16-
# Run when any task has Failed
14+
# Run when any task has Failed
1715
- input: $(tasks.status)
1816
operator: in
1917
values: ["Failed"]
@@ -26,7 +24,6 @@ spec:
2624
- name: kind
2725
value: task
2826
resolver: bundles
29-
3027
- name: show-sbom
3128
params:
3229
- name: IMAGE_URL
@@ -40,7 +37,6 @@ spec:
4037
- name: kind
4138
value: task
4239
resolver: bundles
43-
4440
- name: post-metric-end
4541
params:
4642
- name: AGGREGATE_TASKS_STATUS
@@ -54,7 +50,6 @@ spec:
5450
- name: kind
5551
value: task
5652
resolver: bundles
57-
5853
params:
5954
- description: Source Repository URL
6055
name: git-url
@@ -71,13 +66,11 @@ spec:
7166
name: output-tag-suffix
7267
type: string
7368
- default: .
74-
description: Path to the source code of an application's component from where
75-
to build image.
69+
description: Path to the source code of an application's component from where to build image.
7670
name: path-context
7771
type: string
7872
- default: Dockerfile
79-
description: Path to the Dockerfile inside the context specified by parameter
80-
path-context
73+
description: Path to the Dockerfile inside the context specified by parameter path-context
8174
name: dockerfile
8275
type: string
8376
- default: "false"
@@ -96,8 +89,7 @@ spec:
9689
description: Build dependencies to be prefetched by Cachi2
9790
name: prefetch-input
9891
type: string
99-
- description: Image tag expiration time, time values could be something like
100-
1h, 2d, 3w for hours, days, and weeks, respectively.
92+
- description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10193
name: image-expires-after
10294
type: string
10395
- default: "true"
@@ -115,7 +107,6 @@ spec:
115107
description: This sets the expiration time for intermediate OCI artifacts produced and used during builds after which they can be garbage collected.
116108
name: oci-artifact-expires-after
117109
type: string
118-
119110
results:
120111
- description: ""
121112
name: IMAGE_URL
@@ -129,21 +120,17 @@ spec:
129120
- description: ""
130121
name: CHAINS-GIT_COMMIT
131122
value: $(tasks.clone-repository.results.commit)
132-
133123
workspaces:
134124
- name: git-auth
135-
136125
tasks:
137-
138126
- name: post-metric-start
139127
taskRef: *post-bigquery-metrics-ref
140-
141128
- name: init
142129
params:
143130
- name: image-url
144-
# We can't provide a StackRox-style tag because it is not known at this time (requires cloning source, etc.)
145-
# As a workaround, we still provide a unique tag that's based on a revision to this task to comply with its
146-
# expected input. We later actually add this tag on a built image with build-image-index-extra task.
131+
# We can't provide a StackRox-style tag because it is not known at this time (requires cloning source, etc.)
132+
# As a workaround, we still provide a unique tag that's based on a revision to this task to comply with its
133+
# expected input. We later actually add this tag on a built image with build-image-index-extra task.
147134
value: $(params.output-image-repo):konflux-$(params.revision)
148135
- name: rebuild
149136
value: $(params.rebuild)
@@ -156,7 +143,6 @@ spec:
156143
- name: kind
157144
value: task
158145
resolver: bundles
159-
160146
- name: clone-repository
161147
params:
162148
- name: url
@@ -185,17 +171,16 @@ spec:
185171
when:
186172
- input: $(tasks.init.results.build)
187173
operator: in
188-
values: [ "true" ]
174+
values: ["true"]
189175
workspaces:
190176
- name: basic-auth
191177
workspace: git-auth
192-
193178
- name: determine-image-expiration
194179
params:
195-
- name: DEFAULT_IMAGE_EXPIRES_AFTER
196-
value: $(params.image-expires-after)
197-
- name: SOURCE_ARTIFACT
198-
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
180+
- name: DEFAULT_IMAGE_EXPIRES_AFTER
181+
value: $(params.image-expires-after)
182+
- name: SOURCE_ARTIFACT
183+
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
199184
taskRef:
200185
params:
201186
- name: name
@@ -205,7 +190,6 @@ spec:
205190
- name: kind
206191
value: task
207192
resolver: bundles
208-
209193
- name: determine-image-tag
210194
params:
211195
- name: TAG_SUFFIX
@@ -221,7 +205,6 @@ spec:
221205
- name: kind
222206
value: task
223207
resolver: bundles
224-
225208
- name: prefetch-dependencies
226209
params:
227210
- name: input
@@ -234,22 +217,21 @@ spec:
234217
value: $(params.oci-artifact-expires-after)
235218
- name: ACTIVATION_KEY
236219
value: subscription-manager-activation-key-prod
237-
# Required for the RPM prefetching support.
220+
# Required for the RPM prefetching support.
238221
- name: dev-package-managers
239222
value: "true"
240223
taskRef:
241224
params:
242225
- name: name
243226
value: prefetch-dependencies-oci-ta
244227
- name: bundle
245-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
228+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
246229
- name: kind
247230
value: task
248231
resolver: bundles
249232
workspaces:
250233
- name: git-basic-auth
251234
workspace: git-auth
252-
253235
- name: build-container-amd64
254236
params:
255237
- name: IMAGE
@@ -287,8 +269,7 @@ spec:
287269
when:
288270
- input: $(tasks.init.results.build)
289271
operator: in
290-
values: [ "true" ]
291-
272+
values: ["true"]
292273
- name: build-container-s390x
293274
params:
294275
- name: IMAGE
@@ -328,9 +309,8 @@ spec:
328309
when:
329310
- input: $(tasks.init.results.build)
330311
operator: in
331-
values: [ "true" ]
312+
values: ["true"]
332313
timeout: 1h30m0s
333-
334314
- name: build-container-ppc64le
335315
params:
336316
- name: IMAGE
@@ -370,9 +350,8 @@ spec:
370350
when:
371351
- input: $(tasks.init.results.build)
372352
operator: in
373-
values: [ "true" ]
353+
values: ["true"]
374354
timeout: 1h30m0s
375-
376355
- name: build-container-arm64
377356
params:
378357
- name: IMAGE
@@ -412,9 +391,8 @@ spec:
412391
when:
413392
- input: $(tasks.init.results.build)
414393
operator: in
415-
values: [ "true" ]
394+
values: ["true"]
416395
timeout: 1h30m0s
417-
418396
- name: build-image-index
419397
params:
420398
- name: IMAGE
@@ -441,8 +419,7 @@ spec:
441419
when:
442420
- input: $(tasks.init.results.build)
443421
operator: in
444-
values: [ "true" ]
445-
422+
values: ["true"]
446423
- name: build-image-index-extra
447424
matrix:
448425
params:
@@ -474,8 +451,7 @@ spec:
474451
when:
475452
- input: $(tasks.init.results.build)
476453
operator: in
477-
values: [ "true" ]
478-
454+
values: ["true"]
479455
- name: build-source-image
480456
params:
481457
- name: BINARY_IMAGE
@@ -484,23 +460,24 @@ spec:
484460
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
485461
- name: CACHI2_ARTIFACT
486462
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
463+
- name: BINARY_IMAGE_DIGEST
464+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
487465
taskRef:
488466
params:
489467
- name: name
490468
value: source-build-oci-ta
491469
- name: bundle
492-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
470+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
493471
- name: kind
494472
value: task
495473
resolver: bundles
496474
when:
497475
- input: $(tasks.init.results.build)
498476
operator: in
499-
values: [ "true" ]
477+
values: ["true"]
500478
- input: $(params.build-source-image)
501479
operator: in
502-
values: [ "true" ]
503-
480+
values: ["true"]
504481
- name: deprecated-base-image-check
505482
params:
506483
- name: IMAGE_URL
@@ -519,8 +496,7 @@ spec:
519496
when:
520497
- input: $(params.skip-checks)
521498
operator: in
522-
values: [ "false" ]
523-
499+
values: ["false"]
524500
- name: clair-scan
525501
params:
526502
- name: image-digest
@@ -539,8 +515,7 @@ spec:
539515
when:
540516
- input: $(params.skip-checks)
541517
operator: in
542-
values: [ "false" ]
543-
518+
values: ["false"]
544519
- name: ecosystem-cert-preflight-checks
545520
params:
546521
- name: image-url
@@ -550,15 +525,14 @@ spec:
550525
- name: name
551526
value: ecosystem-cert-preflight-checks
552527
- name: bundle
553-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:ba7ed837f467904e7b38513174a707a9eec4009d009d6f272ff71d1250bc8854
528+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
554529
- name: kind
555530
value: task
556531
resolver: bundles
557532
when:
558533
- input: $(params.skip-checks)
559534
operator: in
560535
values: ["false"]
561-
562536
- name: sast-shell-check
563537
params:
564538
- name: image-digest
@@ -581,8 +555,7 @@ spec:
581555
when:
582556
- input: $(params.skip-checks)
583557
operator: in
584-
values: [ "false" ]
585-
558+
values: ["false"]
586559
- name: sast-unicode-check
587560
params:
588561
- name: image-digest
@@ -605,8 +578,7 @@ spec:
605578
when:
606579
- input: $(params.skip-checks)
607580
operator: in
608-
values: [ "false" ]
609-
581+
values: ["false"]
610582
- name: sast-snyk-check
611583
params:
612584
- name: SOURCE_ARTIFACT
@@ -629,8 +601,7 @@ spec:
629601
when:
630602
- input: $(params.skip-checks)
631603
operator: in
632-
values: [ "false" ]
633-
604+
values: ["false"]
634605
- name: clamav-scan
635606
params:
636607
- name: image-digest
@@ -649,8 +620,7 @@ spec:
649620
when:
650621
- input: $(params.skip-checks)
651622
operator: in
652-
values: [ "false" ]
653-
623+
values: ["false"]
654624
- name: rpms-signature-scan
655625
params:
656626
- name: image-digest
@@ -670,7 +640,6 @@ spec:
670640
- input: $(params.skip-checks)
671641
operator: in
672642
values: ["false"]
673-
674643
- name: push-dockerfile
675644
params:
676645
- name: IMAGE

0 commit comments

Comments
 (0)