Skip to content

Commit 37a6267

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

File tree

2 files changed

+46
-50
lines changed

2 files changed

+46
-50
lines changed

.tekton/acm-inspector-pull-request.yaml

Lines changed: 23 additions & 25 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: acm-inspector
1514
appstudio.openshift.io/component: acm-inspector
@@ -39,7 +38,7 @@ spec:
3938
- name: name
4039
value: show-sbom
4140
- name: bundle
42-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0
41+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
4342
- name: kind
4443
value: task
4544
resolver: bundles
@@ -58,7 +57,7 @@ spec:
5857
- name: name
5958
value: summary
6059
- name: bundle
61-
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:870d9a04d9784840a90b7bf6817cd0d0c4edfcda04b1ba1868cae625a3c3bfcc
60+
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:3f6e8513cbd70f0416eb6c6f2766973a754778526125ff33d8e3633def917091
6261
- name: kind
6362
value: task
6463
resolver: bundles
@@ -77,13 +76,11 @@ spec:
7776
name: output-image
7877
type: string
7978
- default: .
80-
description: Path to the source code of an application's component from where
81-
to build image.
79+
description: Path to the source code of an application's component from where to build image.
8280
name: path-context
8381
type: string
8482
- default: Dockerfile
85-
description: Path to the Dockerfile inside the context specified by parameter
86-
path-context
83+
description: Path to the Dockerfile inside the context specified by parameter path-context
8784
name: dockerfile
8885
type: string
8986
- default: "false"
@@ -107,8 +104,7 @@ spec:
107104
name: java
108105
type: string
109106
- default: ""
110-
description: Image tag expiration time, time values could be something like
111-
1h, 2d, 3w for hours, days, and weeks, respectively.
107+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
112108
name: image-expires-after
113109
- default: "false"
114110
description: Build a source image.
@@ -152,7 +148,7 @@ spec:
152148
- name: name
153149
value: init
154150
- name: bundle
155-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:0523b51c28375a3f222da91690e22eff11888ebc98a0c73c468af44762265c69
151+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
156152
- name: kind
157153
value: task
158154
resolver: bundles
@@ -169,7 +165,7 @@ spec:
169165
- name: name
170166
value: git-clone
171167
- name: bundle
172-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:d091a9e19567a4cbdc5acd57903c71ba71dc51d749a4ba7477e689608851e981
168+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:7939000e2f92fc8b5d2c4ee4ba9000433c5aa7700d2915a1d4763853d5fd1fd4
173169
- name: kind
174170
value: task
175171
resolver: bundles
@@ -194,7 +190,7 @@ spec:
194190
- name: name
195191
value: prefetch-dependencies
196192
- name: bundle
197-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:47d8d3320b4e29360108f18235598dd247bc316a4792063d970bffb00e61b71a
193+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:90f9ba94939895e1ecaa1a3ac861366303425375ae47a92d0cc1dc61a86df4ab
198194
- name: kind
199195
value: task
200196
resolver: bundles
@@ -238,7 +234,7 @@ spec:
238234
- name: name
239235
value: buildah
240236
- name: bundle
241-
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:7779f9e48eda44aebae3597747f5d8c1cc3fbc3a98c2251ee20929d868b575f1
237+
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.4@sha256:fc7437e1fc19d7a2b468e529f7fbc372ca139f194ec5d8ea28fe48b0817ec6c0
242238
- name: kind
243239
value: task
244240
resolver: bundles
@@ -261,7 +257,7 @@ spec:
261257
- name: name
262258
value: source-build
263259
- name: bundle
264-
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.1@sha256:ddfa1fb418c1d9d55d7d70d39fe8f35ce05e96073bcd057bb6aaacd1f839cc51
260+
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.2@sha256:ab7298db687b1bdaa8f3fb4f24ee6c48e100283d0584eddac12ad4353b8a4e97
265261
- name: kind
266262
value: task
267263
resolver: bundles
@@ -290,7 +286,7 @@ spec:
290286
- name: name
291287
value: deprecated-image-check
292288
- name: bundle
293-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:5a1a165fa02270f0a947d8a2131ee9d8be0b8e9d34123828c2bef589e504ee84
289+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
294290
- name: kind
295291
value: task
296292
resolver: bundles
@@ -312,7 +308,7 @@ spec:
312308
- name: name
313309
value: clair-scan
314310
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:0a5421111e7092740398691d5bd7c125cc0896f29531d19414bb5724ae41692a
311+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
316312
- name: kind
317313
value: task
318314
resolver: bundles
@@ -332,7 +328,7 @@ spec:
332328
- name: name
333329
value: ecosystem-cert-preflight-checks
334330
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
331+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
336332
- name: kind
337333
value: task
338334
resolver: bundles
@@ -354,7 +350,7 @@ spec:
354350
- name: name
355351
value: sast-snyk-check
356352
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.3@sha256:9fa8acbd4331e5f7c7ba39c6283a219b084e8b2332996e0988a7907a4a75feb4
353+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:da2344f6dae50fc14892d818aee128f9d5df32d0d98dddb504e721408a9fb13d
358354
- name: kind
359355
value: task
360356
resolver: bundles
@@ -379,7 +375,7 @@ spec:
379375
- name: name
380376
value: clamav-scan
381377
- name: bundle
382-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:b4f450f1447b166da671f1d5819ab5a1485083e5c27ab91f7d8b7a2ff994c8c2
378+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
383379
- name: kind
384380
value: task
385381
resolver: bundles
@@ -390,16 +386,18 @@ spec:
390386
- "false"
391387
- name: apply-tags
392388
params:
393-
- name: IMAGE
389+
- name: IMAGE_URL
394390
value: $(tasks.build-container.results.IMAGE_URL)
391+
- name: IMAGE_DIGEST
392+
value: $(tasks.build-container.results.IMAGE_DIGEST)
395393
runAfter:
396394
- build-container
397395
taskRef:
398396
params:
399397
- name: name
400398
value: apply-tags
401399
- name: bundle
402-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:87fd7fc0e937aad1a8db9b6e377d7e444f53394dafde512d68adbea6966a4702
400+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
403401
- name: kind
404402
value: task
405403
resolver: bundles
@@ -420,7 +418,7 @@ spec:
420418
- name: name
421419
value: push-dockerfile
422420
- name: bundle
423-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:48bb2ee92ea528b28c0814c9cc126021e499a081b69431987a774561e9ac8047
421+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:1e78c3a32f072d3ba8c49362f16f7e97365c1cfde44813d21b4988765216a09c
424422
- name: kind
425423
value: task
426424
resolver: bundles
@@ -438,7 +436,7 @@ spec:
438436
- name: workspace
439437
volumeClaimTemplate:
440438
metadata:
441-
creationTimestamp: null
439+
creationTimestamp:
442440
spec:
443441
accessModes:
444442
- ReadWriteOnce

