Skip to content

Commit 81d86b1

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 724e04c commit 81d86b1

File tree

38 files changed

+542
-528
lines changed

38 files changed

+542
-528
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py312-poc-pull-request.yaml

Lines changed: 30 additions & 26 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: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "konflux-poc-1"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "konflux-poc-1"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: components-poc
1615
appstudio.openshift.io/component: odh-pipeline-runtime-datascience-cpu-py312-poc
@@ -51,13 +50,11 @@ spec:
5150
name: output-image
5251
type: string
5352
- default: .
54-
description: Path to the source code of an application's component from where
55-
to build image.
53+
description: Path to the source code of an application's component from where to build image.
5654
name: path-context
5755
type: string
5856
- default: Dockerfile
59-
description: Path to the Dockerfile inside the context specified by parameter
60-
path-context
57+
description: Path to the Dockerfile inside the context specified by parameter path-context
6158
name: dockerfile
6259
type: string
6360
- default: "false"
@@ -77,8 +74,7 @@ spec:
7774
name: prefetch-input
7875
type: string
7976
- default: ""
80-
description: Image tag expiration time, time values could be something like
81-
1h, 2d, 3w for hours, days, and weeks, respectively.
77+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8278
name: image-expires-after
8379
type: string
8480
- default: "false"
@@ -90,8 +86,7 @@ spec:
9086
name: build-image-index
9187
type: string
9288
- default: docker
93-
description: The format for the resulting image's mediaType. Valid values are
94-
oci or docker.
89+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9590
name: buildah-format
9691
type: string
9792
- default: []
@@ -103,10 +98,13 @@ spec:
10398
name: build-args-file
10499
type: string
105100
- default: "false"
106-
description: Whether to enable privileged mode, should be used only with remote
107-
VMs
101+
description: Whether to enable privileged mode, should be used only with remote VMs
108102
name: privileged-nested
109103
type: string
104+
- name: enable-cache-proxy
105+
default: 'false'
106+
description: Enable cache proxy configuration
107+
type: string
110108
results:
111109
- description: ""
112110
name: IMAGE_URL
@@ -129,12 +127,14 @@ spec:
129127
value: $(params.rebuild)
130128
- name: skip-checks
131129
value: $(params.skip-checks)
130+
- name: enable-cache-proxy
131+
value: $(params.enable-cache-proxy)
132132
taskRef:
133133
params:
134134
- name: name
135135
value: init
136136
- name: bundle
137-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
137+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
138138
- name: kind
139139
value: task
140140
resolver: bundles
@@ -155,7 +155,7 @@ spec:
155155
- name: name
156156
value: git-clone-oci-ta
157157
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
158+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
159159
- name: kind
160160
value: task
161161
resolver: bundles
@@ -184,7 +184,7 @@ spec:
184184
- name: name
185185
value: prefetch-dependencies-oci-ta
186186
- name: bundle
187-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:38baecb1488e316b8fa16b770ce942d41ca9892955f7f32d4ca8b1aa14a0e922
187+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
188188
- name: kind
189189
value: task
190190
resolver: bundles
@@ -224,14 +224,18 @@ spec:
224224
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
225225
- name: CACHI2_ARTIFACT
226226
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
227+
- name: HTTP_PROXY
228+
value: $(tasks.init.results.http-proxy)
229+
- name: NO_PROXY
230+
value: $(tasks.init.results.no-proxy)
227231
runAfter:
228232
- prefetch-dependencies
229233
taskRef:
230234
params:
231235
- name: name
232236
value: buildah-oci-ta
233237
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
238+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:2de614f405527e779534a5d1a1293a528c482aa6abebc8ea158ad47e4be5dea4
235239
- name: kind
236240
value: task
237241
resolver: bundles
@@ -262,7 +266,7 @@ spec:
262266
- name: name
263267
value: build-image-index
264268
- name: bundle
265-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
269+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
266270
- name: kind
267271
value: task
268272
resolver: bundles
@@ -314,7 +318,7 @@ spec:
314318
- name: name
315319
value: deprecated-image-check
316320
- name: bundle
317-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
321+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
318322
- name: kind
319323
value: task
320324
resolver: bundles
@@ -336,7 +340,7 @@ spec:
336340
- name: name
337341
value: clair-scan
338342
- name: bundle
339-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
343+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
340344
- name: kind
341345
value: task
342346
resolver: bundles
@@ -382,7 +386,7 @@ spec:
382386
- name: name
383387
value: sast-snyk-check-oci-ta
384388
- name: bundle
385-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
389+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
386390
- name: kind
387391
value: task
388392
resolver: bundles
@@ -449,7 +453,7 @@ spec:
449453
- name: name
450454
value: sast-coverity-check-oci-ta
451455
- name: bundle
452-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
456+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
453457
- name: kind
454458
value: task
455459
resolver: bundles
@@ -470,7 +474,7 @@ spec:
470474
- name: name
471475
value: coverity-availability-check
472476
- name: bundle
473-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c
477+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
474478
- name: kind
475479
value: task
476480
resolver: bundles
@@ -496,7 +500,7 @@ spec:
496500
- name: name
497501
value: sast-shell-check-oci-ta
498502
- name: bundle
499-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
503+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
500504
- name: kind
501505
value: task
502506
resolver: bundles
@@ -522,7 +526,7 @@ spec:
522526
- name: name
523527
value: sast-unicode-check-oci-ta
524528
- name: bundle
525-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
529+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
526530
- name: kind
527531
value: task
528532
resolver: bundles
@@ -544,7 +548,7 @@ spec:
544548
- name: name
545549
value: apply-tags
546550
- name: bundle
547-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
551+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
548552
- name: kind
549553
value: task
550554
resolver: bundles

