Skip to content

Commit 06b3efa

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

File tree

2 files changed

+40
-48
lines changed

2 files changed

+40
-48
lines changed

.tekton/devfile-sample-python-basic-pull-request.yaml

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "main"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: devfile-sample-python-basic
1514
appstudio.openshift.io/component: devfile-sample-python-basic
@@ -46,7 +45,7 @@ spec:
4645
- name: name
4746
value: show-sbom
4847
- name: bundle
49-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:52f8b96b96ce4203d4b74d850a85f963125bf8eef0683ea5acdd80818d335a28
48+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
5049
- name: kind
5150
value: task
5251
resolver: bundles
@@ -62,13 +61,11 @@ spec:
6261
name: output-image
6362
type: string
6463
- default: .
65-
description: Path to the source code of an application's component from where
66-
to build image.
64+
description: Path to the source code of an application's component from where to build image.
6765
name: path-context
6866
type: string
6967
- default: Dockerfile
70-
description: Path to the Dockerfile inside the context specified by parameter
71-
path-context
68+
description: Path to the Dockerfile inside the context specified by parameter path-context
7269
name: dockerfile
7370
type: string
7471
- default: "false"
@@ -88,8 +85,7 @@ spec:
8885
name: prefetch-input
8986
type: string
9087
- default: ""
91-
description: Image tag expiration time, time values could be something like
92-
1h, 2d, 3w for hours, days, and weeks, respectively.
88+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9389
name: image-expires-after
9490
- default: "false"
9591
description: Build a source image.
@@ -134,7 +130,7 @@ spec:
134130
- name: name
135131
value: init
136132
- name: bundle
137-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:092c113b614f6551113f17605ae9cb7e822aa704d07f0e37ed209da23ce392cc
133+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:2f59e9a3c20ce4509356389d327087213cc82c079b30811935837791da140f9f
138134
- name: kind
139135
value: task
140136
resolver: bundles
@@ -155,7 +151,7 @@ spec:
155151
- name: name
156152
value: git-clone-oci-ta
157153
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d1e63ec00bed1c9f0f571fa76b4da570be49a7c255c610544a461495230ba1b1
154+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
159155
- name: kind
160156
value: task
161157
resolver: bundles
@@ -184,7 +180,7 @@ spec:
184180
- name: name
185181
value: prefetch-dependencies-oci-ta
186182
- name: bundle
187-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:621b13ab4a01a366a2b1d8403cf06b2b7418afd926d13678c4432858514407d3
183+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:786a6601c654a48e32ea51b2636982d2e096da3027ea701009ca956b74a7d400
188184
- name: kind
189185
value: task
190186
resolver: bundles
@@ -225,7 +221,7 @@ spec:
225221
- name: name
226222
value: buildah-oci-ta
227223
- name: bundle
228-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.2@sha256:2a0c67ea7d5d82b4ec47930c12397f94b3af0b3855d8e5ad9f6e088c93e42bf0
224+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:8abdd666a032d7088f31d0dbaa2a8ea07b85d814d08d157bb3ffa344dca5485a
229225
- name: kind
230226
value: task
231227
resolver: bundles
@@ -254,7 +250,7 @@ spec:
254250
- name: name
255251
value: build-image-index
256252
- name: bundle
257-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:7b2c5ab5d711d1d487693072dec6a10ede0076290dabc673bc6ccde9a322674a
253+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d34e4245b767c5b1b5edbbad9fc9cf8050cf19a69c8e55856479848405c596ec
258254
- name: kind
259255
value: task
260256
resolver: bundles
@@ -278,7 +274,7 @@ spec:
278274
- name: name
279275
value: source-build-oci-ta
280276
- name: bundle
281-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1@sha256:261f075fd5a096f7b28a999b505136b2a3a5aef390087148b3131fd3ec295db3
277+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:ea2316bcef60fdbc6d89bb34d343d9157e89e786504fb68e223c04a7486d9e91
282278
- name: kind
283279
value: task
284280
resolver: bundles
@@ -304,7 +300,7 @@ spec:
304300
- name: name
305301
value: deprecated-image-check
306302
- name: bundle
307-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:b4f9599f5770ea2e6e4d031224ccc932164c1ecde7f85f68e16e99c98d754003
303+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
308304
- name: kind
309305
value: task
310306
resolver: bundles
@@ -326,7 +322,7 @@ spec:
326322
- name: name
327323
value: clair-scan
328324
- name: bundle
329-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:28fee4bf5da87f2388c973d9336086749cad8436003f9a514e22ac99735e056b
325+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d1ef571fe836984101e2d7f1611a2b7c8c0f8e7d5ad3d9b997fc511f9fd66af6
330326
- name: kind
331327
value: task
332328
resolver: bundles
@@ -346,7 +342,7 @@ spec:
346342
- name: name
347343
value: ecosystem-cert-preflight-checks
348344
- name: bundle
349-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:5131cce0f93d0b728c7bcc0d6cee4c61d4c9f67c6d619c627e41e3c9775b497d
345+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
350346
- name: kind
351347
value: task
352348
resolver: bundles
@@ -372,7 +368,7 @@ spec:
372368
- name: name
373369
value: sast-snyk-check-oci-ta
374370
- name: bundle
375-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.2@sha256:7e99a122bc9e84fd9fb29062e825d3345177337d2448dcb50324f86ec5560c7a
371+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:ec2495e8526f346c0694fa64a5276d12091df85d1272f0480fcc64852f9fa837
376372
- name: kind
377373
value: task
378374
resolver: bundles
@@ -394,7 +390,7 @@ spec:
394390
- name: name
395391
value: clamav-scan
396392
- name: bundle
397-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:a94b6523ba0b691dc276e37594321c2eff3594d2753014e5c920803b47627df1
393+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:e24eb00ffdb7b45da1c9e1c98f65d68e9f13fd3fce4a4aa9e51df0c7aea14854
398394
- name: kind
399395
value: task
400396
resolver: bundles
@@ -414,7 +410,7 @@ spec:
414410
- name: name
415411
value: apply-tags
416412
- name: bundle
417-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:f485e250fb060060892b633c495a3d7e38de1ec105ae1be48608b0401530ab2c
413+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:e1d365ce85d6448f6ebd0d0a000d0f45b694950b7545a2c34bfbcf992c80df61
418414
- name: kind
419415
value: task
420416
resolver: bundles
@@ -437,7 +433,7 @@ spec:
437433
- name: name
438434
value: push-dockerfile-oci-ta
439435
- name: bundle
440-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:e32feb2c815116730917fe5665d9f003e53f2e1718f60bcbabf0ab3abad5d7d4
436+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:a89354ee3fb942a4ce635767dfd6a1fcf47da796c3b984c996190d2965bb6e84
441437
- name: kind
442438
value: task
443439
resolver: bundles
@@ -454,7 +450,7 @@ spec:
454450
- name: name
455451
value: rpms-signature-scan
456452
- name: bundle
457-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
453+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:3e01c8b322226ad5067ba1ce4ea7bc528f708c3e0d8b6a17a0c4112dbd46c549
458454
- name: kind
459455
value: task
460456
resolver: bundles

