Skip to content

Commit 54af701

Browse files
chore(deps): update konflux references
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 6b0a342 commit 54af701

File tree

2 files changed

+81
-54
lines changed

2 files changed

+81
-54
lines changed

.tekton/rhceph-container-5-3-pull-request.yaml

Lines changed: 63 additions & 36 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-
== "release-5.3"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-5.3"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: ceph-5-3
1615
appstudio.openshift.io/component: rhceph-container-5-3
@@ -54,7 +53,7 @@ spec:
5453
- name: name
5554
value: show-sbom
5655
- name: bundle
57-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
56+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5857
- name: kind
5958
value: task
6059
resolver: bundles
@@ -70,13 +69,11 @@ spec:
7069
name: output-image
7170
type: string
7271
- default: .
73-
description: Path to the source code of an application's component from where
74-
to build image.
72+
description: Path to the source code of an application's component from where to build image.
7573
name: path-context
7674
type: string
7775
- default: Dockerfile
78-
description: Path to the Dockerfile inside the context specified by parameter
79-
path-context
76+
description: Path to the Dockerfile inside the context specified by parameter path-context
8077
name: dockerfile
8178
type: string
8279
- default: "false"
@@ -96,8 +93,7 @@ spec:
9693
name: prefetch-input
9794
type: string
9895
- default: ""
99-
description: Image tag expiration time, time values could be something like
100-
1h, 2d, 3w for hours, days, and weeks, respectively.
96+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10197
name: image-expires-after
10298
type: string
10399
- default: "false"
@@ -117,16 +113,22 @@ spec:
117113
name: build-args-file
118114
type: string
119115
- default: "false"
120-
description: Whether to enable privileged mode, should be used only with remote
121-
VMs
116+
description: Whether to enable privileged mode, should be used only with remote VMs
122117
name: privileged-nested
123118
type: string
124119
- default:
125120
- linux/x86_64
126-
description: List of platforms to build the container images on. The available
127-
set of values is determined by the configuration of the multi-platform-controller.
121+
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
128122
name: build-platforms
129123
type: array
124+
- name: buildah-format
125+
default: docker
126+
type: string
127+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
128+
- name: enable-cache-proxy
129+
default: 'false'
130+
description: Enable cache proxy configuration
131+
type: string
130132
results:
131133
- description: ""
132134
name: IMAGE_URL
@@ -149,12 +151,14 @@ spec:
149151
value: $(params.rebuild)
150152
- name: skip-checks
151153
value: $(params.skip-checks)
154+
- name: enable-cache-proxy
155+
value: $(params.enable-cache-proxy)
152156
taskRef:
153157
params:
154158
- name: name
155159
value: init
156160
- name: bundle
157-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
161+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
158162
- name: kind
159163
value: task
160164
resolver: bundles
@@ -175,7 +179,7 @@ spec:
175179
- name: name
176180
value: git-clone-oci-ta
177181
- name: bundle
178-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
182+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
179183
- name: kind
180184
value: task
181185
resolver: bundles
@@ -206,7 +210,7 @@ spec:
206210
- name: name
207211
value: prefetch-dependencies-oci-ta
208212
- name: bundle
209-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
213+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
210214
- name: kind
211215
value: task
212216
resolver: bundles
@@ -249,14 +253,20 @@ spec:
249253
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
250254
- name: IMAGE_APPEND_PLATFORM
251255
value: "true"
256+
- name: BUILDAH_FORMAT
257+
value: $(params.buildah-format)
258+
- name: HTTP_PROXY
259+
value: $(tasks.init.results.http-proxy)
260+
- name: NO_PROXY
261+
value: $(tasks.init.results.no-proxy)
252262
runAfter:
253263
- prefetch-dependencies
254264
taskRef:
255265
params:
256266
- name: name
257267
value: buildah-remote-oci-ta
258268
- name: bundle
259-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
269+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:ee5e01eb59a3f70bb1012950fbc4081bac96d3f3517e6d204314484cd2e0059b
260270
- name: kind
261271
value: task
262272
resolver: bundles
@@ -278,14 +288,16 @@ spec:
278288
- name: IMAGES
279289
value:
280290
- $(tasks.build-images.results.IMAGE_REF[*])
291+
- name: BUILDAH_FORMAT
292+
value: $(params.buildah-format)
281293
runAfter:
282294
- build-images
283295
taskRef:
284296
params:
285297
- name: name
286298
value: build-image-index
287299
- name: bundle
288-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
300+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
289301
- name: kind
290302
value: task
291303
resolver: bundles
@@ -311,7 +323,7 @@ spec:
311323
- name: name
312324
value: source-build-oci-ta
313325
- name: bundle
314-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
326+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
315327
- name: kind
316328
value: task
317329
resolver: bundles
@@ -337,7 +349,7 @@ spec:
337349
- name: name
338350
value: deprecated-image-check
339351
- name: bundle
340-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
352+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
341353
- name: kind
342354
value: task
343355
resolver: bundles
@@ -346,7 +358,12 @@ spec:
346358
operator: in
347359
values:
348360
- "false"
349-
- name: clair-scan
361+
- matrix:
362+
params:
363+
- name: image-platform
364+
value:
365+
- $(params.build-platforms)
366+
name: clair-scan
350367
params:
351368
- name: image-digest
352369
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -359,7 +376,7 @@ spec:
359376
- name: name
360377
value: clair-scan
361378
- name: bundle
362-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
379+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
363380
- name: kind
364381
value: task
365382
resolver: bundles
@@ -379,7 +396,7 @@ spec:
379396
- name: name
380397
value: ecosystem-cert-preflight-checks
381398
- name: bundle
382-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
399+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
383400
- name: kind
384401
value: task
385402
resolver: bundles
@@ -388,6 +405,11 @@ spec:
388405
operator: in
389406
values:
390407
- "false"
408+
matrix:
409+
params:
410+
- name: platform
411+
value:
412+
- $(params.build-platforms)
391413
- name: sast-snyk-check
392414
params:
393415
- name: image-digest
@@ -405,7 +427,7 @@ spec:
405427
- name: name
406428
value: sast-snyk-check-oci-ta
407429
- name: bundle
408-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
430+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
409431
- name: kind
410432
value: task
411433
resolver: bundles
@@ -427,7 +449,7 @@ spec:
427449
- name: name
428450
value: clamav-scan
429451
- name: bundle
430-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
452+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
431453
- name: kind
432454
value: task
433455
resolver: bundles
@@ -436,6 +458,11 @@ spec:
436458
operator: in
437459
values:
438460
- "false"
461+
matrix:
462+
params:
463+
- name: image-arch
464+
value:
465+
- $(params.build-platforms)
439466
- name: sast-coverity-check
440467
params:
441468
- name: image-digest
@@ -472,7 +499,7 @@ spec:
472499
- name: name
473500
value: sast-coverity-check-oci-ta
474501
- name: bundle
475-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
502+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
476503
- name: kind
477504
value: task
478505
resolver: bundles
@@ -493,7 +520,7 @@ spec:
493520
- name: name
494521
value: coverity-availability-check
495522
- name: bundle
496-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
523+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
497524
- name: kind
498525
value: task
499526
resolver: bundles
@@ -519,7 +546,7 @@ spec:
519546
- name: name
520547
value: sast-shell-check-oci-ta
521548
- name: bundle
522-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
549+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
523550
- name: kind
524551
value: task
525552
resolver: bundles
@@ -545,7 +572,7 @@ spec:
545572
- name: name
546573
value: sast-unicode-check-oci-ta
547574
- name: bundle
548-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
575+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
549576
- name: kind
550577
value: task
551578
resolver: bundles
@@ -562,18 +589,18 @@ spec:
562589
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
563590
- name: ADDITIONAL_TAGS
564591
value:
565-
- "v5.3"
566-
- "pull-request-{{pull_request_number}}"
567-
- "from-branch-{{source_branch}}"
568-
- "{{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
592+
- "v5.3"
593+
- "pull-request-{{pull_request_number}}"
594+
- "from-branch-{{source_branch}}"
595+
- "{{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
569596
runAfter:
570597
- build-image-index
571598
taskRef:
572599
params:
573600
- name: name
574601
value: apply-tags
575602
- name: bundle
576-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
603+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
577604
- name: kind
578605
value: task
579606
resolver: bundles
@@ -596,7 +623,7 @@ spec:
596623
- name: name
597624
value: push-dockerfile-oci-ta
598625
- name: bundle
599-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
626+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
600627
- name: kind
601628
value: task
602629
resolver: bundles

0 commit comments

Comments
 (0)