.tekton/acm-inspector-push.yaml

Lines changed: 23 additions & 25 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: acm-inspector
1413
appstudio.openshift.io/component: acm-inspector
@@ -36,7 +35,7 @@ spec:
3635
- name: name
3736
value: show-sbom
3837
- name: bundle
39-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0
38+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
4039
- name: kind
4140
value: task
4241
resolver: bundles
@@ -55,7 +54,7 @@ spec:
5554
- name: name
5655
value: summary
5756
- name: bundle
58-
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:870d9a04d9784840a90b7bf6817cd0d0c4edfcda04b1ba1868cae625a3c3bfcc
57+
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:3f6e8513cbd70f0416eb6c6f2766973a754778526125ff33d8e3633def917091
5958
- name: kind
6059
value: task
6160
resolver: bundles
@@ -74,13 +73,11 @@ spec:
7473
name: output-image
7574
type: string
7675
- default: .
77-
description: Path to the source code of an application's component from where
78-
to build image.
76+
description: Path to the source code of an application's component from where to build image.
7977
name: path-context
8078
type: string
8179
- default: Dockerfile
82-
description: Path to the Dockerfile inside the context specified by parameter
83-
path-context
80+
description: Path to the Dockerfile inside the context specified by parameter path-context
8481
name: dockerfile
8582
type: string
8683
- default: "false"
@@ -104,8 +101,7 @@ spec:
104101
name: java
105102
type: string
106103
- default: ""
107-
description: Image tag expiration time, time values could be something like
108-
1h, 2d, 3w for hours, days, and weeks, respectively.
104+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
109105
name: image-expires-after
110106
- default: "false"
111107
description: Build a source image.
@@ -149,7 +145,7 @@ spec:
149145
- name: name
150146
value: init
151147
- name: bundle
152-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:0523b51c28375a3f222da91690e22eff11888ebc98a0c73c468af44762265c69
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
153149
- name: kind
154150
value: task
155151
resolver: bundles
@@ -166,7 +162,7 @@ spec:
166162
- name: name
167163
value: git-clone
168164
- name: bundle
169-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:d091a9e19567a4cbdc5acd57903c71ba71dc51d749a4ba7477e689608851e981
165+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:7939000e2f92fc8b5d2c4ee4ba9000433c5aa7700d2915a1d4763853d5fd1fd4
170166
- name: kind
171167
value: task
172168
resolver: bundles
@@ -191,7 +187,7 @@ spec:
191187
- name: name
192188
value: prefetch-dependencies
193189
- name: bundle
194-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:47d8d3320b4e29360108f18235598dd247bc316a4792063d970bffb00e61b71a
190+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:90f9ba94939895e1ecaa1a3ac861366303425375ae47a92d0cc1dc61a86df4ab
195191
- name: kind
196192
value: task
197193
resolver: bundles
@@ -235,7 +231,7 @@ spec:
235231
- name: name
236232
value: buildah
237233
- name: bundle
238-
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:7779f9e48eda44aebae3597747f5d8c1cc3fbc3a98c2251ee20929d868b575f1
234+
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.4@sha256:fc7437e1fc19d7a2b468e529f7fbc372ca139f194ec5d8ea28fe48b0817ec6c0
239235
- name: kind
240236
value: task
241237
resolver: bundles
@@ -258,7 +254,7 @@ spec:
258254
- name: name
259255
value: source-build
260256
- name: bundle
261-
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.1@sha256:ddfa1fb418c1d9d55d7d70d39fe8f35ce05e96073bcd057bb6aaacd1f839cc51
257+
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.2@sha256:ab7298db687b1bdaa8f3fb4f24ee6c48e100283d0584eddac12ad4353b8a4e97
262258
- name: kind
263259
value: task
264260
resolver: bundles
@@ -287,7 +283,7 @@ spec:
287283
- name: name
288284
value: deprecated-image-check
289285
- name: bundle
290-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:5a1a165fa02270f0a947d8a2131ee9d8be0b8e9d34123828c2bef589e504ee84
286+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
291287
- name: kind
292288
value: task
293289
resolver: bundles
@@ -309,7 +305,7 @@ spec:
309305
- name: name
310306
value: clair-scan
311307
- name: bundle
312-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:0a5421111e7092740398691d5bd7c125cc0896f29531d19414bb5724ae41692a
308+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
313309
- name: kind
314310
value: task
315311
resolver: bundles
@@ -329,7 +325,7 @@ spec:
329325
- name: name
330326
value: ecosystem-cert-preflight-checks
331327
- name: bundle
332-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
328+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
333329
- name: kind
334330
value: task
335331
resolver: bundles
@@ -351,7 +347,7 @@ spec:
351347
- name: name
352348
value: sast-snyk-check
353349
- name: bundle
354-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.3@sha256:9fa8acbd4331e5f7c7ba39c6283a219b084e8b2332996e0988a7907a4a75feb4
350+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:da2344f6dae50fc14892d818aee128f9d5df32d0d98dddb504e721408a9fb13d
355351
- name: kind
356352
value: task
357353
resolver: bundles
@@ -376,7 +372,7 @@ spec:
376372
- name: name
377373
value: clamav-scan
378374
- name: bundle
379-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:b4f450f1447b166da671f1d5819ab5a1485083e5c27ab91f7d8b7a2ff994c8c2
375+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
380376
- name: kind
381377
value: task
382378
resolver: bundles
@@ -387,16 +383,18 @@ spec:
387383
- "false"
388384
- name: apply-tags
389385
params:
390-
- name: IMAGE
386+
- name: IMAGE_URL
391387
value: $(tasks.build-container.results.IMAGE_URL)
388+
- name: IMAGE_DIGEST
389+
value: $(tasks.build-container.results.IMAGE_DIGEST)
392390
runAfter:
393391
- build-container
394392
taskRef:
395393
params:
396394
- name: name
397395
value: apply-tags
398396
- name: bundle
399-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:87fd7fc0e937aad1a8db9b6e377d7e444f53394dafde512d68adbea6966a4702
397+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
400398
- name: kind
401399
value: task
402400
resolver: bundles
@@ -417,7 +415,7 @@ spec:
417415
- name: name
418416
value: push-dockerfile
419417
- name: bundle
420-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:48bb2ee92ea528b28c0814c9cc126021e499a081b69431987a774561e9ac8047
418+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:1e78c3a32f072d3ba8c49362f16f7e97365c1cfde44813d21b4988765216a09c
421419
- name: kind
422420
value: task
423421
resolver: bundles
@@ -435,7 +433,7 @@ spec:
435433
- name: workspace
436434
volumeClaimTemplate:
437435
metadata:
438-
creationTimestamp: null
436+
creationTimestamp:
439437
spec:
440438
accessModes:
441439
- ReadWriteOnce

0 commit comments

Comments
 (0)