Skip to content

Commit e55c68c

Browse files
red-hat-konflux[bot]lubomir
authored andcommitted
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent f53da79 commit e55c68c

2 files changed

Lines changed: 70 additions & 54 deletions

File tree

.tekton/cts-pull-request.yaml

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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: cts
1514
appstudio.openshift.io/component: cts
@@ -46,7 +45,7 @@ spec:
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
@@ -65,7 +64,7 @@ spec:
6564
- name: name
6665
value: summary
6766
- name: bundle
68-
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:76075b709fa06ed824cbc84f41448b397b85bfde1cf9809395ba6d286f5b7cbd
67+
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:3f6e8513cbd70f0416eb6c6f2766973a754778526125ff33d8e3633def917091
6968
- name: kind
7069
value: task
7170
resolver: bundles
@@ -84,13 +83,11 @@ spec:
8483
name: output-image
8584
type: string
8685
- default: .
87-
description: Path to the source code of an application's component from where
88-
to build image.
86+
description: Path to the source code of an application's component from where to build image.
8987
name: path-context
9088
type: string
9189
- default: Dockerfile
92-
description: Path to the Dockerfile inside the context specified by parameter
93-
path-context
90+
description: Path to the Dockerfile inside the context specified by parameter path-context
9491
name: dockerfile
9592
type: string
9693
- default: "false"
@@ -110,8 +107,7 @@ spec:
110107
name: prefetch-input
111108
type: string
112109
- default: ""
113-
description: Image tag expiration time, time values could be something like
114-
1h, 2d, 3w for hours, days, and weeks, respectively.
110+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
115111
name: image-expires-after
116112
- default: "false"
117113
description: Build a source image.
@@ -129,6 +125,10 @@ spec:
129125
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
130126
name: build-args-file
131127
type: string
128+
- name: buildah-format
129+
default: docker
130+
type: string
131+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
132132
results:
133133
- description: ""
134134
name: IMAGE_URL
@@ -156,7 +156,7 @@ spec:
156156
- name: name
157157
value: init
158158
- name: bundle
159-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
159+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
160160
- name: kind
161161
value: task
162162
resolver: bundles
@@ -173,7 +173,7 @@ spec:
173173
- name: name
174174
value: git-clone
175175
- name: bundle
176-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:3ced9a6b9d8520773d3ffbf062190515a362ecda11e72f56e38e4dd980294b57
176+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:33e03611639687a832c7ae388c244bd8c1f52ac44568aa6b949e3439e80d978b
177177
- name: kind
178178
value: task
179179
resolver: bundles
@@ -198,7 +198,7 @@ spec:
198198
- name: name
199199
value: prefetch-dependencies
200200
- name: bundle
201-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:89fb1850fdfa76eb9cc9d38952cb637f3b44108bf9b53cad5ed3716e17c53678
201+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:67b7b22cdc39f91d3c10979c6131de45680e7415fc86560f467332726a5fb9d2
202202
- name: kind
203203
value: task
204204
resolver: bundles
@@ -236,14 +236,16 @@ spec:
236236
- short_commit=$(tasks.clone-repository.results.short-commit)
237237
- name: BUILD_ARGS_FILE
238238
value: $(params.build-args-file)
239+
- name: BUILDAH_FORMAT
240+
value: $(params.buildah-format)
239241
runAfter:
240242
- prefetch-dependencies
241243
taskRef:
242244
params:
243245
- name: name
244246
value: buildah
245247
- name: bundle
246-
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.4@sha256:c777fdb0947aff3e4ac29a93ed6358c6f7994e6b150154427646788ec773c440
248+
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.6@sha256:2fc54e80298db82e158f25acd6426d61d57da552bfb0d73507c9872cbc6250f0
247249
- name: kind
248250
value: task
249251
resolver: bundles
@@ -268,14 +270,16 @@ spec:
268270
- name: IMAGES
269271
value:
270272
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
273+
- name: BUILDAH_FORMAT
274+
value: $(params.buildah-format)
271275
runAfter:
272276
- build-container
273277
taskRef:
274278
params:
275279
- name: name
276280
value: build-image-index
277281
- name: bundle
278-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
282+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:31197f4ee71be47c6f491e888ff266cbbb8ad5ed1c7c4141cc14f002d1802a50
279283
- name: kind
280284
value: task
281285
resolver: bundles
@@ -287,15 +291,17 @@ spec:
287291
- name: build-source-image
288292
params:
289293
- name: BINARY_IMAGE
290-
value: $(params.output-image)
294+
value: $(tasks.build-image-index.results.IMAGE_URL)
295+
- name: BINARY_IMAGE_DIGEST
296+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
291297
runAfter:
292298
- build-image-index
293299
taskRef:
294300
params:
295301
- name: name
296302
value: source-build
297303
- name: bundle
298-
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.2@sha256:11029fa30652154f772b44132f8a116382c136a6223e8f9576137f99b9901dcb
304+
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.3@sha256:a681bd43f79482a8326288e304b33f25bdcb48d71f28ce2112569d89d9558348
299305
- name: kind
300306
value: task
301307
resolver: bundles
@@ -324,7 +330,7 @@ spec:
324330
- name: name
325331
value: deprecated-image-check
326332
- name: bundle
327-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
333+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
328334
- name: kind
329335
value: task
330336
resolver: bundles
@@ -346,7 +352,7 @@ spec:
346352
- name: name
347353
value: clair-scan
348354
- name: bundle
349-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
355+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
350356
- name: kind
351357
value: task
352358
resolver: bundles
@@ -366,7 +372,7 @@ spec:
366372
- name: name
367373
value: ecosystem-cert-preflight-checks
368374
- name: bundle
369-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1157c6ac9805af8b8874e4b8d68d2403d99e1c007f63623566b5d848b27c1826
375+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
370376
- name: kind
371377
value: task
372378
resolver: bundles
@@ -388,7 +394,7 @@ spec:
388394
- name: name
389395
value: sast-snyk-check
390396
- name: bundle
391-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:0d22dbaa528c8edf59aafab3600a0537b5408b80a4f69dd9cb616620795ecdc8
397+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:d5f8a76386c4441c9c1f57eb370553212dafe2d06f8a3468f5f08631719885fa
392398
- name: kind
393399
value: task
394400
resolver: bundles
@@ -413,7 +419,7 @@ spec:
413419
- name: name
414420
value: clamav-scan
415421
- name: bundle
416-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:24182598bf5161c4007988a7236e240f361c77a0a9b6973a6712dbae50d296bc
422+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
417423
- name: kind
418424
value: task
419425
resolver: bundles
@@ -424,16 +430,18 @@ spec:
424430
- "false"
425431
- name: apply-tags
426432
params:
427-
- name: IMAGE
433+
- name: IMAGE_URL
428434
value: $(tasks.build-image-index.results.IMAGE_URL)
435+
- name: IMAGE_DIGEST
436+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
429437
runAfter:
430438
- build-image-index
431439
taskRef:
432440
params:
433441
- name: name
434442
value: apply-tags
435443
- name: bundle
436-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
444+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
437445
- name: kind
438446
value: task
439447
resolver: bundles
@@ -454,7 +462,7 @@ spec:
454462
- name: name
455463
value: push-dockerfile
456464
- name: bundle
457-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:c82189e5d331e489cff99f0399f133fd3fad08921bea86747dfa379d1b5c748d
465+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:74e982c07a808eaa5b1d8c126cafcbf3cc6ce94c883cf0845b55ce8064674b45
458466
- name: kind
459467
value: task
460468
resolver: bundles
@@ -473,7 +481,7 @@ spec:
473481
- name: workspace
474482
volumeClaimTemplate:
475483
metadata:
476-
creationTimestamp: null
484+
creationTimestamp:
477485
spec:
478486
accessModes:
479487
- ReadWriteOnce

0 commit comments

Comments
 (0)