Skip to content

Commit 7c7e0ce

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 2929048 commit 7c7e0ce

8 files changed

+518
-529
lines changed

.tekton/ray-cuda-push.yaml

Lines changed: 59 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ metadata:
55
build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/distributed-workloads?rev={{revision}}
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8-
pipelinesascode.tekton.dev/max-keep-runs: "3"
8+
pipelinesascode.tekton.dev/max-keep-runs: '3'
99
pipelinesascode.tekton.dev/on-cel-expression: |
1010
event == "push"
1111
&& target_branch == "main"
1212
&& ( "images/runtime/ray/cuda/**".pathChanged() || ".tekton/ray-cuda-push.yaml".pathChanged() )
13-
creationTimestamp: null
13+
creationTimestamp:
1414
labels:
1515
appstudio.openshift.io/application: runtime-ray
1616
appstudio.openshift.io/component: ray-cuda
@@ -32,21 +32,21 @@ spec:
3232
- name: path-context
3333
value: images/runtime/ray/cuda
3434
taskRunSpecs:
35-
- pipelineTaskName: build-container
36-
stepSpecs:
37-
- name: build
38-
computeResources:
39-
requests:
40-
memory: 10Gi
41-
limits:
42-
memory: 10Gi
43-
- pipelineTaskName: prefetch-dependencies
35+
- pipelineTaskName: build-container
36+
stepSpecs:
37+
- name: build
4438
computeResources:
4539
requests:
46-
cpu: '1'
47-
memory: 2Gi
40+
memory: 10Gi
4841
limits:
49-
memory: 2Gi
42+
memory: 10Gi
43+
- pipelineTaskName: prefetch-dependencies
44+
computeResources:
45+
requests:
46+
cpu: '1'
47+
memory: 2Gi
48+
limits:
49+
memory: 2Gi
5050
pipelineSpec:
5151
description: |
5252
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
@@ -63,7 +63,7 @@ spec:
6363
- name: name
6464
value: show-sbom
6565
- name: bundle
66-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:9bfc6b99ef038800fe131d7b45ff3cd4da3a415dd536f7c657b3527b01c4a13b
66+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
6767
- name: kind
6868
value: task
6969
resolver: bundles
@@ -74,70 +74,67 @@ spec:
7474
- description: Source Repository URL
7575
name: git-url
7676
type: string
77-
- default: ""
77+
- default: ''
7878
description: Revision of the Source Repository
7979
name: revision
8080
type: string
8181
- description: Fully Qualified Output Image
8282
name: output-image
8383
type: string
8484
- default: .
85-
description: Path to the source code of an application's component from where
86-
to build image.
85+
description: Path to the source code of an application's component from where to build image.
8786
name: path-context
8887
type: string
8988
- default: Dockerfile
90-
description: Path to the Dockerfile inside the context specified by parameter
91-
path-context
89+
description: Path to the Dockerfile inside the context specified by parameter path-context
9290
name: dockerfile
9391
type: string
94-
- default: "false"
92+
- default: 'false'
9593
description: Force rebuild image
9694
name: rebuild
9795
type: string
98-
- default: "false"
96+
- default: 'false'
9997
description: Skip checks against built image
10098
name: skip-checks
10199
type: string
102-
- default: "false"
100+
- default: 'false'
103101
description: Execute the build with network isolation
104102
name: hermetic
105103
type: string
106-
- default: ""
104+
- default: ''
107105
description: Build dependencies to be prefetched by Cachi2
108106
name: prefetch-input
109107
type: string
110-
- default: ""
111-
description: Image tag expiration time, time values could be something like
112-
1h, 2d, 3w for hours, days, and weeks, respectively.
108+
- default: ''
109+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
113110
name: image-expires-after
114-
- default: "false"
111+
- default: 'false'
115112
description: Build a source image.
116113
name: build-source-image
117114
type: string
118-
- default: "false"
115+
- default: 'false'
119116
description: Add built image into an OCI image index
120117
name: build-image-index
121118
type: string
122119
- default: []
123120
description: Array of --build-arg values ("arg=value" strings) for buildah
124121
name: build-args
125122
type: array
126-
- default: ""
123+
- default: ''
127124
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
128125
name: build-args-file
129126
type: string
130127
results:
131-
- description: ""
128+
- description: ''
132129
name: IMAGE_URL
133130
value: $(tasks.build-image-index.results.IMAGE_URL)
134-
- description: ""
131+
- description: ''
135132
name: IMAGE_DIGEST
136133
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
137-
- description: ""
134+
- description: ''
138135
name: CHAINS-GIT_URL
139136
value: $(tasks.clone-repository.results.url)
140-
- description: ""
137+
- description: ''
141138
name: CHAINS-GIT_COMMIT
142139
value: $(tasks.clone-repository.results.commit)
143140
tasks:
@@ -154,7 +151,7 @@ spec:
154151
- name: name
155152
value: init
156153
- name: bundle
157-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:092c113b614f6551113f17605ae9cb7e822aa704d07f0e37ed209da23ce392cc
154+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
158155
- name: kind
159156
value: task
160157
resolver: bundles
@@ -175,15 +172,15 @@ spec:
175172
- name: name
176173
value: git-clone-oci-ta
177174
- name: bundle
178-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:b03bb5e21665b17ae2f645496013a072b00f1a174024dc1ff41dc626f364c66b
175+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0e512b12775b2bcc4eb47bb34b7a2db2e91c3ceef04b2f2487fa421032d8859a
179176
- name: kind
180177
value: task
181178
resolver: bundles
182179
when:
183180
- input: $(tasks.init.results.build)
184181
operator: in
185182
values:
186-
- "true"
183+
- 'true'
187184
workspaces:
188185
- name: basic-auth
189186
workspace: git-auth
@@ -204,7 +201,7 @@ spec:
204201
- name: name
205202
value: prefetch-dependencies-oci-ta
206203
- name: bundle
207-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:ad15707d97026d6d462e4c02a09e73a3cffdcdae3a91b03f39d2675d5a000d2b
204+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d0cbc492da865be336d09926eb6e3494403dccaa4a212bbdf472d8adbf80ab08
208205
- name: kind
209206
value: task
210207
resolver: bundles
@@ -245,15 +242,15 @@ spec:
245242
- name: name
246243
value: buildah-oci-ta
247244
- name: bundle
248-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.2@sha256:6620f885c459e0e062c44797a4fc7b0f28c54c117de3771234b065c76714f663
245+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:d90c4cf682189faab5c702e55f4855242e228ce1a05e54e1734b7b9c6fa40441
249246
- name: kind
250247
value: task
251248
resolver: bundles
252249
when:
253250
- input: $(tasks.init.results.build)
254251
operator: in
255252
values:
256-
- "true"
253+
- 'true'
257254
- name: build-image-index
258255
params:
259256
- name: IMAGE
@@ -274,15 +271,15 @@ spec:
274271
- name: name
275272
value: build-image-index
276273
- name: bundle
277-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:8619eabd7cf3340d1123afadac1f4296dc14472c8db0f774497748c762f46f33
274+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3cf3dcc0bf7b674b940063b4d55e41fe7d43636a1d82572e3850228aa5350fa8
278275
- name: kind
279276
value: task
280277
resolver: bundles
281278
when:
282279
- input: $(tasks.init.results.build)
283280
operator: in
284281
values:
285-
- "true"
282+
- 'true'
286283
- name: build-source-image
287284
params:
288285
- name: BINARY_IMAGE
@@ -298,19 +295,19 @@ spec:
298295
- name: name
299296
value: source-build-oci-ta
300297
- name: bundle
301-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1@sha256:639995e4221da90f5a9fc14dacd0dba384e2a37e3a2c7aa5dafec3c2ab3f5f74
298+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:f0784e8e0e396f40a6523693825b5966c3c615ba3d342350165e83cb72a24ef7
302299
- name: kind
303300
value: task
304301
resolver: bundles
305302
when:
306303
- input: $(tasks.init.results.build)
307304
operator: in
308305
values:
309-
- "true"
306+
- 'true'
310307
- input: $(params.build-source-image)
311308
operator: in
312309
values:
313-
- "true"
310+
- 'true'
314311
- name: deprecated-base-image-check
315312
params:
316313
- name: IMAGE_URL
@@ -324,15 +321,15 @@ spec:
324321
- name: name
325322
value: deprecated-image-check
326323
- name: bundle
327-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:d1836ac902bea0cd7aad61201434f03fc0cdea29e212604dce180e0eef620ba6
324+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:270a79138a98e43c366d3722978cb5940d2bcb822ba6b60377330f863b7a1e62
328325
- name: kind
329326
value: task
330327
resolver: bundles
331328
when:
332329
- input: $(params.skip-checks)
333330
operator: in
334331
values:
335-
- "false"
332+
- 'false'
336333
- name: clair-scan
337334
params:
338335
- name: image-digest
@@ -346,15 +343,15 @@ spec:
346343
- name: name
347344
value: clair-scan
348345
- name: bundle
349-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:abe1bf2ca3e77b457b95859e47ec1ab7c0c8c4ef0c173b194cc353b0f18de6e8
346+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
350347
- name: kind
351348
value: task
352349
resolver: bundles
353350
when:
354351
- input: $(params.skip-checks)
355352
operator: in
356353
values:
357-
- "false"
354+
- 'false'
358355
- name: ecosystem-cert-preflight-checks
359356
params:
360357
- name: image-url
@@ -366,15 +363,15 @@ spec:
366363
- name: name
367364
value: ecosystem-cert-preflight-checks
368365
- name: bundle
369-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:5131cce0f93d0b728c7bcc0d6cee4c61d4c9f67c6d619c627e41e3c9775b497d
366+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:95ca11d147ee97d98f495477e9f42afe94ba3f869fc81c4e7b241ebd21e7395f
370367
- name: kind
371368
value: task
372369
resolver: bundles
373370
when:
374371
- input: $(params.skip-checks)
375372
operator: in
376373
values:
377-
- "false"
374+
- 'false'
378375
- name: sast-snyk-check
379376
params:
380377
- name: image-digest
@@ -392,15 +389,15 @@ spec:
392389
- name: name
393390
value: sast-snyk-check-oci-ta
394391
- name: bundle
395-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.2@sha256:786dafaa98ab131705a0be96d8e4b06ff96f61b9ab8199fb43f1893f0f888076
392+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
396393
- name: kind
397394
value: task
398395
resolver: bundles
399396
when:
400397
- input: $(params.skip-checks)
401398
operator: in
402399
values:
403-
- "false"
400+
- 'false'
404401
- name: clamav-scan
405402
params:
406403
- name: image-digest
@@ -414,30 +411,32 @@ spec:
414411
- name: name
415412
value: clamav-scan
416413
- name: bundle
417-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:9254f82eea9b8b00a8f5c896089185e07693a3a195a065b283d5bfc256486c95
414+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
418415
- name: kind
419416
value: task
420417
resolver: bundles
421418
when:
422419
- input: $(params.skip-checks)
423420
operator: in
424421
values:
425-
- "false"
422+
- 'false'
426423
- name: apply-tags
427424
params:
428-
- name: IMAGE
429-
value: $(tasks.build-image-index.results.IMAGE_URL)
430425
- name: ADDITIONAL_TAGS
431426
value:
432-
- "$(params.additional-tag)"
427+
- $(params.additional-tag)
428+
- name: IMAGE_URL
429+
value: $(tasks.build-image-index.results.IMAGE_URL)
430+
- name: IMAGE_DIGEST
431+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
433432
runAfter:
434433
- build-image-index
435434
taskRef:
436435
params:
437436
- name: name
438437
value: apply-tags
439438
- name: bundle
440-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:e6beb161ed59d7be26317da03e172137b31b26648d3e139558e9a457bc56caff
439+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
441440
- name: kind
442441
value: task
443442
resolver: bundles
@@ -460,7 +459,7 @@ spec:
460459
- name: name
461460
value: push-dockerfile-oci-ta
462461
- name: bundle
463-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:4327183045ffd4d3329e927ed5c26f23b3e9998b858b1958d26842289d7fee3d
462+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
464463
- name: kind
465464
value: task
466465
resolver: bundles

0 commit comments

Comments
 (0)