Skip to content

Commit 8b1ab00

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 8b1ab00

2 files changed

Lines changed: 68 additions & 70 deletions

File tree

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

Lines changed: 34 additions & 35 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:a7346ed61237db4f82ff782e0c9e8b30536e0e67b907ad600341a6d192e80012
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,13 @@ 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: enable-package-registry-proxy
110+
default: 'true'
111+
description: Use the package registry proxy when prefetching dependencies
112+
type: string
114113
results:
115114
- description: ""
116115
name: IMAGE_URL
@@ -138,7 +137,7 @@ spec:
138137
- name: name
139138
value: init
140139
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
140+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:b797dd453ddad669365de6de4649e3a9e37e77aa26eb9862ca079a36cbfe64a4
142141
- name: kind
143142
value: task
144143
resolver: bundles
@@ -159,7 +158,7 @@ spec:
159158
- name: name
160159
value: git-clone-oci-ta
161160
- name: bundle
162-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
161+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:13d49df7dc9ae301627e45f95a236011422996152f1bea46cd60217b0f057407
163162
- name: kind
164163
value: task
165164
resolver: bundles
@@ -181,14 +180,16 @@ spec:
181180
value: $(params.output-image).prefetch
182181
- name: ociArtifactExpiresAfter
183182
value: $(params.image-expires-after)
183+
- name: enable-package-registry-proxy
184+
value: $(params.enable-package-registry-proxy)
184185
runAfter:
185186
- clone-repository
186187
taskRef:
187188
params:
188189
- name: name
189190
value: prefetch-dependencies-oci-ta
190191
- name: bundle
191-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
192+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3@sha256:1b209c0d93e52e418f3e6cd4b4fd915a84e4bd7f68e1cfd0d6446133540d7f43
192193
- name: kind
193194
value: task
194195
resolver: bundles
@@ -231,7 +232,7 @@ spec:
231232
- name: name
232233
value: buildah-oci-ta
233234
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
235+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.9@sha256:681d9f65a7f50cb260ee576ccab551e11d63c549f1e1ef3d201da3c112855bd6
235236
- name: kind
236237
value: task
237238
resolver: bundles
@@ -244,10 +245,6 @@ spec:
244245
params:
245246
- name: IMAGE
246247
value: $(params.output-image)
247-
- name: COMMIT_SHA
248-
value: $(tasks.clone-repository.results.commit)
249-
- name: IMAGE_EXPIRES_AFTER
250-
value: $(params.image-expires-after)
251248
- name: ALWAYS_BUILD_INDEX
252249
value: $(params.build-image-index)
253250
- name: IMAGES
@@ -260,7 +257,7 @@ spec:
260257
- name: name
261258
value: build-image-index
262259
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
260+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3@sha256:550afde50349e22ec11191ea0db9a49395ab46fef4e8317d820b6e946677ebeb
264261
- name: kind
265262
value: task
266263
resolver: bundles
@@ -272,19 +269,21 @@ spec:
272269
- name: build-source-image
273270
params:
274271
- name: BINARY_IMAGE
275-
value: $(params.output-image)
272+
value: $(tasks.build-image-index.results.IMAGE_URL)
276273
- name: SOURCE_ARTIFACT
277274
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
278275
- name: CACHI2_ARTIFACT
279276
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
277+
- name: BINARY_IMAGE_DIGEST
278+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
280279
runAfter:
281280
- build-image-index
282281
taskRef:
283282
params:
284283
- name: name
285284
value: source-build-oci-ta
286285
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
286+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:0917cfc7772e82cb8e74743c2104f43bcf2596aceafe87eec6fce69a8cac5f06
288287
- name: kind
289288
value: task
290289
resolver: bundles
@@ -310,7 +309,7 @@ spec:
310309
- name: name
311310
value: deprecated-image-check
312311
- name: bundle
313-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
312+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:57d1f556982115311f603dd9a728c52a7a1d092f022e1db4560da01eca9e5d17
314313
- name: kind
315314
value: task
316315
resolver: bundles
@@ -332,7 +331,7 @@ spec:
332331
- name: name
333332
value: clair-scan
334333
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
334+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:cd49cdea7e5403a87c4774bd8ea10bc4e6aeb83841ff490cbe42b782779513a7
336335
- name: kind
337336
value: task
338337
resolver: bundles
@@ -352,7 +351,7 @@ spec:
352351
- name: name
353352
value: ecosystem-cert-preflight-checks
354353
- name: bundle
355-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:8a2d3ce9205df1f59f410529cb38134336e0a4b06ee1187b3229f26c80ecc5ba
354+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:25dcef1d9270b2e03fe6710a733171f7c7208e341fc627dac3a579088f44af34
356355
- name: kind
357356
value: task
358357
resolver: bundles
@@ -378,7 +377,7 @@ spec:
378377
- name: name
379378
value: sast-snyk-check-oci-ta
380379
- name: bundle
381-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
380+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8f3ecbeaff579e41b8278f82d7fabac27845db17a8e687ea6c510c0c9aceabbb
382381
- name: kind
383382
value: task
384383
resolver: bundles
@@ -400,7 +399,7 @@ spec:
400399
- name: name
401400
value: clamav-scan
402401
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
402+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:567cb66bd2e1f4b58b9d4d756f3317fc62479e0b40aa0de66094b1f12d296cfc
404403
- name: kind
405404
value: task
406405
resolver: bundles
@@ -445,7 +444,7 @@ spec:
445444
- name: name
446445
value: sast-coverity-check-oci-ta
447446
- name: bundle
448-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:7c845b10d257b874f645ea30deeff3c1ce2b38e7b6e331564f32c8684f41b520
447+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e92d00ed858233d0096627861192d3e4fc013cf1559c0d0b0ea0657d3377ce75
449448
- name: kind
450449
value: task
451450
resolver: bundles
@@ -466,7 +465,7 @@ spec:
466465
- name: name
467466
value: coverity-availability-check
468467
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
468+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b501440a960aec446db2ebc6625a49d0317a9fc7bf0f7bd9b18cb63052db7de
470469
- name: kind
471470
value: task
472471
resolver: bundles
@@ -492,7 +491,7 @@ spec:
492491
- name: name
493492
value: sast-shell-check-oci-ta
494493
- name: bundle
495-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
494+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:c4ef47e3b4e0508572d266fb745be7e374c29dc02580328cbe9f4d472a8aca57
496495
- name: kind
497496
value: task
498497
resolver: bundles
@@ -518,7 +517,7 @@ spec:
518517
- name: name
519518
value: sast-unicode-check-oci-ta
520519
- name: bundle
521-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
520+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:90efa582de7770d55102b74014a765cd16a25a56f2cf644b56a788c70c4dc749
522521
- name: kind
523522
value: task
524523
resolver: bundles
@@ -538,7 +537,7 @@ spec:
538537
- name: name
539538
value: apply-tags
540539
- name: bundle
541-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872
540+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:a291081de7fb27f832c6fc3c4b078acf7e6162ca4c085db38b118ca87e8b5b66
542541
- name: kind
543542
value: task
544543
resolver: bundles
@@ -561,7 +560,7 @@ spec:
561560
- name: name
562561
value: push-dockerfile-oci-ta
563562
- name: bundle
564-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
563+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3@sha256:7855471abfe87de080b914f2f3ca27c59e64f6448a7c2435e51435b764494c71
565564
- name: kind
566565
value: task
567566
resolver: bundles
@@ -578,7 +577,7 @@ spec:
578577
- name: name
579578
value: rpms-signature-scan
580579
- name: bundle
581-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
580+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1d807f6be3be2bd8bff76321e9599bbafce8196dcd9597eeffd9df65466682af
582581
- name: kind
583582
value: task
584583
resolver: bundles

0 commit comments

Comments
 (0)