Skip to content

Commit 1b29d57

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

2 files changed

Lines changed: 32 additions & 104 deletions

File tree

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

Lines changed: 16 additions & 52 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
@@ -61,19 +59,13 @@ spec:
6159
name: output-image
6260
type: string
6361
- default: .
64-
description: Path to the source code of an application's component from where
65-
to build image.
62+
description: Path to the source code of an application's component from where to build image.
6663
name: path-context
6764
type: string
6865
- default: Dockerfile
69-
description: Path to the Dockerfile inside the context specified by parameter
70-
path-context
66+
description: Path to the Dockerfile inside the context specified by parameter path-context
7167
name: dockerfile
7268
type: string
73-
- default: "false"
74-
description: Force rebuild image
75-
name: rebuild
76-
type: string
7769
- default: "false"
7870
description: Skip checks against built image
7971
name: skip-checks
@@ -87,8 +79,7 @@ spec:
8779
name: prefetch-input
8880
type: string
8981
- default: ""
90-
description: Image tag expiration time, time values could be something like
91-
1h, 2d, 3w for hours, days, and weeks, respectively.
82+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9283
name: image-expires-after
9384
type: string
9485
- default: "false"
@@ -108,8 +99,7 @@ spec:
10899
name: build-args-file
109100
type: string
110101
- default: "false"
111-
description: Whether to enable privileged mode, should be used only with remote
112-
VMs
102+
description: Whether to enable privileged mode, should be used only with remote VMs
113103
name: privileged-nested
114104
type: string
115105
- default: "true"
@@ -131,19 +121,12 @@ spec:
131121
value: $(tasks.clone-repository.results.commit)
132122
tasks:
133123
- name: init
134-
params:
135-
- name: image-url
136-
value: $(params.output-image)
137-
- name: rebuild
138-
value: $(params.rebuild)
139-
- name: skip-checks
140-
value: $(params.skip-checks)
141124
taskRef:
142125
params:
143126
- name: name
144127
value: init
145128
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a482890d072df3aff9cf5db0ff2b9ec04fa6bb006cfd9da9817805fdd11a73f5
129+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
147130
- name: kind
148131
value: task
149132
resolver: bundles
@@ -172,11 +155,6 @@ spec:
172155
- name: kind
173156
value: task
174157
resolver: bundles
175-
when:
176-
- input: $(tasks.init.results.build)
177-
operator: in
178-
values:
179-
- "true"
180158
workspaces:
181159
- name: basic-auth
182160
workspace: git-auth
@@ -199,7 +177,7 @@ spec:
199177
- name: name
200178
value: prefetch-dependencies-oci-ta
201179
- name: bundle
202-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
180+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c07551efbd7fc414ae1245ddd93579b00317fee0734980f539fd8aea3cfcb945
203181
- name: kind
204182
value: task
205183
resolver: bundles
@@ -244,15 +222,10 @@ spec:
244222
- name: name
245223
value: buildah-oci-ta
246224
- name: bundle
247-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:cde309fc09b68c39ca283c4b121ddf99d900e3ff2cf3d5e7951cb707eeeddfae
225+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:6eb38e7dede283e48aec619572f52f2589513f668d0345d084cf99133bbaa39c
248226
- name: kind
249227
value: task
250228
resolver: bundles
251-
when:
252-
- input: $(tasks.init.results.build)
253-
operator: in
254-
values:
255-
- "true"
256229
- name: build-image-index
257230
params:
258231
- name: IMAGE
@@ -273,15 +246,10 @@ spec:
273246
- name: name
274247
value: build-image-index
275248
- name: bundle
276-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
249+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
277250
- name: kind
278251
value: task
279252
resolver: bundles
280-
when:
281-
- input: $(tasks.init.results.build)
282-
operator: in
283-
values:
284-
- "true"
285253
- name: build-source-image
286254
params:
287255
- name: BINARY_IMAGE
@@ -304,10 +272,6 @@ spec:
304272
value: task
305273
resolver: bundles
306274
when:
307-
- input: $(tasks.init.results.build)
308-
operator: in
309-
values:
310-
- "true"
311275
- input: $(params.build-source-image)
312276
operator: in
313277
values:
@@ -347,7 +311,7 @@ spec:
347311
- name: name
348312
value: clair-scan
349313
- name: bundle
350-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
314+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
351315
- name: kind
352316
value: task
353317
resolver: bundles
@@ -367,7 +331,7 @@ spec:
367331
- name: name
368332
value: ecosystem-cert-preflight-checks
369333
- name: bundle
370-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
334+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:40bc4bcc1c52c114139daee60ec2ddeb59921ecef8a68f241d5593c79b2a21d6
371335
- name: kind
372336
value: task
373337
resolver: bundles
@@ -415,7 +379,7 @@ spec:
415379
- name: name
416380
value: clamav-scan
417381
- name: bundle
418-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7d1f480311b23b05bd596c9826ec90a3f13146b12c69935373e4bedd30aef57f
382+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
419383
- name: kind
420384
value: task
421385
resolver: bundles
@@ -467,7 +431,7 @@ spec:
467431
- name: name
468432
value: sast-unicode-check-oci-ta
469433
- name: bundle
470-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
434+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
471435
- name: kind
472436
value: task
473437
resolver: bundles
@@ -512,7 +476,7 @@ spec:
512476
- name: name
513477
value: push-dockerfile-oci-ta
514478
- name: bundle
515-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
479+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
516480
- name: kind
517481
value: task
518482
resolver: bundles

.tekton/cli-v07-push.yaml

