Skip to content

Commit 0b1596e

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent dbe820a commit 0b1596e

File tree

1 file changed

+39
-32
lines changed

1 file changed

+39
-32
lines changed

.tekton/rest-proxy-odh-poc-push.yaml

Lines changed: 39 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "false"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
12-
== "konflux-poc"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "konflux-poc"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: odh-release
1615
appstudio.openshift.io/component: rest-proxy-odh-poc
@@ -45,7 +44,7 @@ spec:
4544
- name: name
4645
value: show-sbom
4746
- name: bundle
48-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
47+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4948
- name: kind
5049
value: task
5150
resolver: bundles
@@ -61,13 +60,11 @@ spec:
6160
name: output-image
6261
type: string
6362
- default: .
64-
description: Path to the source code of an application's component from where
65-
to build image.
63+
description: Path to the source code of an application's component from where to build image.
6664
name: path-context
6765
type: string
6866
- default: Dockerfile
69-
description: Path to the Dockerfile inside the context specified by parameter
70-
path-context
67+
description: Path to the Dockerfile inside the context specified by parameter path-context
7168
name: dockerfile
7269
type: string
7370
- default: "false"
@@ -87,8 +84,7 @@ spec:
8784
name: prefetch-input
8885
type: string
8986
- default: ""
90-
description: Image tag expiration time, time values could be something like
91-
1h, 2d, 3w for hours, days, and weeks, respectively.
87+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9288
name: image-expires-after
9389
- default: "false"
9490
description: Build a source image.
@@ -107,10 +103,13 @@ spec:
107103
name: build-args-file
108104
type: string
109105
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
106+
description: Whether to enable privileged mode, should be used only with remote VMs
112107
name: privileged-nested
113108
type: string
109+
- name: buildah-format
110+
default: docker
111+
type: string
112+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
114113
results:
115114
- description: ""
116115
name: IMAGE_URL
@@ -138,7 +137,7 @@ spec:
138137
- name: name
139138
value: init
140139
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
140+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
142141
- name: kind
143142
value: task
144143
resolver: bundles
@@ -159,7 +158,7 @@ spec:
159158
- name: name
160159
value: git-clone-oci-ta
161160
- name: bundle
162-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
161+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
163162
- name: kind
164163
value: task
165164
resolver: bundles
@@ -188,7 +187,7 @@ spec:
188187
- name: name
189188
value: prefetch-dependencies-oci-ta
190189
- name: bundle
191-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3db5d3a02bcbbc034080474c06bec8388bd6abc71606503ac4832f6890e71503
190+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
192191
- name: kind
193192
value: task
194193
resolver: bundles
@@ -224,14 +223,16 @@ spec:
224223
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
225224
- name: CACHI2_ARTIFACT
226225
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
226+
- name: BUILDAH_FORMAT
227+
value: $(params.buildah-format)
227228
runAfter:
228229
- prefetch-dependencies
229230
taskRef:
230231
params:
231232
- name: name
232233
value: buildah-oci-ta
233234
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
235+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:38d08ea58511a67f8754dc025feebdec8ae342fb4e25bc67a3726ec84f7cb7d1
235236
- name: kind
236237
value: task
237238
resolver: bundles
@@ -253,14 +254,16 @@ spec:
253254
- name: IMAGES
254255
value:
255256
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
257+
- name: BUILDAH_FORMAT
258+
value: $(params.buildah-format)
256259
runAfter:
257260
- build-container
258261
taskRef:
259262
params:
260263
- name: name
261264
value: build-image-index
262265
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:1b357f2ed430d18a009740a1783dd15af70ce1e23dc6254da1a83e9ec595d5be
266+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
264267
- name: kind
265268
value: task
266269
resolver: bundles
@@ -272,19 +275,21 @@ spec:
272275
- name: build-source-image
273276
params:
274277
- name: BINARY_IMAGE
275-
value: $(params.output-image)
278+
value: $(tasks.build-image-index.results.IMAGE_URL)
276279
- name: SOURCE_ARTIFACT
277280
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278281
- name: CACHI2_ARTIFACT
279282
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
283+
- name: BINARY_IMAGE_DIGEST
284+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
280285
runAfter:
281286
- build-image-index
282287
taskRef:
283288
params:
284289
- name: name
285290
value: source-build-oci-ta
286291
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
292+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
288293
- name: kind
289294
value: task
290295
resolver: bundles
@@ -310,7 +315,7 @@ spec:
310315
- name: name
311316
value: deprecated-image-check
312317
- name: bundle
313-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
318+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
314319
- name: kind
315320
value: task
316321
resolver: bundles
@@ -332,7 +337,7 @@ spec:
332337
- name: name
333338
value: clair-scan
334339
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:878ae247ffc58d95a9ac68e4d658ef91ef039363e03e65a386bc0ead02d9d7d8
340+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
336341
- name: kind
337342
value: task
338343
resolver: bundles
@@ -352,7 +357,7 @@ spec:
352357
- name: name
353358
value: ecosystem-cert-preflight-checks
354359
- name: bundle
355-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
360+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
356361
- name: kind
357362
value: task
358363
resolver: bundles
@@ -378,7 +383,7 @@ spec:
378383
- name: name
379384
value: sast-snyk-check-oci-ta
380385
- name: bundle
381-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:6078ec8ec7caacbb8203138fcaa63db24e88dbf838544340bb0752d5b69f20ae
386+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
382387
- name: kind
383388
value: task
384389
resolver: bundles
@@ -400,7 +405,7 @@ spec:
400405
- name: name
401406
value: clamav-scan
402407
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:98d94290d6f21b6e231485326e3629bbcdec75c737b84e05ac9eac78f9a2c8b4
408+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
404409
- name: kind
405410
value: task
406411
resolver: bundles
@@ -445,7 +450,7 @@ spec:
445450
- name: name
446451
value: sast-coverity-check-oci-ta
447452
- name: bundle
448-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:87af64576088ba68f2a5b89998b7ae9e92d7e4f039274e4be6000eff6ce0d95d
453+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
449454
- name: kind
450455
value: task
451456
resolver: bundles
@@ -466,7 +471,7 @@ spec:
466471
- name: name
467472
value: coverity-availability-check
468473
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
474+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
470475
- name: kind
471476
value: task
472477
resolver: bundles
@@ -492,7 +497,7 @@ spec:
492497
- name: name
493498
value: sast-shell-check-oci-ta
494499
- name: bundle
495-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:57b3262138eb06186ae7375f84ca53788bba2a66cfd03d39cb82c78df050aba5
500+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
496501
- name: kind
497502
value: task
498503
resolver: bundles
@@ -518,7 +523,7 @@ spec:
518523
- name: name
519524
value: sast-unicode-check-oci-ta
520525
- name: bundle
521-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:df185dbe4e2852668f9c46f938dd752e90ea9c79696363378435a6499596c319
526+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
522527
- name: kind
523528
value: task
524529
resolver: bundles
@@ -529,16 +534,18 @@ spec:
529534
- "false"
530535
- name: apply-tags
531536
params:
532-
- name: IMAGE
537+
- name: IMAGE_URL
533538
value: $(tasks.build-image-index.results.IMAGE_URL)
539+
- name: IMAGE_DIGEST
540+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
534541
runAfter:
535542
- build-image-index
536543
taskRef:
537544
params:
538545
- name: name
539546
value: apply-tags
540547
- name: bundle
541-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:9d9871143ab3a818f681488be6074f5b2f892c1843795a46f6daf3f5487e72d1
548+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
542549
- name: kind
543550
value: task
544551
resolver: bundles
@@ -561,7 +568,7 @@ spec:
561568
- name: name
562569
value: push-dockerfile-oci-ta
563570
- name: bundle
564-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
571+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
565572
- name: kind
566573
value: task
567574
resolver: bundles
@@ -578,7 +585,7 @@ spec:
578585
- name: name
579586
value: rpms-signature-scan
580587
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:297c2d8928aa3b114fcb1ba5d9da8b10226b68fed30706e78a6a5089c6cd30e3
588+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
582589
- name: kind
583590
value: task
584591
resolver: bundles

0 commit comments

Comments
 (0)