Skip to content

Commit 247285e

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

2 files changed

Lines changed: 41 additions & 37 deletions

File tree

.tekton/cli-v07-pull-request.yaml

Lines changed: 29 additions & 25 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-
== "release-v0.7"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v0.7"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: ec-v07
1615
appstudio.openshift.io/component: cli-v07
@@ -32,8 +31,7 @@ spec:
3231
- name: path-context
3332
value: .
3433
- name: prefetch-input
35-
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type":
36-
"rpm"}]'
34+
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type": "rpm"}]'
3735
- name: build-source-image
3836
value: "true"
3937
- name: build-args-file
@@ -59,13 +57,11 @@ spec:
5957
name: output-image
6058
type: string
6159
- default: .
62-
description: Path to the source code of an application's component from where
63-
to build image.
60+
description: Path to the source code of an application's component from where to build image.
6461
name: path-context
6562
type: string
6663
- default: Dockerfile
67-
description: Path to the Dockerfile inside the context specified by parameter
68-
path-context
64+
description: Path to the Dockerfile inside the context specified by parameter path-context
6965
name: dockerfile
7066
type: string
7167
- default: "false"
@@ -85,8 +81,7 @@ spec:
8581
name: prefetch-input
8682
type: string
8783
- default: ""
88-
description: Image tag expiration time, time values could be something like
89-
1h, 2d, 3w for hours, days, and weeks, respectively.
84+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9085
name: image-expires-after
9186
type: string
9287
- default: "false"
@@ -106,10 +101,13 @@ spec:
106101
name: build-args-file
107102
type: string
108103
- default: "false"
109-
description: Whether to enable privileged mode, should be used only with remote
110-
VMs
104+
description: Whether to enable privileged mode, should be used only with remote VMs
111105
name: privileged-nested
112106
type: string
107+
- name: enable-cache-proxy
108+
default: 'false'
109+
description: Enable cache proxy configuration
110+
type: string
113111
results:
114112
- description: ""
115113
name: IMAGE_URL
@@ -132,12 +130,14 @@ spec:
132130
value: $(params.rebuild)
133131
- name: skip-checks
134132
value: $(params.skip-checks)
133+
- name: enable-cache-proxy
134+
value: $(params.enable-cache-proxy)
135135
taskRef:
136136
params:
137137
- name: name
138138
value: init
139139
- name: bundle
140-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
140+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
141141
- name: kind
142142
value: task
143143
resolver: bundles
@@ -162,7 +162,7 @@ spec:
162162
- name: name
163163
value: git-clone-oci-ta
164164
- name: bundle
165-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
165+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
166166
- name: kind
167167
value: task
168168
resolver: bundles
@@ -193,7 +193,7 @@ spec:
193193
- name: name
194194
value: prefetch-dependencies-oci-ta
195195
- name: bundle
196-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5946ca57aa29f162e11b74984ec58960f55f9fb6a0e97c6c9215c4161f768726
196+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
197197
- name: kind
198198
value: task
199199
resolver: bundles
@@ -229,14 +229,18 @@ spec:
229229
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
230230
- name: CACHI2_ARTIFACT
231231
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
232+
- name: HTTP_PROXY
233+
value: $(tasks.init.results.http-proxy)
234+
- name: NO_PROXY
235+
value: $(tasks.init.results.no-proxy)
232236
runAfter:
233237
- prefetch-dependencies
234238
taskRef:
235239
params:
236240
- name: name
237241
value: buildah-oci-ta
238242
- name: bundle
239-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:27b04ea788cf64fd38c7d151feb5e1ca408804fa5a70cf704ae746a086ee92b8
243+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
240244
- name: kind
241245
value: task
242246
resolver: bundles
@@ -265,7 +269,7 @@ spec:
265269
- name: name
266270
value: build-image-index
267271
- name: bundle
268-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:31197f4ee71be47c6f491e888ff266cbbb8ad5ed1c7c4141cc14f002d1802a50
272+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
269273
- name: kind
270274
value: task
271275
resolver: bundles
@@ -291,7 +295,7 @@ spec:
291295
- name: name
292296
value: source-build-oci-ta
293297
- name: bundle
294-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
298+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
295299
- name: kind
296300
value: task
297301
resolver: bundles
@@ -339,7 +343,7 @@ spec:
339343
- name: name
340344
value: clair-scan
341345
- name: bundle
342-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
346+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
343347
- name: kind
344348
value: task
345349
resolver: bundles
@@ -359,7 +363,7 @@ spec:
359363
- name: name
360364
value: ecosystem-cert-preflight-checks
361365
- name: bundle
362-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
366+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
363367
- name: kind
364368
value: task
365369
resolver: bundles
@@ -407,7 +411,7 @@ spec:
407411
- name: name
408412
value: clamav-scan
409413
- name: bundle
410-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:40555593de346dd3083410c9517d52c3f27e27cb66f447054f4f66fcff56e23f
414+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
411415
- name: kind
412416
value: task
413417
resolver: bundles
@@ -459,7 +463,7 @@ spec:
459463
- name: name
460464
value: sast-unicode-check-oci-ta
461465
- name: bundle
462-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
466+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
463467
- name: kind
464468
value: task
465469
resolver: bundles
@@ -481,7 +485,7 @@ spec:
481485
- name: name
482486
value: apply-tags
483487
- name: bundle
484-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
488+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
485489
- name: kind
486490
value: task
487491
resolver: bundles
@@ -504,7 +508,7 @@ spec:
504508
- name: name
505509
value: push-dockerfile-oci-ta
506510
- name: bundle
507-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
511+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
508512
- name: kind
509513
value: task
510514
resolver: bundles