Lines changed: 16 additions & 52 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-
== "release-v0.7"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v0.7"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: ec-v07
1514
appstudio.openshift.io/component: cli-v07
@@ -31,8 +30,7 @@ spec:
3130
- name: path-context
3231
value: .
3332
- name: prefetch-input
34-
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type":
35-
"rpm"}]'
33+
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type": "rpm"}]'
3634
- name: build-source-image
3735
value: "true"
3836
- name: build-args-file
@@ -60,19 +58,13 @@ spec:
6058
name: output-image
6159
type: string
6260
- default: .
63-
description: Path to the source code of an application's component from where
64-
to build image.
61+
description: Path to the source code of an application's component from where to build image.
6562
name: path-context
6663
type: string
6764
- default: Dockerfile
68-
description: Path to the Dockerfile inside the context specified by parameter
69-
path-context
65+
description: Path to the Dockerfile inside the context specified by parameter path-context
7066
name: dockerfile
7167
type: string
72-
- default: "false"
73-
description: Force rebuild image
74-
name: rebuild
75-
type: string
7668
- default: "false"
7769
description: Skip checks against built image
7870
name: skip-checks
@@ -86,8 +78,7 @@ spec:
8678
name: prefetch-input
8779
type: string
8880
- default: ""
89-
description: Image tag expiration time, time values could be something like
90-
1h, 2d, 3w for hours, days, and weeks, respectively.
81+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9182
name: image-expires-after
9283
type: string
9384
- default: "false"
@@ -107,8 +98,7 @@ spec:
10798
name: build-args-file
10899
type: string
109100
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
101+
description: Whether to enable privileged mode, should be used only with remote VMs
112102
name: privileged-nested
113103
type: string
114104
- default: "true"
@@ -130,19 +120,12 @@ spec:
130120
value: $(tasks.clone-repository.results.commit)
131121
tasks:
132122
- name: init
133-
params:
134-
- name: image-url
135-
value: $(params.output-image)
136-
- name: rebuild
137-
value: $(params.rebuild)
138-
- name: skip-checks
139-
value: $(params.skip-checks)
140123
taskRef:
141124
params:
142125
- name: name
143126
value: init
144127
- name: bundle
145-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a482890d072df3aff9cf5db0ff2b9ec04fa6bb006cfd9da9817805fdd11a73f5
128+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
146129
- name: kind
147130
value: task
148131
resolver: bundles
@@ -171,11 +154,6 @@ spec:
171154
- name: kind
172155
value: task
173156
resolver: bundles
174-
when:
175-
- input: $(tasks.init.results.build)
176-
operator: in
177-
values:
178-
- "true"
179157
workspaces:
180158
- name: basic-auth
181159
workspace: git-auth
@@ -198,7 +176,7 @@ spec:
198176
- name: name
199177
value: prefetch-dependencies-oci-ta
200178
- name: bundle
201-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
179+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c07551efbd7fc414ae1245ddd93579b00317fee0734980f539fd8aea3cfcb945
202180
- name: kind
203181
value: task
204182
resolver: bundles
@@ -243,15 +221,10 @@ spec:
243221
- name: name
244222
value: buildah-oci-ta
245223
- name: bundle
246-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:cde309fc09b68c39ca283c4b121ddf99d900e3ff2cf3d5e7951cb707eeeddfae
224+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:6eb38e7dede283e48aec619572f52f2589513f668d0345d084cf99133bbaa39c
247225
- name: kind
248226
value: task
249227
resolver: bundles
250-
when:
251-
- input: $(tasks.init.results.build)
252-
operator: in
253-
values:
254-
- "true"
255228
- name: build-image-index
256229
params:
257230
- name: IMAGE
@@ -272,15 +245,10 @@ spec:
272245
- name: name
273246
value: build-image-index
274247
- name: bundle
275-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
248+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
276249
- name: kind
277250
value: task
278251
resolver: bundles
279-
when:
280-
- input: $(tasks.init.results.build)
281-
operator: in
282-
values:
283-
- "true"
284252
- name: build-source-image
285253
params:
286254
- name: BINARY_IMAGE
@@ -303,10 +271,6 @@ spec:
303271
value: task
304272
resolver: bundles
305273
when:
306-
- input: $(tasks.init.results.build)
307-
operator: in
308-
values:
309-
- "true"
310274
- input: $(params.build-source-image)
311275
operator: in
312276
values:
@@ -346,7 +310,7 @@ spec:
346310
- name: name
347311
value: clair-scan
348312
- name: bundle
349-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
313+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
350314
- name: kind
351315
value: task
352316
resolver: bundles
@@ -366,7 +330,7 @@ spec:
366330
- name: name
367331
value: ecosystem-cert-preflight-checks
368332
- name: bundle
369-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
333+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:40bc4bcc1c52c114139daee60ec2ddeb59921ecef8a68f241d5593c79b2a21d6
370334
- name: kind
371335
value: task
372336
resolver: bundles
@@ -414,7 +378,7 @@ spec:
414378
- name: name
415379
value: clamav-scan
416380
- name: bundle
417-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7d1f480311b23b05bd596c9826ec90a3f13146b12c69935373e4bedd30aef57f
381+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
418382
- name: kind
419383
value: task
420384
resolver: bundles
@@ -466,7 +430,7 @@ spec:
466430
- name: name
467431
value: sast-unicode-check-oci-ta
468432
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
433+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
470434
- name: kind
471435
value: task
472436
resolver: bundles
@@ -511,7 +475,7 @@ spec:
511475
- name: name
512476
value: push-dockerfile-oci-ta
513477
- name: bundle
514-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
478+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
515479
- name: kind
516480
value: task
517481
resolver: bundles

0 commit comments

Comments
 (0)