Skip to content

Commit f42fe90

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

File tree

2 files changed

+56
-60
lines changed

2 files changed

+56
-60
lines changed

.tekton/pa-driver-toolkit-pull-request.yaml

Lines changed: 28 additions & 30 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: pa-driver-toolkit
1514
appstudio.openshift.io/component: pa-driver-toolkit
@@ -29,7 +28,7 @@ spec:
2928
- name: dockerfile
3029
value: Containerfile
3130
- name: build-args-file
32-
value: argfile.conf
31+
value: argfile.conf
3332
pipelineSpec:
3433
description: |
3534
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -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:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0
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:90dda596d44b3f861889da2fba161dff34c6116fe76c3989e3f84262ea0f29cd
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:f72fcca6732516339d55ac5f01660e287968e64e857a40a8608db27e298b5126
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.1@sha256:994f816e36ac832f4020647afd69223a015c84c503f925013c573fed52f05420
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.3@sha256:11b9ce26fd2933ccc81ca3f983e094ec54326a2e0aaf8bdcc4c0b8fea1a42c53
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:479775c8655d815fb515aeb97efc0e64284a8520c452754981970900b937a393
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.1@sha256:75e882bf1619dd45a4043060ce42a6ad3ce781264ade5b7f66a1d994ee159126
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.4@sha256:650330fde0773f73f6bac77ae573031c44c79165d9503b0d5ec1db3e6ef981d7
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:907f11c67b0330480cbf85c23b1085acc5a049ab90af980169251860a3d97ef7
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.1@sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
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.3@sha256:af93b35e6e71a6ff7f3785ad8d8497b11204a5c0c33ab1a78b44f9d43f49c7a5
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:c12e7a774bb07ad2796c01071b0dc0f199111b0ee99c45b55fa599e23b200bae
393+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
398394
- name: kind
399395
value: task
400396
resolver: bundles
@@ -420,7 +416,7 @@ spec:
420416
- name: name
421417
value: sast-coverity-check-oci-ta
422418
- name: bundle
423-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.1@sha256:fde1e556e69b8293a38d815473040f0d1ee3567c520c52cb1bd4ea712c715b4f
419+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:d3fdca2f0072e1c40e0781ac4b8f16b977dc77fc6e80424087941465bc27d5eb
424420
- name: kind
425421
value: task
426422
resolver: bundles
@@ -450,7 +446,7 @@ spec:
450446
- name: name
451447
value: coverity-availability-check-oci-ta
452448
- name: bundle
453-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.1@sha256:18c1c2665cdb10ca589f69f75f2bb49758f9ed75b69a9171d562856dec3cfd76
449+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.2@sha256:cc68e11a84cdc2f9f0ab1ca2f5f475076f591b435f5ae65c18414d8119f16ff4
454450
- name: kind
455451
value: task
456452
resolver: bundles
@@ -476,7 +472,7 @@ spec:
476472
- name: name
477473
value: sast-shell-check-oci-ta
478474
- name: bundle
479-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:7553ec6925d0586b286502669b8e31a39dc73501f657426bac99019ac598d6ab
475+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
480476
- name: kind
481477
value: task
482478
resolver: bundles
@@ -500,7 +496,7 @@ spec:
500496
- name: name
501497
value: sast-shell-check-oci-ta
502498
- name: bundle
503-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:7553ec6925d0586b286502669b8e31a39dc73501f657426bac99019ac598d6ab
499+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
504500
- name: kind
505501
value: task
506502
resolver: bundles
@@ -511,16 +507,18 @@ spec:
511507
- "false"
512508
- name: apply-tags
513509
params:
514-
- name: IMAGE
510+
- name: IMAGE_URL
515511
value: $(tasks.build-image-index.results.IMAGE_URL)
512+
- name: IMAGE_DIGEST
513+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
516514
runAfter:
517515
- build-image-index
518516
taskRef:
519517
params:
520518
- name: name
521519
value: apply-tags
522520
- name: bundle
523-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:2c2d88c07623b2d25163994ded6e9f29205ea5bbab090f4c86379739940028b9
521+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
524522
- name: kind
525523
value: task
526524
resolver: bundles
@@ -543,7 +541,7 @@ spec:
543541
- name: name
544542
value: push-dockerfile-oci-ta
545543
- name: bundle
546-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:98ccae6ac132ab837fc51a70514be5fca656e09d6d4ad93230bd10f0119258aa
544+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
547545
- name: kind
548546
value: task
549547
resolver: bundles
@@ -560,7 +558,7 @@ spec:
560558
- name: name
561559
value: rpms-signature-scan
562560
- name: bundle
563-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:39cd56ffa26ff5edfd5bf9b61e902cae35a345c078cd9dcbc0737d30f3ce5ef1
561+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
564562
- name: kind
565563
value: task
566564
resolver: bundles

0 commit comments

Comments
 (0)