Skip to content

Commit 310cebd

Browse files
[release-v1.17] Update Konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 0fed3b1 commit 310cebd

File tree

1 file changed

+18
-54
lines changed

1 file changed

+18
-54
lines changed

.tekton/docker-build.yaml

Lines changed: 18 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ spec:
1818
- linux/arm64
1919
- linux/ppc64le
2020
- linux/s390x
21-
description: List of platforms to build the container images on. The available
22-
set of values is determined by the configuration of the multi-platform-controller.
21+
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.
2322
name: build-platforms
2423
type: array
2524
- default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -31,8 +30,7 @@ spec:
3130
name: build-source-image
3231
type: string
3332
- default: "false"
34-
description: 'Enable in-development package managers. WARNING: the behavior may
35-
change at any time without notice. Use at your own risk.'
33+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
3634
name: prefetch-input-dev-package-managers
3735
- default: []
3836
description: Additional image tags
@@ -49,19 +47,13 @@ spec:
4947
name: output-image
5048
type: string
5149
- default: .
52-
description: Path to the source code of an application's component from where
53-
to build image.
50+
description: Path to the source code of an application's component from where to build image.
5451
name: path-context
5552
type: string
5653
- default: Dockerfile
57-
description: Path to the Dockerfile inside the context specified by parameter
58-
path-context
54+
description: Path to the Dockerfile inside the context specified by parameter path-context
5955
name: dockerfile
6056
type: string
61-
- default: "false"
62-
description: Force rebuild image
63-
name: rebuild
64-
type: string
6557
- default: "false"
6658
description: Skip checks against built image
6759
name: skip-checks
@@ -75,17 +67,15 @@ spec:
7567
name: prefetch-input
7668
type: string
7769
- default: ""
78-
description: Image tag expiration time, time values could be something like 1h,
79-
2d, 3w for hours, days, and weeks, respectively.
70+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8071
name: image-expires-after
8172
type: string
8273
- default: "true"
8374
description: Add built image into an OCI image index
8475
name: build-image-index
8576
type: string
8677
- default: docker
87-
description: The format for the resulting image's mediaType. Valid values are
88-
oci or docker.
78+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
8979
name: buildah-format
9080
type: string
9181
- default: "false"
@@ -100,8 +90,7 @@ spec:
10090
name: build-args-file
10191
type: string
10292
- default: "false"
103-
description: Whether to enable privileged mode, should be used only with remote
104-
VMs
93+
description: Whether to enable privileged mode, should be used only with remote VMs
10594
name: privileged-nested
10695
type: string
10796
results:
@@ -137,7 +126,7 @@ spec:
137126
- name: name
138127
value: sast-snyk-check-oci-ta
139128
- name: bundle
140-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:a70272ae12f6d7f0da2902158e1bcee756877aa8f71fd1a22ef9afd8b177fb41
129+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
141130
- name: kind
142131
value: task
143132
resolver: bundles
@@ -195,20 +184,14 @@ spec:
195184
resolver: bundles
196185
- name: init
197186
params:
198-
- name: image-url
199-
value: $(params.output-image)
200-
- name: rebuild
201-
value: $(params.rebuild)
202-
- name: skip-checks
203-
value: $(params.skip-checks)
204187
- name: enable-cache-proxy
205188
value: $(params.enable-cache-proxy)
206189
taskRef:
207190
params:
208191
- name: name
209192
value: init
210193
- name: bundle
211-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ebf06778aeacbbeb081f9231eafbdfdb8e380ad04e211d7ed80ae9101e37fd82
194+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
212195
- name: kind
213196
value: task
214197
resolver: bundles
@@ -233,11 +216,6 @@ spec:
233216
- name: kind
234217
value: task
235218
resolver: bundles
236-
when:
237-
- input: $(tasks.init.results.build)
238-
operator: in
239-
values:
240-
- "true"
241219
workspaces:
242220
- name: basic-auth
243221
workspace: git-auth
@@ -290,15 +268,10 @@ spec:
290268
- name: name
291269
value: buildah-remote-oci-ta
292270
- name: bundle
293-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:da99fce12bf72da86f6a86a5370d826c16ea8db001d27181dcaf087af9ab60cb
271+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:4ba24114693920806b35f398fe766c167c18c77fab5f0648a0e1c0de702e4a47
294272
- name: kind
295273
value: task
296274
resolver: bundles
297-
when:
298-
- input: $(tasks.init.results.build)
299-
operator: in
300-
values:
301-
- "true"
302275
- name: build-image-index
303276
params:
304277
- name: IMAGE
@@ -321,15 +294,10 @@ spec:
321294
- name: name
322295
value: build-image-index
323296
- name: bundle
324-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:05d3d8a5ded44c51b074a56a408ddf5d65c56b4c15e110abb1a99e3aff269d49
297+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
325298
- name: kind
326299
value: task
327300
resolver: bundles
328-
when:
329-
- input: $(tasks.init.results.build)
330-
operator: in
331-
values:
332-
- "true"
333301
- name: build-source-image
334302
params:
335303
- name: BINARY_IMAGE
@@ -352,10 +320,6 @@ spec:
352320
value: task
353321
resolver: bundles
354322
when:
355-
- input: $(tasks.init.results.build)
356-
operator: in
357-
values:
358-
- "true"
359323
- input: $(params.build-source-image)
360324
operator: in
361325
values:
@@ -400,7 +364,7 @@ spec:
400364
- name: name
401365
value: clair-scan
402366
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:dadfea7633d82e4303ba73d5e9c7e2bc16834bde0fd7688880453b26452067eb
367+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:3ff4d1c3c503454c6b7f072e225df43656fb415a5d2a658ab6ce279c0dc128aa
404368
- name: kind
405369
value: task
406370
resolver: bundles
@@ -425,7 +389,7 @@ spec:
425389
- name: name
426390
value: ecosystem-cert-preflight-checks
427391
- name: bundle
428-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:0c3f9d4707bf742a5209f2e2186211433c83d5fcc538c728e4c7df178b5eafb7
392+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
429393
- name: kind
430394
value: task
431395
resolver: bundles
@@ -452,7 +416,7 @@ spec:
452416
- name: name
453417
value: clamav-scan
454418
- name: bundle
455-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:671bdcfa566bb3d7981b5bdee107f527f2920c6031ca8c0750cc9e8c422b84f5
419+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:4f5ccf2324ecef92aaad6e2adb46c0bb15be49b4869b5b407346c514b764404f
456420
- name: kind
457421
value: task
458422
resolver: bundles
@@ -478,7 +442,7 @@ spec:
478442
- name: name
479443
value: sast-shell-check-oci-ta
480444
- name: bundle
481-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
445+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
482446
- name: kind
483447
value: task
484448
resolver: bundles
@@ -504,7 +468,7 @@ spec:
504468
- name: name
505469
value: sast-unicode-check-oci-ta
506470
- name: bundle
507-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:1818a5b3e4fa86c838ae71226a157241967d1f19c5ed377e4b2fddad7a3ceefe
471+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
508472
- name: kind
509473
value: task
510474
resolver: bundles
@@ -532,7 +496,7 @@ spec:
532496
- name: name
533497
value: push-dockerfile-oci-ta
534498
- name: bundle
535-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
499+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
536500
- name: kind
537501
value: task
538502
resolver: bundles
@@ -549,7 +513,7 @@ spec:
549513
- name: name
550514
value: rpms-signature-scan
551515
- name: bundle
552-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2f3015ac7a642ea7f104d2194a8cb45921570f9539c6604ddcb5f62796f22a53
516+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:a99d8fd4c9027356b18e5d2910cc44dbc2fcb53c384ba34696645d9e7faa9084
553517
- name: kind
554518
value: task
555519
resolver: bundles

0 commit comments

Comments
 (0)