Skip to content

Commit b8e506b

Browse files
[release-v1.16] 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 1f07136 commit b8e506b

File tree

1 file changed

+54
-58
lines changed

1 file changed

+54
-58
lines changed

.tekton/docker-build.yaml

Lines changed: 54 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
4-
creationTimestamp: null
4+
creationTimestamp:
55
labels:
66
pipelines.openshift.io/runtime: generic
77
pipelines.openshift.io/strategy: docker
@@ -33,21 +33,19 @@ spec:
3333
- linux/arm64
3434
- linux/ppc64le
3535
- linux/s390x
36-
description: List of platforms to build the container images on. The available
37-
set of values is determined by the configuration of the multi-platform-controller.
36+
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.
3837
name: build-platforms
3938
type: array
4039
- default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
4140
description: Append arguments to Snyk code command.
4241
name: snyk-args
4342
type: string
44-
- default: "true"
43+
- default: 'true'
4544
description: Build a source image.
4645
name: build-source-image
4746
type: string
48-
- default: "false"
49-
description: 'Enable in-development package managers. WARNING: the behavior may
50-
change at any time without notice. Use at your own risk.'
47+
- default: 'false'
48+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
5149
name: prefetch-input-dev-package-managers
5250
- default: []
5351
description: Additional image tags
@@ -56,71 +54,67 @@ spec:
5654
- description: Source Repository URL
5755
name: git-url
5856
type: string
59-
- default: ""
57+
- default: ''
6058
description: Revision of the Source Repository
6159
name: revision
6260
type: string
6361
- description: Fully Qualified Output Image
6462
name: output-image
6563
type: string
6664
- default: .
67-
description: Path to the source code of an application's component from where
68-
to build image.
65+
description: Path to the source code of an application's component from where to build image.
6966
name: path-context
7067
type: string
7168
- default: Dockerfile
72-
description: Path to the Dockerfile inside the context specified by parameter
73-
path-context
69+
description: Path to the Dockerfile inside the context specified by parameter path-context
7470
name: dockerfile
7571
type: string
76-
- default: "false"
72+
- default: 'false'
7773
description: Force rebuild image
7874
name: rebuild
7975
type: string
80-
- default: "false"
76+
- default: 'false'
8177
description: Skip checks against built image
8278
name: skip-checks
8379
type: string
84-
- default: "false"
80+
- default: 'false'
8581
description: Execute the build with network isolation
8682
name: hermetic
8783
type: string
88-
- default: ""
84+
- default: ''
8985
description: Build dependencies to be prefetched by Cachi2
9086
name: prefetch-input
9187
type: string
92-
- default: ""
93-
description: Image tag expiration time, time values could be something like 1h,
94-
2d, 3w for hours, days, and weeks, respectively.
88+
- default: ''
89+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9590
name: image-expires-after
96-
- default: "true"
91+
- default: 'true'
9792
description: Add built image into an OCI image index
9893
name: build-image-index
9994
type: string
10095
- default: []
10196
description: Array of --build-arg values ("arg=value" strings) for buildah
10297
name: build-args
10398
type: array
104-
- default: ""
99+
- default: ''
105100
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
106101
name: build-args-file
107102
type: string
108-
- default: "false"
109-
description: Whether to enable privileged mode, should be used only with remote
110-
VMs
103+
- default: 'false'
104+
description: Whether to enable privileged mode, should be used only with remote VMs
111105
name: privileged-nested
112106
type: string
113107
results:
114-
- description: ""
108+
- description: ''
115109
name: IMAGE_URL
116110
value: $(tasks.build-image-index.results.IMAGE_URL)
117-
- description: ""
111+
- description: ''
118112
name: IMAGE_DIGEST
119113
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
120-
- description: ""
114+
- description: ''
121115
name: CHAINS-GIT_URL
122116
value: $(tasks.clone-repository.results.url)
123-
- description: ""
117+
- description: ''
124118
name: CHAINS-GIT_COMMIT
125119
value: $(tasks.clone-repository.results.commit)
126120
tasks:
@@ -143,15 +137,15 @@ spec:
143137
- name: name
144138
value: sast-snyk-check-oci-ta
145139
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
140+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
147141
- name: kind
148142
value: task
149143
resolver: bundles
150144
when:
151145
- input: $(params.skip-checks)
152146
operator: in
153147
values:
154-
- "false"
148+
- 'false'
155149
- name: prefetch-dependencies
156150
params:
157151
- name: dev-package-managers
@@ -171,7 +165,7 @@ spec:
171165
- name: name
172166
value: prefetch-dependencies-oci-ta
173167
- name: bundle
174-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
168+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d0cbc492da865be336d09926eb6e3494403dccaa4a212bbdf472d8adbf80ab08
175169
- name: kind
176170
value: task
177171
resolver: bundles
@@ -184,16 +178,18 @@ spec:
184178
params:
185179
- name: ADDITIONAL_TAGS
186180
value: $(params.additional-tags[*])
187-
- name: IMAGE
181+
- name: IMAGE_URL
188182
value: $(tasks.build-image-index.results.IMAGE_URL)
183+
- name: IMAGE_DIGEST
184+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
189185
runAfter:
190186
- build-image-index
191187
taskRef:
192188
params:
193189
- name: name
194190
value: apply-tags
195191
- name: bundle
196-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
192+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
197193
- name: kind
198194
value: task
199195
resolver: bundles
@@ -231,15 +227,15 @@ spec:
231227
- name: name
232228
value: git-clone-oci-ta
233229
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
230+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0e512b12775b2bcc4eb47bb34b7a2db2e91c3ceef04b2f2487fa421032d8859a
235231
- name: kind
236232
value: task
237233
resolver: bundles
238234
when:
239235
- input: $(tasks.init.results.build)
240236
operator: in
241237
values:
242-
- "true"
238+
- 'true'
243239
workspaces:
244240
- name: basic-auth
245241
workspace: git-auth
@@ -276,23 +272,23 @@ spec:
276272
- name: CACHI2_ARTIFACT
277273
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
278274
- name: IMAGE_APPEND_PLATFORM
279-
value: "true"
275+
value: 'true'
280276
runAfter:
281277
- prefetch-dependencies
282278
taskRef:
283279
params:
284280
- name: name
285281
value: buildah-remote-oci-ta
286282
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cfeeef2f4ab25b121afdf44eecc394ed67f3534a1bd14bef9e7beef2ee654b8e
283+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:28d8a4f7c1ff6e8bb09d89b06c7c8769093ac7e9325ad9edfe7b2d766f643b87
288284
- name: kind
289285
value: task
290286
resolver: bundles
291287
when:
292288
- input: $(tasks.init.results.build)
293289
operator: in
294290
values:
295-
- "true"
291+
- 'true'
296292
- name: build-image-index
297293
params:
298294
- name: IMAGE
@@ -313,15 +309,15 @@ spec:
313309
- name: name
314310
value: build-image-index
315311
- name: bundle
316-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
312+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3cf3dcc0bf7b674b940063b4d55e41fe7d43636a1d82572e3850228aa5350fa8
317313
- name: kind
318314
value: task
319315
resolver: bundles
320316
when:
321317
- input: $(tasks.init.results.build)
322318
operator: in
323319
values:
324-
- "true"
320+
- 'true'
325321
- name: build-source-image
326322
params:
327323
- name: BINARY_IMAGE
@@ -337,19 +333,19 @@ spec:
337333
- name: name
338334
value: source-build-oci-ta
339335
- name: bundle
340-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
336+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:f0784e8e0e396f40a6523693825b5966c3c615ba3d342350165e83cb72a24ef7
341337
- name: kind
342338
value: task
343339
resolver: bundles
344340
when:
345341
- input: $(tasks.init.results.build)
346342
operator: in
347343
values:
348-
- "true"
344+
- 'true'
349345
- input: $(params.build-source-image)
350346
operator: in
351347
values:
352-
- "true"
348+
- 'true'
353349
- name: deprecated-base-image-check
354350
params:
355351
- name: IMAGE_URL
@@ -363,15 +359,15 @@ spec:
363359
- name: name
364360
value: deprecated-image-check
365361
- name: bundle
366-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
362+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:270a79138a98e43c366d3722978cb5940d2bcb822ba6b60377330f863b7a1e62
367363
- name: kind
368364
value: task
369365
resolver: bundles
370366
when:
371367
- input: $(params.skip-checks)
372368
operator: in
373369
values:
374-
- "false"
370+
- 'false'
375371
- name: clair-scan
376372
params:
377373
- name: image-digest
@@ -385,15 +381,15 @@ spec:
385381
- name: name
386382
value: clair-scan
387383
- name: bundle
388-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
384+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
389385
- name: kind
390386
value: task
391387
resolver: bundles
392388
when:
393389
- input: $(params.skip-checks)
394390
operator: in
395391
values:
396-
- "false"
392+
- 'false'
397393
- name: ecosystem-cert-preflight-checks
398394
params:
399395
- name: image-url
@@ -405,15 +401,15 @@ spec:
405401
- name: name
406402
value: ecosystem-cert-preflight-checks
407403
- name: bundle
408-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
404+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:95ca11d147ee97d98f495477e9f42afe94ba3f869fc81c4e7b241ebd21e7395f
409405
- name: kind
410406
value: task
411407
resolver: bundles
412408
when:
413409
- input: $(params.skip-checks)
414410
operator: in
415411
values:
416-
- "false"
412+
- 'false'
417413
- name: clamav-scan
418414
params:
419415
- name: image-digest
@@ -427,15 +423,15 @@ spec:
427423
- name: name
428424
value: clamav-scan
429425
- name: bundle
430-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
426+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
431427
- name: kind
432428
value: task
433429
resolver: bundles
434430
when:
435431
- input: $(params.skip-checks)
436432
operator: in
437433
values:
438-
- "false"
434+
- 'false'
439435
- name: sast-shell-check
440436
params:
441437
- name: image-digest
@@ -453,15 +449,15 @@ spec:
453449
- name: name
454450
value: sast-shell-check-oci-ta
455451
- name: bundle
456-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
452+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1e8f18f892e16f5d0fc0f42ae8512e3c78251d43cd9d9f7cfd3f6667242bf619
457453
- name: kind
458454
value: task
459455
resolver: bundles
460456
when:
461457
- input: $(params.skip-checks)
462458
operator: in
463459
values:
464-
- "false"
460+
- 'false'
465461
- name: sast-unicode-check
466462
params:
467463
- name: image-digest
@@ -479,15 +475,15 @@ spec:
479475
- name: name
480476
value: sast-unicode-check-oci-ta
481477
- name: bundle
482-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
478+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
483479
- name: kind
484480
value: task
485481
resolver: bundles
486482
when:
487483
- input: $(params.skip-checks)
488484
operator: in
489485
values:
490-
- "false"
486+
- 'false'
491487
- name: push-dockerfile
492488
params:
493489
- name: IMAGE
@@ -507,7 +503,7 @@ spec:
507503
- name: name
508504
value: push-dockerfile-oci-ta
509505
- name: bundle
510-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
506+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
511507
- name: kind
512508
value: task
513509
resolver: bundles
@@ -524,15 +520,15 @@ spec:
524520
- name: name
525521
value: rpms-signature-scan
526522
- name: bundle
527-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
523+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
528524
- name: kind
529525
value: task
530526
resolver: bundles
531527
when:
532528
- input: $(params.skip-checks)
533529
operator: in
534530
values:
535-
- "false"
531+
- 'false'
536532
workspaces:
537533
- name: git-auth
538534
optional: true

0 commit comments

Comments
 (0)