Skip to content

Commit 4241f27

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 39d05ed commit 4241f27

File tree

1 file changed

+23
-34
lines changed

1 file changed

+23
-34
lines changed

.tekton/docker-build.yaml

Lines changed: 23 additions & 34 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
@@ -19,8 +19,7 @@ spec:
1919
- linux/arm64
2020
- linux/ppc64le
2121
- linux/s390x
22-
description: List of platforms to build the container images on. The available
23-
set of values is determined by the configuration of the multi-platform-controller.
22+
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.
2423
name: build-platforms
2524
type: array
2625
- default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -32,8 +31,7 @@ spec:
3231
name: build-source-image
3332
type: string
3433
- default: "false"
35-
description: 'Enable in-development package managers. WARNING: the behavior may
36-
change at any time without notice. Use at your own risk.'
34+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
3735
name: prefetch-input-dev-package-managers
3836
- default: []
3937
description: Additional image tags
@@ -50,13 +48,11 @@ spec:
5048
name: output-image
5149
type: string
5250
- default: .
53-
description: Path to the source code of an application's component from where
54-
to build image.
51+
description: Path to the source code of an application's component from where to build image.
5552
name: path-context
5653
type: string
5754
- default: Dockerfile
58-
description: Path to the Dockerfile inside the context specified by parameter
59-
path-context
55+
description: Path to the Dockerfile inside the context specified by parameter path-context
6056
name: dockerfile
6157
type: string
6258
- default: "false"
@@ -76,17 +72,15 @@ spec:
7672
name: prefetch-input
7773
type: string
7874
- default: ""
79-
description: Image tag expiration time, time values could be something like 1h,
80-
2d, 3w for hours, days, and weeks, respectively.
75+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8176
name: image-expires-after
8277
type: string
8378
- default: "true"
8479
description: Add built image into an OCI image index
8580
name: build-image-index
8681
type: string
8782
- default: docker
88-
description: The format for the resulting image's mediaType. Valid values are
89-
oci or docker.
83+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9084
name: buildah-format
9185
type: string
9286
- default: []
@@ -98,8 +92,7 @@ spec:
9892
name: build-args-file
9993
type: string
10094
- default: "false"
101-
description: Whether to enable privileged mode, should be used only with remote
102-
VMs
95+
description: Whether to enable privileged mode, should be used only with remote VMs
10396
name: privileged-nested
10497
type: string
10598
results:
@@ -135,7 +128,7 @@ spec:
135128
- name: name
136129
value: sast-snyk-check-oci-ta
137130
- name: bundle
138-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:c4b79e009cbfe58cdb80775aedd16e7fc7ee5896ec77431584abb36f067c6484
131+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:2ad986f28d0b724dabcf76c4de649f058f0e66998c7d2f61b66de46533bdbcad
139132
- name: kind
140133
value: task
141134
resolver: bundles
@@ -163,7 +156,7 @@ spec:
163156
- name: name
164157
value: prefetch-dependencies-oci-ta
165158
- name: bundle
166-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:9a8b6e28cfc95282e9afe4acaf7b360be4ac69ac143fb74224e43cb536b62257
159+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3@sha256:9917d11f0a38c844184042d504b3d5605c009e6e43785fa113caae8b4c99b75e
167160
- name: kind
168161
value: task
169162
resolver: bundles
@@ -187,7 +180,7 @@ spec:
187180
- name: name
188181
value: apply-tags
189182
- name: bundle
190-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
183+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:aa62b41861c09e2e59c69cc6e9a1f740bf0c81e6a1eb03f57f59dfda0f65840e
191184
- name: kind
192185
value: task
193186
resolver: bundles
@@ -204,7 +197,7 @@ spec:
204197
- name: name
205198
value: init
206199
- name: bundle
207-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:c32f8945266f371474e383a8844972e0ad489149e7581e0418523c0f76d2324a
200+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:288f3106118edc1d0f0c79a89c960abf5841a4dd8bc3f38feb10527253105b19
208201
- name: kind
209202
value: task
210203
resolver: bundles
@@ -225,7 +218,7 @@ spec:
225218
- name: name
226219
value: git-clone-oci-ta
227220
- name: bundle
228-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
221+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:2c388d28651457db60bb90287e7d8c3680303197196e4476878d98d81e8b6dc9
229222
- name: kind
230223
value: task
231224
resolver: bundles
@@ -282,7 +275,7 @@ spec:
282275
- name: name
283276
value: buildah-remote-oci-ta
284277
- name: bundle
285-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:a2d9349fd34ce86ccd93eeadcce581a77c38ada97b2941da62a07d9c0e522cef
278+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:4b3b76822c67fb734a9b3a5112e3810e271ee09d2777720a277a33870d3b038b
286279
- name: kind
287280
value: task
288281
resolver: bundles
@@ -295,10 +288,6 @@ spec:
295288
params:
296289
- name: IMAGE
297290
value: $(params.output-image)
298-
- name: COMMIT_SHA
299-
value: $(tasks.clone-repository.results.commit)
300-
- name: IMAGE_EXPIRES_AFTER
301-
value: $(params.image-expires-after)
302291
- name: ALWAYS_BUILD_INDEX
303292
value: $(params.build-image-index)
304293
- name: IMAGES
@@ -313,7 +302,7 @@ spec:
313302
- name: name
314303
value: build-image-index
315304
- name: bundle
316-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:ac4f8b58ade5000f6e47d287b72832f0d89a91651849467be73e05da639cff7d
305+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3@sha256:ae3fa44f005054d4901d33413972227b5642d376968a67791535cdcc2e98473d
317306
- name: kind
318307
value: task
319308
resolver: bundles
@@ -339,7 +328,7 @@ spec:
339328
- name: name
340329
value: source-build-oci-ta
341330
- name: bundle
342-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:eb620d137d2dfa9966d991ac210ad14f391cfa9cfc501e3cc1eb24e3332c6986
331+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:362f0475df00e7dfb5f15dea0481d1b68b287f60411718d70a23da3c059a5613
343332
- name: kind
344333
value: task
345334
resolver: bundles
@@ -365,7 +354,7 @@ spec:
365354
- name: name
366355
value: deprecated-image-check
367356
- name: bundle
368-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:516ea66977bc4cdad1da61d9273a31540f0d419270f8c8c4b6b3a6aaa4002d96
357+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5ff16b7e6b4a8aa1adb352e74b9f831f77ff97bafd1b89ddb0038d63335f1a67
369358
- name: kind
370359
value: task
371360
resolver: bundles
@@ -392,7 +381,7 @@ spec:
392381
- name: name
393382
value: clair-scan
394383
- name: bundle
395-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:1f19b5f4d706b97426f11ac40ffc0a1eeb1a54b37d2c16395799e7456252e7a8
384+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:89924756c91ded746cf9ccc9f07907595e5b2454ddda0219132913a4875a5f59
396385
- name: kind
397386
value: task
398387
resolver: bundles
@@ -417,7 +406,7 @@ spec:
417406
- name: name
418407
value: ecosystem-cert-preflight-checks
419408
- name: bundle
420-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1c3bbace4c50d1c1eab9c816a77071e6a94be02455bd245f2c90d400e5534108
409+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b4ac586edea81dcd25dfc17f1bd57899825be2b443e48d572cd05ce058f153bb
421410
- name: kind
422411
value: task
423412
resolver: bundles
@@ -444,7 +433,7 @@ spec:
444433
- name: name
445434
value: clamav-scan
446435
- name: bundle
447-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:10054cd4e09cdafb2d16526afb9801490104b54ce0b77c70e417fe756b3daaff
436+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:9f18b216ce71a66909e7cb17d9b34526c02d73cf12884ba32d1f10614f7b9f5a
448437
- name: kind
449438
value: task
450439
resolver: bundles
@@ -470,7 +459,7 @@ spec:
470459
- name: name
471460
value: sast-shell-check-oci-ta
472461
- name: bundle
473-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a528f0170b0d0de8db53dfdf02b96d201f3d9f735a904c645b5b111cea7ef44f
462+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:c4ef47e3b4e0508572d266fb745be7e374c29dc02580328cbe9f4d472a8aca57
474463
- name: kind
475464
value: task
476465
resolver: bundles
@@ -496,7 +485,7 @@ spec:
496485
- name: name
497486
value: sast-unicode-check-oci-ta
498487
- name: bundle
499-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:2bcccabd857914f66543d17a676f4d259daa67fe55c63a7d317000365c369792
488+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:0854d9261760b2dc8f092569739685a5ab0a5c620e9cb8c1b78fef9e2d077a29
500489
- name: kind
501490
value: task
502491
resolver: bundles
@@ -524,7 +513,7 @@ spec:
524513
- name: name
525514
value: push-dockerfile-oci-ta
526515
- name: bundle
527-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.2@sha256:efda2b60a3e6f1e1f64150963f4133f2f6353f8fcf9db86768466bf3f2753277
516+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3@sha256:1bc2d0f26b89259db090a47bb38217c82c05e335d626653d184adf1d196ca131
528517
- name: kind
529518
value: task
530519
resolver: bundles

0 commit comments

Comments
 (0)