Skip to content

Commit 0554ae7

Browse files
Update Konflux references
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent be47b54 commit 0554ae7

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

.tekton/odh-trainer-poc-push.yaml

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "konflux-poc"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "konflux-poc"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: trainer-poc
1514
appstudio.openshift.io/component: odh-trainer-poc
@@ -57,13 +56,11 @@ spec:
5756
name: output-image
5857
type: string
5958
- default: .
60-
description: Path to the source code of an application's component from where
61-
to build image.
59+
description: Path to the source code of an application's component from where to build image.
6260
name: path-context
6361
type: string
6462
- default: Dockerfile
65-
description: Path to the Dockerfile inside the context specified by parameter
66-
path-context
63+
description: Path to the Dockerfile inside the context specified by parameter path-context
6764
name: dockerfile
6865
type: string
6966
- default: "false"
@@ -83,8 +80,7 @@ spec:
8380
name: prefetch-input
8481
type: string
8582
- default: ""
86-
description: Image tag expiration time, time values could be something like
87-
1h, 2d, 3w for hours, days, and weeks, respectively.
83+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8884
name: image-expires-after
8985
type: string
9086
- default: "false"
@@ -96,8 +92,7 @@ spec:
9692
name: build-image-index
9793
type: string
9894
- default: docker
99-
description: The format for the resulting image's mediaType. Valid values are
100-
oci or docker.
95+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
10196
name: buildah-format
10297
type: string
10398
- default: []
@@ -109,10 +104,13 @@ spec:
109104
name: build-args-file
110105
type: string
111106
- default: "false"
112-
description: Whether to enable privileged mode, should be used only with remote
113-
VMs
107+
description: Whether to enable privileged mode, should be used only with remote VMs
114108
name: privileged-nested
115109
type: string
110+
- name: enable-cache-proxy
111+
default: 'false'
112+
description: Enable cache proxy configuration
113+
type: string
116114
results:
117115
- description: ""
118116
name: IMAGE_URL
@@ -135,12 +133,14 @@ spec:
135133
value: $(params.rebuild)
136134
- name: skip-checks
137135
value: $(params.skip-checks)
136+
- name: enable-cache-proxy
137+
value: $(params.enable-cache-proxy)
138138
taskRef:
139139
params:
140140
- name: name
141141
value: init
142142
- name: bundle
143-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
143+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
144144
- name: kind
145145
value: task
146146
resolver: bundles
@@ -161,7 +161,7 @@ spec:
161161
- name: name
162162
value: git-clone-oci-ta
163163
- name: bundle
164-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
164+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
165165
- name: kind
166166
value: task
167167
resolver: bundles
@@ -190,7 +190,7 @@ spec:
190190
- name: name
191191
value: prefetch-dependencies-oci-ta
192192
- name: bundle
193-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:9dbb38efdfca525b00dc502acf44723ac4a6c413bb2ab97459a13cd3a6056f17
193+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:36207773434bfad80fc3991d3ccca409d8429dbf5974c4dcd8d54145235b4b7b
194194
- name: kind
195195
value: task
196196
resolver: bundles
@@ -230,14 +230,18 @@ spec:
230230
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
231231
- name: CACHI2_ARTIFACT
232232
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
233+
- name: HTTP_PROXY
234+
value: $(tasks.init.results.http-proxy)
235+
- name: NO_PROXY
236+
value: $(tasks.init.results.no-proxy)
233237
runAfter:
234238
- prefetch-dependencies
235239
taskRef:
236240
params:
237241
- name: name
238242
value: buildah-oci-ta
239243
- name: bundle
240-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:bb8ca56a61aa467d087b2eb5a9a9c2d1193cfba41e5b1f4de7ee9a252111f669
244+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:7d5818e082e5534cf63946c1a1d380c0ee6b10b5c915340368c9ca081b97c02a
241245
- name: kind
242246
value: task
243247
resolver: bundles
@@ -268,7 +272,7 @@ spec:
268272
- name: name
269273
value: build-image-index
270274
- name: bundle
271-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:0e90cf8259c7f54baad27d2a538294115f725ceb269ef789957fe68790803cbd
275+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
272276
- name: kind
273277
value: task
274278
resolver: bundles
@@ -294,7 +298,7 @@ spec:
294298
- name: name
295299
value: source-build-oci-ta
296300
- name: bundle
297-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f62ef32f7d25f0ee50904b57b160e3fd5403fab5ec040c7aa99f5982fdd92ef4
301+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
298302
- name: kind
299303
value: task
300304
resolver: bundles
@@ -320,7 +324,7 @@ spec:
320324
- name: name
321325
value: deprecated-image-check
322326
- name: bundle
323-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
327+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
324328
- name: kind
325329
value: task
326330
resolver: bundles
@@ -342,7 +346,7 @@ spec:
342346
- name: name
343347
value: clair-scan
344348
- name: bundle
345-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
349+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:7c2a32de9021f16f6e8df08a55f539f12e00ea4d96f6fb37f9ea04167032c61f
346350
- name: kind
347351
value: task
348352
resolver: bundles
@@ -388,7 +392,7 @@ spec:
388392
- name: name
389393
value: sast-snyk-check-oci-ta
390394
- name: bundle
391-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
395+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
392396
- name: kind
393397
value: task
394398
resolver: bundles
@@ -455,7 +459,7 @@ spec:
455459
- name: name
456460
value: sast-coverity-check-oci-ta
457461
- name: bundle
458-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
462+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
459463
- name: kind
460464
value: task
461465
resolver: bundles
@@ -476,7 +480,7 @@ spec:
476480
- name: name
477481
value: coverity-availability-check
478482
- name: bundle
479-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c
483+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
480484
- name: kind
481485
value: task
482486
resolver: bundles
@@ -502,7 +506,7 @@ spec:
502506
- name: name
503507
value: sast-shell-check-oci-ta
504508
- name: bundle
505-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
509+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
506510
- name: kind
507511
value: task
508512
resolver: bundles
@@ -528,7 +532,7 @@ spec:
528532
- name: name
529533
value: sast-unicode-check-oci-ta
530534
- name: bundle
531-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
535+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
532536
- name: kind
533537
value: task
534538
resolver: bundles
@@ -550,7 +554,7 @@ spec:
550554
- name: name
551555
value: apply-tags
552556
- name: bundle
553-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:ade0bf9c2e9c169f588fbfe71fb489c2f7053fe41884e7969f270b317d9eb548
557+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:c89cd10b2a3f4c43789c5f06ef2b86f528b28f156c20af5e751fa8c0facd457d
554558
- name: kind
555559
value: task
556560
resolver: bundles

0 commit comments

Comments
 (0)