.tekton/cli-v07-push.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ spec:
136136
- name: name
137137
value: init
138138
- name: bundle
139-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:3ca52e1d8885fc229bd9067275f44d5b21a9a609981d0324b525ddeca909bf10
139+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
140140
- name: kind
141141
value: task
142142
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:3dc39eae48745a96097c07c577b944d6203a91c35d3f71d9ed5feab41d327a6a
164+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
165165
- name: kind
166166
value: task
167167
resolver: bundles
@@ -192,7 +192,7 @@ spec:
192192
- name: name
193193
value: prefetch-dependencies-oci-ta
194194
- name: bundle
195-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5946ca57aa29f162e11b74984ec58960f55f9fb6a0e97c6c9215c4161f768726
195+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
196196
- name: kind
197197
value: task
198198
resolver: bundles
@@ -235,7 +235,7 @@ spec:
235235
- name: name
236236
value: buildah-oci-ta
237237
- name: bundle
238-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:27b04ea788cf64fd38c7d151feb5e1ca408804fa5a70cf704ae746a086ee92b8
238+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:916781b75e5f42a2e0b578b3ab3418e8bcc305168b2cd26ff41c8057e5c9ec28
239239
- name: kind
240240
value: task
241241
resolver: bundles
@@ -264,7 +264,7 @@ spec:
264264
- name: name
265265
value: build-image-index
266266
- name: bundle
267-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:31197f4ee71be47c6f491e888ff266cbbb8ad5ed1c7c4141cc14f002d1802a50
267+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
268268
- name: kind
269269
value: task
270270
resolver: bundles
@@ -290,7 +290,7 @@ spec:
290290
- name: name
291291
value: source-build-oci-ta
292292
- name: bundle
293-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:282cb5a9119a87e88559444feff67d76d6f356d03654b4845632c049b2314735
293+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
294294
- name: kind
295295
value: task
296296
resolver: bundles
@@ -338,7 +338,7 @@ spec:
338338
- name: name
339339
value: clair-scan
340340
- name: bundle
341-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
341+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
342342
- name: kind
343343
value: task
344344
resolver: bundles
@@ -358,7 +358,7 @@ spec:
358358
- name: name
359359
value: ecosystem-cert-preflight-checks
360360
- name: bundle
361-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
361+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
362362
- name: kind
363363
value: task
364364
resolver: bundles
@@ -406,7 +406,7 @@ spec:
406406
- name: name
407407
value: clamav-scan
408408
- name: bundle
409-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:40555593de346dd3083410c9517d52c3f27e27cb66f447054f4f66fcff56e23f
409+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
410410
- name: kind
411411
value: task
412412
resolver: bundles
@@ -458,7 +458,7 @@ spec:
458458
- name: name
459459
value: sast-unicode-check-oci-ta
460460
- name: bundle
461-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
461+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
462462
- name: kind
463463
value: task
464464
resolver: bundles
@@ -480,7 +480,7 @@ spec:
480480
- name: name
481481
value: apply-tags
482482
- name: bundle
483-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:4c2b0a2d2904108f8d19edfa878df6cd49ed19aab73ab6fc6a435fba0265f771
483+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
484484
- name: kind
485485
value: task
486486
resolver: bundles
@@ -503,7 +503,7 @@ spec:
503503
- name: name
504504
value: push-dockerfile-oci-ta
505505
- name: bundle
506-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:13633d5ba8445c0f732a0a5d1b33ffbb708398e45ef1647542b0ab22fee25a6a
506+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
507507
- name: kind
508508
value: task
509509
resolver: bundles

0 commit comments

Comments
 (0)