Skip to content

Commit 89be5f5

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 89be5f5

File tree

2 files changed

+68
-51
lines changed

2 files changed

+68
-51
lines changed

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

Lines changed: 49 additions & 32 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:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4948
- name: kind
5049
value: task
5150
resolver: bundles
@@ -61,13 +60,11 @@ 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
7370
- default: "false"
@@ -87,8 +84,7 @@ spec:
8784
name: prefetch-input
8885
type: string
8986
- default: ""
90-
description: Image tag expiration time, time values could be something like
91-
1h, 2d, 3w for hours, days, and weeks, respectively.
87+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9288
name: image-expires-after
9389
- default: "false"
9490
description: Build a source image.
@@ -107,10 +103,17 @@ spec:
107103
name: build-args-file
108104
type: string
109105
- default: "false"
110-
description: Whether to enable privileged mode, should be used only with remote
111-
VMs
106+
description: Whether to enable privileged mode, should be used only with remote VMs
112107
name: privileged-nested
113108
type: string
109+
- name: buildah-format
110+
default: docker
111+
type: string
112+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
113+
- name: enable-cache-proxy
114+
default: 'false'
115+
description: Enable cache proxy configuration
116+
type: string
114117
results:
115118
- description: ""
116119
name: IMAGE_URL
@@ -133,12 +136,14 @@ spec:
133136
value: $(params.rebuild)
134137
- name: skip-checks
135138
value: $(params.skip-checks)
139+
- name: enable-cache-proxy
140+
value: $(params.enable-cache-proxy)
136141
taskRef:
137142
params:
138143
- name: name
139144
value: init
140145
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
146+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
142147
- name: kind
143148
value: task
144149
resolver: bundles
@@ -159,7 +164,7 @@ spec:
159164
- name: name
160165
value: git-clone-oci-ta
161166
- name: bundle
162-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
167+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
163168
- name: kind
164169
value: task
165170
resolver: bundles
@@ -188,7 +193,7 @@ spec:
188193
- name: name
189194
value: prefetch-dependencies-oci-ta
190195
- name: bundle
191-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
196+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3e5e834290a1ed57fd14c0082e5a10789c8fe382ed682ef7f981475a7b316b49
192197
- name: kind
193198
value: task
194199
resolver: bundles
@@ -224,14 +229,20 @@ spec:
224229
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
225230
- name: CACHI2_ARTIFACT
226231
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
232+
- name: BUILDAH_FORMAT
233+
value: $(params.buildah-format)
234+
- name: HTTP_PROXY
235+
value: $(tasks.init.results.http-proxy)
236+
- name: NO_PROXY
237+
value: $(tasks.init.results.no-proxy)
227238
runAfter:
228239
- prefetch-dependencies
229240
taskRef:
230241
params:
231242
- name: name
232243
value: buildah-oci-ta
233244
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
245+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:2de614f405527e779534a5d1a1293a528c482aa6abebc8ea158ad47e4be5dea4
235246
- name: kind
236247
value: task
237248
resolver: bundles
@@ -253,14 +264,16 @@ spec:
253264
- name: IMAGES
254265
value:
255266
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
267+
- name: BUILDAH_FORMAT
268+
value: $(params.buildah-format)
256269
runAfter:
257270
- build-container
258271
taskRef:
259272
params:
260273
- name: name
261274
value: build-image-index
262275
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
276+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
264277
- name: kind
265278
value: task
266279
resolver: bundles
@@ -272,19 +285,21 @@ spec:
272285
- name: build-source-image
273286
params:
274287
- name: BINARY_IMAGE
275-
value: $(params.output-image)
288+
value: $(tasks.build-image-index.results.IMAGE_URL)
276289
- name: SOURCE_ARTIFACT
277290
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278291
- name: CACHI2_ARTIFACT
279292
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
293+
- name: BINARY_IMAGE_DIGEST
294+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
280295
runAfter:
281296
- build-image-index
282297
taskRef:
283298
params:
284299
- name: name
285300
value: source-build-oci-ta
286301
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
302+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
288303
- name: kind
289304
value: task
290305
resolver: bundles
@@ -310,7 +325,7 @@ spec:
310325
- name: name
311326
value: deprecated-image-check
312327
- name: bundle
313-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
328+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
314329
- name: kind
315330
value: task
316331
resolver: bundles
@@ -332,7 +347,7 @@ spec:
332347
- name: name
333348
value: clair-scan
334349
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
350+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a5fa66ed5b8c107e7bc29cb084edcc07e394f818cc59ef2db2f9dcb0cd1fa3dc
336351
- name: kind
337352
value: task
338353
resolver: bundles
@@ -352,7 +367,7 @@ spec:
352367
- name: name
353368
value: ecosystem-cert-preflight-checks
354369
- name: bundle
355-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:8a2d3ce9205df1f59f410529cb38134336e0a4b06ee1187b3229f26c80ecc5ba
370+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
356371
- name: kind
357372
value: task
358373
resolver: bundles
@@ -378,7 +393,7 @@ spec:
378393
- name: name
379394
value: sast-snyk-check-oci-ta
380395
- name: bundle
381-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
396+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
382397
- name: kind
383398
value: task
384399
resolver: bundles
@@ -400,7 +415,7 @@ spec:
400415
- name: name
401416
value: clamav-scan
402417
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
418+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
404419
- name: kind
405420
value: task
406421
resolver: bundles
@@ -445,7 +460,7 @@ spec:
445460
- name: name
446461
value: sast-coverity-check-oci-ta
447462
- name: bundle
448-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
463+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
449464
- name: kind
450465
value: task
451466
resolver: bundles
@@ -466,7 +481,7 @@ spec:
466481
- name: name
467482
value: coverity-availability-check
468483
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
484+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
470485
- name: kind
471486
value: task
472487
resolver: bundles
@@ -492,7 +507,7 @@ spec:
492507
- name: name
493508
value: sast-shell-check-oci-ta
494509
- name: bundle
495-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
510+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
496511
- name: kind
497512
value: task
498513
resolver: bundles
@@ -518,7 +533,7 @@ spec:
518533
- name: name
519534
value: sast-unicode-check-oci-ta
520535
- name: bundle
521-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
536+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
522537
- name: kind
523538
value: task
524539
resolver: bundles
@@ -529,16 +544,18 @@ spec:
529544
- "false"
530545
- name: apply-tags
531546
params:
532-
- name: IMAGE
547+
- name: IMAGE_URL
533548
value: $(tasks.build-image-index.results.IMAGE_URL)
549+
- name: IMAGE_DIGEST
550+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
534551
runAfter:
535552
- build-image-index
536553
taskRef:
537554
params:
538555
- name: name
539556
value: apply-tags
540557
- name: bundle
541-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872
558+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
542559
- name: kind
543560
value: task
544561
resolver: bundles
@@ -561,7 +578,7 @@ spec:
561578
- name: name
562579
value: push-dockerfile-oci-ta
563580
- name: bundle
564-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
581+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
565582
- name: kind
566583
value: task
567584
resolver: bundles
@@ -578,7 +595,7 @@ spec:
578595
- name: name
579596
value: rpms-signature-scan
580597
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
598+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:c02429b45145fc7f2b1fa94ec2f48c0d8ac203fd4385796b4c93e5d0dec967f8
582599
- name: kind
583600
value: task
584601
resolver: bundles

0 commit comments

Comments
 (0)