.tekton/odh-pipeline-runtime-datascience-cpu-py312-poc-push.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
- name: name
133133
value: init
134134
- name: bundle
135-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
135+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
136136
- name: kind
137137
value: task
138138
resolver: bundles
@@ -153,7 +153,7 @@ spec:
153153
- name: name
154154
value: git-clone-oci-ta
155155
- name: bundle
156-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
156+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
157157
- name: kind
158158
value: task
159159
resolver: bundles
@@ -182,7 +182,7 @@ spec:
182182
- name: name
183183
value: prefetch-dependencies-oci-ta
184184
- name: bundle
185-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:38baecb1488e316b8fa16b770ce942d41ca9892955f7f32d4ca8b1aa14a0e922
185+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
186186
- name: kind
187187
value: task
188188
resolver: bundles
@@ -229,7 +229,7 @@ spec:
229229
- name: name
230230
value: buildah-oci-ta
231231
- name: bundle
232-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
232+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:2de614f405527e779534a5d1a1293a528c482aa6abebc8ea158ad47e4be5dea4
233233
- name: kind
234234
value: task
235235
resolver: bundles
@@ -260,7 +260,7 @@ spec:
260260
- name: name
261261
value: build-image-index
262262
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
263+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
264264
- name: kind
265265
value: task
266266
resolver: bundles
@@ -312,7 +312,7 @@ spec:
312312
- name: name
313313
value: deprecated-image-check
314314
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
315+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
316316
- name: kind
317317
value: task
318318
resolver: bundles
@@ -334,7 +334,7 @@ spec:
334334
- name: name
335335
value: clair-scan
336336
- name: bundle
337-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
337+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
338338
- name: kind
339339
value: task
340340
resolver: bundles
@@ -380,7 +380,7 @@ spec:
380380
- name: name
381381
value: sast-snyk-check-oci-ta
382382
- name: bundle
383-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
383+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
384384
- name: kind
385385
value: task
386386
resolver: bundles
@@ -447,7 +447,7 @@ spec:
447447
- name: name
448448
value: sast-coverity-check-oci-ta
449449
- name: bundle
450-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
450+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
451451
- name: kind
452452
value: task
453453
resolver: bundles
@@ -468,7 +468,7 @@ spec:
468468
- name: name
469469
value: coverity-availability-check
470470
- name: bundle
471-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c
471+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
472472
- name: kind
473473
value: task
474474
resolver: bundles
@@ -494,7 +494,7 @@ spec:
494494
- name: name
495495
value: sast-shell-check-oci-ta
496496
- name: bundle
497-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
497+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
498498
- name: kind
499499
value: task
500500
resolver: bundles
@@ -520,7 +520,7 @@ spec:
520520
- name: name
521521
value: sast-unicode-check-oci-ta
522522
- name: bundle
523-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
523+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
524524
- name: kind
525525
value: task
526526
resolver: bundles
@@ -542,7 +542,7 @@ spec:
542542
- name: name
543543
value: apply-tags
544544
- name: bundle
545-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
545+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
546546
- name: kind
547547
value: task
548548
resolver: bundles

0 commit comments

Comments
 (0)