Skip to content

Commit 7971b6c

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 75adad0 commit 7971b6c

File tree

2 files changed

+46
-50
lines changed

2 files changed

+46
-50
lines changed

.tekton/frontend-builder-common-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-
== "master"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: frontend-builder-common
1514
appstudio.openshift.io/component: frontend-builder-common
@@ -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:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
48+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
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:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
133+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
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:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
154+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
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.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
183+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
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.4@sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
224+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:48b99ad18fd3bde2d22ec2c397d36c55e45ca90ddf1620c9e00bdee518e297bf
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:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
253+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
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.2@sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
277+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
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.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
303+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
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:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
325+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
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.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
345+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
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.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
371+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
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.2@sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
393+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
398394
- name: kind
399395
value: task
400396
resolver: bundles
@@ -405,16 +401,18 @@ spec:
405401
- "false"
406402
- name: apply-tags
407403
params:
408-
- name: IMAGE
404+
- name: IMAGE_URL
409405
value: $(tasks.build-image-index.results.IMAGE_URL)
406+
- name: IMAGE_DIGEST
407+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
410408
runAfter:
411409
- build-image-index
412410
taskRef:
413411
params:
414412
- name: name
415413
value: apply-tags
416414
- name: bundle
417-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
415+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
418416
- name: kind
419417
value: task
420418
resolver: bundles
@@ -437,7 +435,7 @@ spec:
437435
- name: name
438436
value: push-dockerfile-oci-ta
439437
- name: bundle
440-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
438+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
441439
- name: kind
442440
value: task
443441
resolver: bundles
@@ -454,7 +452,7 @@ spec:
454452
- name: name
455453
value: rpms-signature-scan
456454
- name: bundle
457-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2366b2f394610192736dd8edac1a702964daeb961603dfc9ceb6b8188e39a009
455+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
458456
- name: kind
459457
value: task
460458
resolver: bundles

.tekton/frontend-builder-common-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-
== "master"
11-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "master"
10+
creationTimestamp:
1211
labels:
1312
appstudio.openshift.io/application: frontend-builder-common
1413
appstudio.openshift.io/component: frontend-builder-common
@@ -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:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
45+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
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:7a24924417260b7094541caaedd2853dc8da08d4bb0968f710a400d3e8062063
130+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
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:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
151+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
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.2@sha256:d48c621ae828a3cbca162e12ec166210d2d77a7ba23b0e5d60c4a1b94491adeb
180+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
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.4@sha256:6ac9d16f598c14a4b56e662eccda0a438e94aa8f87dd27a3ea0ff1abc6e00c66
221+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:48b99ad18fd3bde2d22ec2c397d36c55e45ca90ddf1620c9e00bdee518e297bf
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:462ecbf94ec44a8b770d6ef8838955f91f57ee79795e5c18bdc0fcb0df593742
250+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
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.2@sha256:56fa2cbfc04bad4765b7fe1fa8022587f4042d4e8533bb5f65311d46b43226ee
274+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
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.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
300+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
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:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
322+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
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.2@sha256:dea8d9b4bec3e99d612d799798acf132df48276164b5193ea68f9f3c25ae425b
342+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
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.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
368+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
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.2@sha256:59094118aa07d5b0199565c4e0b2d0f4feb9a4741877c8716877572e2c4804f9
390+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
395391
- name: kind
396392
value: task
397393
resolver: bundles
@@ -402,16 +398,18 @@ spec:
402398
- "false"
403399
- name: apply-tags
404400
params:
405-
- name: IMAGE
401+
- name: IMAGE_URL
406402
value: $(tasks.build-image-index.results.IMAGE_URL)
403+
- name: IMAGE_DIGEST
404+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
407405
runAfter:
408406
- build-image-index
409407
taskRef:
410408
params:
411409
- name: name
412410
value: apply-tags
413411
- name: bundle
414-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:3f89ba89cacf8547261b5ce064acce81bfe470c8ace127794d0e90aebc8c347d
412+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
415413
- name: kind
416414
value: task
417415
resolver: bundles
@@ -434,7 +432,7 @@ spec:
434432
- name: name
435433
value: push-dockerfile-oci-ta
436434
- name: bundle
437-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:278f84550844c1c050a65536799f4b54e7c203e0ac51393aa75379dd974c82e9
435+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
438436
- name: kind
439437
value: task
440438
resolver: bundles
@@ -451,7 +449,7 @@ spec:
451449
- name: name
452450
value: rpms-signature-scan
453451
- name: bundle
454-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2366b2f394610192736dd8edac1a702964daeb961603dfc9ceb6b8188e39a009
452+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
455453
- name: kind
456454
value: task
457455
resolver: bundles

0 commit comments

Comments
 (0)