Skip to content

Commit 658ce26

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

1 file changed

Lines changed: 21 additions & 56 deletions

File tree

.tekton/build-pipeline.yaml

Lines changed: 21 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,13 @@ spec:
2020
name: output-image
2121
type: string
2222
- default: .
23-
description: Path to the source code of an application's component from where
24-
to build image.
23+
description: Path to the source code of an application's component from where to build image.
2524
name: path-context
2625
type: string
2726
- default: Dockerfile
28-
description: Path to the Dockerfile inside the context specified by parameter
29-
path-context
27+
description: Path to the Dockerfile inside the context specified by parameter path-context
3028
name: dockerfile
3129
type: string
32-
- default: "false"
33-
description: Force rebuild image
34-
name: rebuild
35-
type: string
3630
- default: "false"
3731
description: Skip checks against built image
3832
name: skip-checks
@@ -46,8 +40,7 @@ spec:
4640
name: prefetch-input
4741
type: string
4842
- default: ""
49-
description: Image tag expiration time, time values could be something like
50-
1h, 2d, 3w for hours, days, and weeks, respectively.
43+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
5144
name: image-expires-after
5245
type: string
5346
- default: "false"
@@ -59,8 +52,7 @@ spec:
5952
name: build-image-index
6053
type: string
6154
- default: docker
62-
description: The format for the resulting image's mediaType. Valid values are
63-
oci or docker.
55+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
6456
name: buildah-format
6557
type: string
6658
- default: "false"
@@ -75,14 +67,12 @@ spec:
7567
name: build-args-file
7668
type: string
7769
- default: "false"
78-
description: Whether to enable privileged mode, should be used only with remote
79-
VMs
70+
description: Whether to enable privileged mode, should be used only with remote VMs
8071
name: privileged-nested
8172
type: string
8273
- default:
8374
- linux/x86_64
84-
description: List of platforms to build the container images on. The available
85-
set of values is determined by the configuration of the multi-platform-controller.
75+
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.
8676
name: build-platforms
8777
type: array
8878
results:
@@ -101,20 +91,14 @@ spec:
10191
tasks:
10292
- name: init
10393
params:
104-
- name: image-url
105-
value: $(params.output-image)
106-
- name: rebuild
107-
value: $(params.rebuild)
108-
- name: skip-checks
109-
value: $(params.skip-checks)
11094
- name: enable-cache-proxy
11195
value: $(params.enable-cache-proxy)
11296
taskRef:
11397
params:
11498
- name: name
11599
value: init
116100
- name: bundle
117-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
101+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
118102
- name: kind
119103
value: task
120104
resolver: bundles
@@ -139,11 +123,6 @@ spec:
139123
- name: kind
140124
value: task
141125
resolver: bundles
142-
when:
143-
- input: $(tasks.init.results.build)
144-
operator: in
145-
values:
146-
- "true"
147126
workspaces:
148127
- name: basic-auth
149128
workspace: git-auth
@@ -164,7 +143,7 @@ spec:
164143
- name: name
165144
value: prefetch-dependencies-oci-ta
166145
- name: bundle
167-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c651d767709bea1bb2f52c37d19d332af4706fbbfe450724e314b286597795a2
146+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
168147
- name: kind
169148
value: task
170149
resolver: bundles
@@ -222,15 +201,10 @@ spec:
222201
- name: name
223202
value: buildah-remote-oci-ta
224203
- name: bundle
225-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:7aa7141697734e450c6f91db0c545fb46bd4de1b0203812cf594459d11ea3e63
204+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:417f776b6be35d6e51d9133ef8f0540f20ff80d761c76de37fb0e51786918950
226205
- name: kind
227206
value: task
228207
resolver: bundles
229-
when:
230-
- input: $(tasks.init.results.build)
231-
operator: in
232-
values:
233-
- "true"
234208
- name: build-image-index
235209
params:
236210
- name: IMAGE
@@ -253,15 +227,10 @@ spec:
253227
- name: name
254228
value: build-image-index
255229
- name: bundle
256-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:05d3d8a5ded44c51b074a56a408ddf5d65c56b4c15e110abb1a99e3aff269d49
230+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
257231
- name: kind
258232
value: task
259233
resolver: bundles
260-
when:
261-
- input: $(tasks.init.results.build)
262-
operator: in
263-
values:
264-
- "true"
265234
- name: build-source-image
266235
params:
267236
- name: BINARY_IMAGE
@@ -284,10 +253,6 @@ spec:
284253
value: task
285254
resolver: bundles
286255
when:
287-
- input: $(tasks.init.results.build)
288-
operator: in
289-
values:
290-
- "true"
291256
- input: $(params.build-source-image)
292257
operator: in
293258
values:
@@ -305,7 +270,7 @@ spec:
305270
- name: name
306271
value: deprecated-image-check
307272
- name: bundle
308-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1cf21de671be4c97d4973b60c09c912997cd15b65c30b93a07eff1b24f43a1f8
273+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
309274
- name: kind
310275
value: task
311276
resolver: bundles
@@ -332,7 +297,7 @@ spec:
332297
- name: name
333298
value: clair-scan
334299
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:654b989d7cdc03d082e56f216a29de04847215ee379a8d9ca315e453ad2b15c2
300+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
336301
- name: kind
337302
value: task
338303
resolver: bundles
@@ -357,7 +322,7 @@ spec:
357322
- name: name
358323
value: ecosystem-cert-preflight-checks
359324
- name: bundle
360-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:329b14911d93ad5425c8f6cf57112d344aae0c219117278faa47731763a27853
325+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
361326
- name: kind
362327
value: task
363328
resolver: bundles
@@ -383,7 +348,7 @@ spec:
383348
- name: name
384349
value: sast-snyk-check-oci-ta
385350
- name: bundle
386-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:c5e640a7741dfba035ced5e3ac30c82bba9bfe04f60e1631509205dcf884a0ea
351+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
387352
- name: kind
388353
value: task
389354
resolver: bundles
@@ -410,7 +375,7 @@ spec:
410375
- name: name
411376
value: clamav-scan
412377
- name: bundle
413-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:78f0349720a18e25546fd57a0eb15925ec4da6d9e1d9290b73a4770ae9ad77f5
378+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
414379
- name: kind
415380
value: task
416381
resolver: bundles
@@ -455,7 +420,7 @@ spec:
455420
- name: name
456421
value: sast-coverity-check-oci-ta
457422
- name: bundle
458-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9978b6163d54473a72ded5eb9b75d9ffae92118e544c7b96dc805cd66870b12d
423+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
459424
- name: kind
460425
value: task
461426
resolver: bundles
@@ -476,7 +441,7 @@ spec:
476441
- name: name
477442
value: coverity-availability-check
478443
- name: bundle
479-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
444+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
480445
- name: kind
481446
value: task
482447
resolver: bundles
@@ -502,7 +467,7 @@ spec:
502467
- name: name
503468
value: sast-shell-check-oci-ta
504469
- name: bundle
505-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
470+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
506471
- name: kind
507472
value: task
508473
resolver: bundles
@@ -528,7 +493,7 @@ spec:
528493
- name: name
529494
value: sast-unicode-check-oci-ta
530495
- name: bundle
531-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:0ca0203c25e22c9f12cc32436f6bf02df19fd177ba5f84926d804c711146974e
496+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
532497
- name: kind
533498
value: task
534499
resolver: bundles
@@ -573,7 +538,7 @@ spec:
573538
- name: name
574539
value: push-dockerfile-oci-ta
575540
- name: bundle
576-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
541+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
577542
- name: kind
578543
value: task
579544
resolver: bundles
@@ -590,7 +555,7 @@ spec:
590555
- name: name
591556
value: rpms-signature-scan
592557
- name: bundle
593-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:f2df541f49b5310f343b55f58b0881a46a2b46c5df39a9c34563c5042b106f6f
558+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:47b81d6b3d752649eddfbb8b3fd8f6522c4bb07f6d1946f9bc45dae3f92e2c9a
594559
- name: kind
595560
value: task
596561
resolver: bundles

0 commit comments

Comments
 (0)