Skip to content

Commit e486bd8

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
1 parent 40ca68d commit e486bd8

2 files changed

Lines changed: 56 additions & 122 deletions

File tree

.tekton/gh-actions-exp-e0b28-pull-request.yaml

Lines changed: 28 additions & 61 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-
== "main"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: logilca-try1
1615
appstudio.openshift.io/component: gh-actions-exp-e0b28
@@ -45,7 +44,7 @@ spec:
4544
- name: name
4645
value: show-sbom
4746
- name: bundle
48-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
47+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:e2c1b4eac642f32e91f3bc5d3cb48c5c70888aaf45c3650d9ea34573de7a7fd5
4948
- name: kind
5049
value: task
5150
resolver: bundles
@@ -61,19 +60,13 @@ spec:
6160
name: output-image
6261
type: string
6362
- default: .
64-
description: Path to the source code of an application's component from where
65-
to build image.
63+
description: Path to the source code of an application's component from where to build image.
6664
name: path-context
6765
type: string
6866
- default: Dockerfile
69-
description: Path to the Dockerfile inside the context specified by parameter
70-
path-context
67+
description: Path to the Dockerfile inside the context specified by parameter path-context
7168
name: dockerfile
7269
type: string
73-
- default: "false"
74-
description: Force rebuild image
75-
name: rebuild
76-
type: string
7770
- default: "false"
7871
description: Skip checks against built image
7972
name: skip-checks
@@ -87,8 +80,7 @@ spec:
8780
name: prefetch-input
8881
type: string
8982
- default: ""
90-
description: Image tag expiration time, time values could be something like
91-
1h, 2d, 3w for hours, days, and weeks, respectively.
83+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9284
name: image-expires-after
9385
- default: "false"
9486
description: Build a source image.
@@ -107,8 +99,7 @@ spec:
10799
name: build-args-file
108100
type: string
109101
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
102+
description: Whether to enable privileged mode, should be used only with remote VMs
112103
name: privileged-nested
113104
type: string
114105
results:
@@ -126,19 +117,12 @@ spec:
126117
value: $(tasks.clone-repository.results.commit)
127118
tasks:
128119
- name: init
129-
params:
130-
- name: image-url
131-
value: $(params.output-image)
132-
- name: rebuild
133-
value: $(params.rebuild)
134-
- name: skip-checks
135-
value: $(params.skip-checks)
136120
taskRef:
137121
params:
138122
- name: name
139123
value: init
140124
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
125+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
142126
- name: kind
143127
value: task
144128
resolver: bundles
@@ -159,15 +143,10 @@ spec:
159143
- name: name
160144
value: git-clone-oci-ta
161145
- name: bundle
162-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
146+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
163147
- name: kind
164148
value: task
165149
resolver: bundles
166-
when:
167-
- input: $(tasks.init.results.build)
168-
operator: in
169-
values:
170-
- "true"
171150
workspaces:
172151
- name: basic-auth
173152
workspace: git-auth
@@ -188,7 +167,7 @@ spec:
188167
- name: name
189168
value: prefetch-dependencies-oci-ta
190169
- name: bundle
191-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
170+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
192171
- name: kind
193172
value: task
194173
resolver: bundles
@@ -231,15 +210,10 @@ spec:
231210
- name: name
232211
value: buildah-oci-ta
233212
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
213+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:ba9564699ca5dc84abb1307bda07ecf42058e4a153b3f1d4fd0d2e511d42a44d
235214
- name: kind
236215
value: task
237216
resolver: bundles
238-
when:
239-
- input: $(tasks.init.results.build)
240-
operator: in
241-
values:
242-
- "true"
243217
- name: build-image-index
244218
params:
245219
- name: IMAGE
@@ -260,39 +234,32 @@ spec:
260234
- name: name
261235
value: build-image-index
262236
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
237+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
264238
- name: kind
265239
value: task
266240
resolver: bundles
267-
when:
268-
- input: $(tasks.init.results.build)
269-
operator: in
270-
values:
271-
- "true"
272241
- name: build-source-image
273242
params:
274243
- name: BINARY_IMAGE
275-
value: $(params.output-image)
244+
value: $(tasks.build-image-index.results.IMAGE_URL)
276245
- name: SOURCE_ARTIFACT
277246
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278247
- name: CACHI2_ARTIFACT
279248
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
249+
- name: BINARY_IMAGE_DIGEST
250+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
280251
runAfter:
281252
- build-image-index
282253
taskRef:
283254
params:
284255
- name: name
285256
value: source-build-oci-ta
286257
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
258+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
288259
- name: kind
289260
value: task
290261
resolver: bundles
291262
when:
292-
- input: $(tasks.init.results.build)
293-
operator: in
294-
values:
295-
- "true"
296263
- input: $(params.build-source-image)
297264
operator: in
298265
values:
@@ -310,7 +277,7 @@ spec:
310277
- name: name
311278
value: deprecated-image-check
312279
- name: bundle
313-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
280+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
314281
- name: kind
315282
value: task
316283
resolver: bundles
@@ -332,7 +299,7 @@ spec:
332299
- name: name
333300
value: clair-scan
334301
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
302+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:3ff4d1c3c503454c6b7f072e225df43656fb415a5d2a658ab6ce279c0dc128aa
336303
- name: kind
337304
value: task
338305
resolver: bundles
@@ -352,7 +319,7 @@ spec:
352319
- name: name
353320
value: ecosystem-cert-preflight-checks
354321
- name: bundle
355-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:8a2d3ce9205df1f59f410529cb38134336e0a4b06ee1187b3229f26c80ecc5ba
322+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
356323
- name: kind
357324
value: task
358325
resolver: bundles
@@ -378,7 +345,7 @@ spec:
378345
- name: name
379346
value: sast-snyk-check-oci-ta
380347
- name: bundle
381-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
348+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
382349
- name: kind
383350
value: task
384351
resolver: bundles
@@ -400,7 +367,7 @@ spec:
400367
- name: name
401368
value: clamav-scan
402369
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
370+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:4f5ccf2324ecef92aaad6e2adb46c0bb15be49b4869b5b407346c514b764404f
404371
- name: kind
405372
value: task
406373
resolver: bundles
@@ -445,7 +412,7 @@ spec:
445412
- name: name
446413
value: sast-coverity-check-oci-ta
447414
- name: bundle
448-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
415+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
449416
- name: kind
450417
value: task
451418
resolver: bundles
@@ -466,7 +433,7 @@ spec:
466433
- name: name
467434
value: coverity-availability-check
468435
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
436+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
470437
- name: kind
471438
value: task
472439
resolver: bundles
@@ -492,7 +459,7 @@ spec:
492459
- name: name
493460
value: sast-shell-check-oci-ta
494461
- name: bundle
495-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
462+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
496463
- name: kind
497464
value: task
498465
resolver: bundles
@@ -518,7 +485,7 @@ spec:
518485
- name: name
519486
value: sast-unicode-check-oci-ta
520487
- name: bundle
521-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
488+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
522489
- name: kind
523490
value: task
524491
resolver: bundles
@@ -538,7 +505,7 @@ spec:
538505
- name: name
539506
value: apply-tags
540507
- name: bundle
541-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872
508+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
542509
- name: kind
543510
value: task
544511
resolver: bundles
@@ -561,7 +528,7 @@ spec:
561528
- name: name
562529
value: push-dockerfile-oci-ta
563530
- name: bundle
564-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
531+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
565532
- name: kind
566533
value: task
567534
resolver: bundles
@@ -578,7 +545,7 @@ spec:
578545
- name: name
579546
value: rpms-signature-scan
580547
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
548+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:a99d8fd4c9027356b18e5d2910cc44dbc2fcb53c384ba34696645d9e7faa9084
582549
- name: kind
583550
value: task
584551
resolver: bundles

0 commit comments

Comments
 (0)