.tekton/devfile-sample-python-basic-push.yaml

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10-
== "main"
11-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
10+
creationTimestamp:
1211
labels:
1312
appstudio.openshift.io/application: devfile-sample-python-basic
1413
appstudio.openshift.io/component: devfile-sample-python-basic
@@ -43,7 +42,7 @@ spec:
4342
- name: name
4443
value: show-sbom
4544
- name: bundle
46-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:52f8b96b96ce4203d4b74d850a85f963125bf8eef0683ea5acdd80818d335a28
45+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
4746
- name: kind
4847
value: task
4948
resolver: bundles
@@ -59,13 +58,11 @@ spec:
5958
name: output-image
6059
type: string
6160
- default: .
62-
description: Path to the source code of an application's component from where
63-
to build image.
61+
description: Path to the source code of an application's component from where to build image.
6462
name: path-context
6563
type: string
6664
- default: Dockerfile
67-
description: Path to the Dockerfile inside the context specified by parameter
68-
path-context
65+
description: Path to the Dockerfile inside the context specified by parameter path-context
6966
name: dockerfile
7067
type: string
7168
- default: "false"
@@ -85,8 +82,7 @@ spec:
8582
name: prefetch-input
8683
type: string
8784
- default: ""
88-
description: Image tag expiration time, time values could be something like
89-
1h, 2d, 3w for hours, days, and weeks, respectively.
85+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9086
name: image-expires-after
9187
- default: "false"
9288
description: Build a source image.
@@ -131,7 +127,7 @@ spec:
131127
- name: name
132128
value: init
133129
- name: bundle
134-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:092c113b614f6551113f17605ae9cb7e822aa704d07f0e37ed209da23ce392cc
130+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:2f59e9a3c20ce4509356389d327087213cc82c079b30811935837791da140f9f
135131
- name: kind
136132
value: task
137133
resolver: bundles
@@ -152,7 +148,7 @@ spec:
152148
- name: name
153149
value: git-clone-oci-ta
154150
- name: bundle
155-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d1e63ec00bed1c9f0f571fa76b4da570be49a7c255c610544a461495230ba1b1
151+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
156152
- name: kind
157153
value: task
158154
resolver: bundles
@@ -181,7 +177,7 @@ spec:
181177
- name: name
182178
value: prefetch-dependencies-oci-ta
183179
- name: bundle
184-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:621b13ab4a01a366a2b1d8403cf06b2b7418afd926d13678c4432858514407d3
180+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:786a6601c654a48e32ea51b2636982d2e096da3027ea701009ca956b74a7d400
185181
- name: kind
186182
value: task
187183
resolver: bundles
@@ -222,7 +218,7 @@ spec:
222218
- name: name
223219
value: buildah-oci-ta
224220
- name: bundle
225-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.2@sha256:2a0c67ea7d5d82b4ec47930c12397f94b3af0b3855d8e5ad9f6e088c93e42bf0
221+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:8abdd666a032d7088f31d0dbaa2a8ea07b85d814d08d157bb3ffa344dca5485a
226222
- name: kind
227223
value: task
228224
resolver: bundles
@@ -251,7 +247,7 @@ spec:
251247
- name: name
252248
value: build-image-index
253249
- name: bundle
254-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:7b2c5ab5d711d1d487693072dec6a10ede0076290dabc673bc6ccde9a322674a
250+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d34e4245b767c5b1b5edbbad9fc9cf8050cf19a69c8e55856479848405c596ec
255251
- name: kind
256252
value: task
257253
resolver: bundles
@@ -275,7 +271,7 @@ spec:
275271
- name: name
276272
value: source-build-oci-ta
277273
- name: bundle
278-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1@sha256:261f075fd5a096f7b28a999b505136b2a3a5aef390087148b3131fd3ec295db3
274+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:ea2316bcef60fdbc6d89bb34d343d9157e89e786504fb68e223c04a7486d9e91
279275
- name: kind
280276
value: task
281277
resolver: bundles
@@ -301,7 +297,7 @@ spec:
301297
- name: name
302298
value: deprecated-image-check
303299
- name: bundle
304-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:b4f9599f5770ea2e6e4d031224ccc932164c1ecde7f85f68e16e99c98d754003
300+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
305301
- name: kind
306302
value: task
307303
resolver: bundles
@@ -323,7 +319,7 @@ spec:
323319
- name: name
324320
value: clair-scan
325321
- name: bundle
326-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:28fee4bf5da87f2388c973d9336086749cad8436003f9a514e22ac99735e056b
322+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d1ef571fe836984101e2d7f1611a2b7c8c0f8e7d5ad3d9b997fc511f9fd66af6
327323
- name: kind
328324
value: task
329325
resolver: bundles
@@ -343,7 +339,7 @@ spec:
343339
- name: name
344340
value: ecosystem-cert-preflight-checks
345341
- name: bundle
346-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:5131cce0f93d0b728c7bcc0d6cee4c61d4c9f67c6d619c627e41e3c9775b497d
342+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
347343
- name: kind
348344
value: task
349345
resolver: bundles
@@ -369,7 +365,7 @@ spec:
369365
- name: name
370366
value: sast-snyk-check-oci-ta
371367
- name: bundle
372-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.2@sha256:7e99a122bc9e84fd9fb29062e825d3345177337d2448dcb50324f86ec5560c7a
368+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:ec2495e8526f346c0694fa64a5276d12091df85d1272f0480fcc64852f9fa837
373369
- name: kind
374370
value: task
375371
resolver: bundles
@@ -391,7 +387,7 @@ spec:
391387
- name: name
392388
value: clamav-scan
393389
- name: bundle
394-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:a94b6523ba0b691dc276e37594321c2eff3594d2753014e5c920803b47627df1
390+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:e24eb00ffdb7b45da1c9e1c98f65d68e9f13fd3fce4a4aa9e51df0c7aea14854
395391
- name: kind
396392
value: task
397393
resolver: bundles
@@ -411,7 +407,7 @@ spec:
411407
- name: name
412408
value: apply-tags
413409
- name: bundle
414-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:f485e250fb060060892b633c495a3d7e38de1ec105ae1be48608b0401530ab2c
410+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:e1d365ce85d6448f6ebd0d0a000d0f45b694950b7545a2c34bfbcf992c80df61
415411
- name: kind
416412
value: task
417413
resolver: bundles
@@ -434,7 +430,7 @@ spec:
434430
- name: name
435431
value: push-dockerfile-oci-ta
436432
- name: bundle
437-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:e32feb2c815116730917fe5665d9f003e53f2e1718f60bcbabf0ab3abad5d7d4
433+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:a89354ee3fb942a4ce635767dfd6a1fcf47da796c3b984c996190d2965bb6e84
438434
- name: kind
439435
value: task
440436
resolver: bundles
@@ -451,7 +447,7 @@ spec:
451447
- name: name
452448
value: rpms-signature-scan
453449
- name: bundle
454-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:7aa4d3c95e2b963e82fdda392f7cb3d61e3dab035416cf4a3a34e43cf3c9c9b8
450+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:3e01c8b322226ad5067ba1ce4ea7bc528f708c3e0d8b6a17a0c4112dbd46c549
455451
- name: kind
456452
value: task
457453
resolver: bundles

0 commit comments

Comments
 (0)