Skip to content

Commit 3592ae3

Browse files
[release-1.35] Update Konflux references (#3665)
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent b788e30 commit 3592ae3

File tree

3 files changed

+78
-84
lines changed

3 files changed

+78
-84
lines changed

.tekton/bundle-build.yaml

Lines changed: 29 additions & 31 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
@@ -23,7 +23,7 @@ spec:
2323
- name: name
2424
value: show-sbom
2525
- name: bundle
26-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
26+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
2727
- name: kind
2828
value: task
2929
resolver: bundles
@@ -37,8 +37,7 @@ spec:
3737
name: build-source-image
3838
type: string
3939
- default: "false"
40-
description: 'Enable in-development package managers. WARNING: the behavior may
41-
change at any time without notice. Use at your own risk.'
40+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
4241
name: prefetch-input-dev-package-managers
4342
- default: []
4443
description: Additional image tags
@@ -55,13 +54,11 @@ spec:
5554
name: output-image
5655
type: string
5756
- default: .
58-
description: Path to the source code of an application's component from where
59-
to build image.
57+
description: Path to the source code of an application's component from where to build image.
6058
name: path-context
6159
type: string
6260
- default: Dockerfile
63-
description: Path to the Dockerfile inside the context specified by parameter
64-
path-context
61+
description: Path to the Dockerfile inside the context specified by parameter path-context
6562
name: dockerfile
6663
type: string
6764
- default: "false"
@@ -81,8 +78,7 @@ spec:
8178
name: prefetch-input
8279
type: string
8380
- default: ""
84-
description: Image tag expiration time, time values could be something like 1h,
85-
2d, 3w for hours, days, and weeks, respectively.
81+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8682
name: image-expires-after
8783
- default: "true"
8884
description: Add built image into an OCI image index
@@ -97,14 +93,12 @@ spec:
9793
name: build-args-file
9894
type: string
9995
- default: "false"
100-
description: Whether to enable privileged mode, should be used only with remote
101-
VMs
96+
description: Whether to enable privileged mode, should be used only with remote VMs
10297
name: privileged-nested
10398
type: string
10499
- default:
105100
- linux/x86_64
106-
description: List of platforms to build the container images on. The available
107-
set of values is determined by the configuration of the multi-platform-controller.
101+
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.
108102
name: build-platforms
109103
type: array
110104
results:
@@ -140,7 +134,7 @@ spec:
140134
- name: name
141135
value: sast-snyk-check-oci-ta
142136
- name: bundle
143-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
137+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
144138
- name: kind
145139
value: task
146140
resolver: bundles
@@ -168,7 +162,7 @@ spec:
168162
- name: name
169163
value: prefetch-dependencies-oci-ta
170164
- name: bundle
171-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3a1b3280d6300ebedb9923ddc441b91b6980512be5dae8da4b9d3be21feeb48e
165+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
172166
- name: kind
173167
value: task
174168
resolver: bundles
@@ -181,16 +175,18 @@ spec:
181175
params:
182176
- name: ADDITIONAL_TAGS
183177
value: $(params.additional-tags[*])
184-
- name: IMAGE
178+
- name: IMAGE_URL
185179
value: $(tasks.build-image-index.results.IMAGE_URL)
180+
- name: IMAGE_DIGEST
181+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
186182
runAfter:
187183
- build-image-index
188184
taskRef:
189185
params:
190186
- name: name
191187
value: apply-tags
192188
- name: bundle
193-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
189+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
194190
- name: kind
195191
value: task
196192
resolver: bundles
@@ -207,7 +203,7 @@ spec:
207203
- name: name
208204
value: init
209205
- name: bundle
210-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
206+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
211207
- name: kind
212208
value: task
213209
resolver: bundles
@@ -228,7 +224,7 @@ spec:
228224
- name: name
229225
value: git-clone-oci-ta
230226
- name: bundle
231-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
227+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
232228
- name: kind
233229
value: task
234230
resolver: bundles
@@ -281,7 +277,7 @@ spec:
281277
- name: name
282278
value: buildah-remote-oci-ta
283279
- name: bundle
284-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:3141de71b1b98725e37c15c4287b8aa10008b755403a6d2518b85c6f19194fcc
280+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
285281
- name: kind
286282
value: task
287283
resolver: bundles
@@ -310,7 +306,7 @@ spec:
310306
- name: name
311307
value: build-image-index
312308
- name: bundle
313-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
309+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
314310
- name: kind
315311
value: task
316312
resolver: bundles
@@ -322,19 +318,21 @@ spec:
322318
- name: build-source-image
323319
params:
324320
- name: BINARY_IMAGE
325-
value: $(params.output-image)
321+
value: $(tasks.build-image-index.results.IMAGE_URL)
326322
- name: SOURCE_ARTIFACT
327323
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
328324
- name: CACHI2_ARTIFACT
329325
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
326+
- name: BINARY_IMAGE_DIGEST
327+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
330328
runAfter:
331329
- build-image-index
332330
taskRef:
333331
params:
334332
- name: name
335333
value: source-build-oci-ta
336334
- name: bundle
337-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
335+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
338336
- name: kind
339337
value: task
340338
resolver: bundles
@@ -360,7 +358,7 @@ spec:
360358
- name: name
361359
value: deprecated-image-check
362360
- name: bundle
363-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
361+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
364362
- name: kind
365363
value: task
366364
resolver: bundles
@@ -382,7 +380,7 @@ spec:
382380
- name: name
383381
value: clair-scan
384382
- name: bundle
385-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
383+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
386384
- name: kind
387385
value: task
388386
resolver: bundles
@@ -404,7 +402,7 @@ spec:
404402
- name: name
405403
value: clamav-scan
406404
- name: bundle
407-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
405+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
408406
- name: kind
409407
value: task
410408
resolver: bundles
@@ -430,7 +428,7 @@ spec:
430428
- name: name
431429
value: sast-shell-check-oci-ta
432430
- name: bundle
433-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
431+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
434432
- name: kind
435433
value: task
436434
resolver: bundles
@@ -456,7 +454,7 @@ spec:
456454
- name: name
457455
value: sast-unicode-check-oci-ta
458456
- name: bundle
459-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
457+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
460458
- name: kind
461459
value: task
462460
resolver: bundles
@@ -484,7 +482,7 @@ spec:
484482
- name: name
485483
value: push-dockerfile-oci-ta
486484
- name: bundle
487-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
485+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
488486
- name: kind
489487
value: task
490488
resolver: bundles
@@ -501,7 +499,7 @@ spec:
501499
- name: name
502500
value: rpms-signature-scan
503501
- name: bundle
504-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:d01508e7a0df9059af2ef455e3e81588a70e0b24cd4a5def35af3cc1537bf84a
502+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
505503
- name: kind
506504
value: task
507505
resolver: bundles

0 commit comments

Comments
 (0)