Skip to content

Commit a23fc19

Browse files
[release-1.36] Update Konflux references (#3731)
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 df0ac3f commit a23fc19

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
@@ -41,8 +41,7 @@ spec:
4141
name: build-source-image
4242
type: string
4343
- default: "false"
44-
description: 'Enable in-development package managers. WARNING: the behavior may
45-
change at any time without notice. Use at your own risk.'
44+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
4645
name: prefetch-input-dev-package-managers
4746
- default: []
4847
description: Additional image tags
@@ -59,13 +58,11 @@ spec:
5958
name: output-image
6059
type: string
6160
- default: .
62-
description: Path to the source code of an application's component from where
63-
to build image.
61+
description: Path to the source code of an application's component from where to build image.
6462
name: path-context
6563
type: string
6664
- default: Dockerfile
67-
description: Path to the Dockerfile inside the context specified by parameter
68-
path-context
65+
description: Path to the Dockerfile inside the context specified by parameter path-context
6966
name: dockerfile
7067
type: string
7168
- default: "false"
@@ -85,8 +82,7 @@ spec:
8582
name: prefetch-input
8683
type: string
8784
- default: ""
88-
description: Image tag expiration time, time values could be something like 1h,
89-
2d, 3w for hours, days, and weeks, respectively.
85+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9086
name: image-expires-after
9187
- default: []
9288
description: Array of --build-arg values ("arg=value" strings) for buildah
@@ -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:
@@ -162,7 +156,7 @@ spec:
162156
- name: name
163157
value: buildah-remote-oci-ta
164158
- name: bundle
165-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cfeeef2f4ab25b121afdf44eecc394ed67f3534a1bd14bef9e7beef2ee654b8e
159+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
166160
- name: kind
167161
value: task
168162
resolver: bundles
@@ -190,7 +184,7 @@ spec:
190184
- name: name
191185
value: sast-snyk-check-oci-ta
192186
- name: bundle
193-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
187+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
194188
- name: kind
195189
value: task
196190
resolver: bundles
@@ -218,7 +212,7 @@ spec:
218212
- name: name
219213
value: prefetch-dependencies-oci-ta
220214
- name: bundle
221-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
215+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
222216
- name: kind
223217
value: task
224218
resolver: bundles
@@ -231,16 +225,18 @@ spec:
231225
params:
232226
- name: ADDITIONAL_TAGS
233227
value: $(params.additional-tags[*])
234-
- name: IMAGE
228+
- name: IMAGE_URL
235229
value: $(tasks.build-image-index.results.IMAGE_URL)
230+
- name: IMAGE_DIGEST
231+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
236232
runAfter:
237233
- build-image-index
238234
taskRef:
239235
params:
240236
- name: name
241237
value: apply-tags
242238
- name: bundle
243-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
239+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
244240
- name: kind
245241
value: task
246242
resolver: bundles
@@ -257,7 +253,7 @@ spec:
257253
- name: name
258254
value: init
259255
- name: bundle
260-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
256+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
261257
- name: kind
262258
value: task
263259
resolver: bundles
@@ -278,7 +274,7 @@ spec:
278274
- name: name
279275
value: git-clone-oci-ta
280276
- name: bundle
281-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
277+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
282278
- name: kind
283279
value: task
284280
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:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
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:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
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:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
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:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
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:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
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:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
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:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
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:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
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:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
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)