Skip to content

Commit 762e366

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 9bbb395 commit 762e366

File tree

5 files changed

+151
-167
lines changed

5 files changed

+151
-167
lines changed

.tekton/ray-cuda-push.yaml

Lines changed: 31 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
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:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
6767
- name: kind
6868
value: task
6969
resolver: bundles
@@ -82,13 +82,11 @@ spec:
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
9492
- default: "false"
@@ -108,8 +106,7 @@ spec:
108106
name: prefetch-input
109107
type: string
110108
- default: ""
111-
description: Image tag expiration time, time values could be something like
112-
1h, 2d, 3w for hours, days, and weeks, respectively.
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
114111
- default: "false"
115112
description: Build a source image.
@@ -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:2f59e9a3c20ce4509356389d327087213cc82c079b30811935837791da140f9f
158155
- name: kind
159156
value: task
160157
resolver: bundles
@@ -175,7 +172,7 @@ 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:9709088bf3c581d4763e9804d9ee3a1f06ad6a61c23237277057c4f0cdc4f9c3
179176
- name: kind
180177
value: task
181178
resolver: bundles
@@ -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:786a6601c654a48e32ea51b2636982d2e096da3027ea701009ca956b74a7d400
208205
- name: kind
209206
value: task
210207
resolver: bundles
@@ -245,7 +242,7 @@ 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:8abdd666a032d7088f31d0dbaa2a8ea07b85d814d08d157bb3ffa344dca5485a
249246
- name: kind
250247
value: task
251248
resolver: bundles
@@ -274,7 +271,7 @@ 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:d34e4245b767c5b1b5edbbad9fc9cf8050cf19a69c8e55856479848405c596ec
278275
- name: kind
279276
value: task
280277
resolver: bundles
@@ -298,7 +295,7 @@ 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:ea2316bcef60fdbc6d89bb34d343d9157e89e786504fb68e223c04a7486d9e91
302299
- name: kind
303300
value: task
304301
resolver: bundles
@@ -324,7 +321,7 @@ 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:5d63b920b71192906fe4d6c4903f594e6f34c5edcff9d21714a08b5edcfbc667
328325
- name: kind
329326
value: task
330327
resolver: bundles
@@ -346,7 +343,7 @@ 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:d1ef571fe836984101e2d7f1611a2b7c8c0f8e7d5ad3d9b997fc511f9fd66af6
350347
- name: kind
351348
value: task
352349
resolver: bundles
@@ -366,7 +363,7 @@ 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:00b13d06d17328e105b11619ee4db98b215ca6ac02314a4776aa5fc2a974f9c1
370367
- name: kind
371368
value: task
372369
resolver: bundles
@@ -392,7 +389,7 @@ 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.3@sha256:ec2495e8526f346c0694fa64a5276d12091df85d1272f0480fcc64852f9fa837
396393
- name: kind
397394
value: task
398395
resolver: bundles
@@ -414,7 +411,7 @@ 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:e24eb00ffdb7b45da1c9e1c98f65d68e9f13fd3fce4a4aa9e51df0c7aea14854
418415
- name: kind
419416
value: task
420417
resolver: bundles
@@ -429,15 +426,15 @@ spec:
429426
value: $(tasks.build-image-index.results.IMAGE_URL)
430427
- name: ADDITIONAL_TAGS
431428
value:
432-
- "$(params.additional-tag)"
429+
- "$(params.additional-tag)"
433430
runAfter:
434431
- build-image-index
435432
taskRef:
436433
params:
437434
- name: name
438435
value: apply-tags
439436
- name: bundle
440-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:e6beb161ed59d7be26317da03e172137b31b26648d3e139558e9a457bc56caff
437+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:e1d365ce85d6448f6ebd0d0a000d0f45b694950b7545a2c34bfbcf992c80df61
441438
- name: kind
442439
value: task
443440
resolver: bundles
@@ -460,7 +457,7 @@ spec:
460457
- name: name
461458
value: push-dockerfile-oci-ta
462459
- name: bundle
463-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:4327183045ffd4d3329e927ed5c26f23b3e9998b858b1958d26842289d7fee3d
460+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:a89354ee3fb942a4ce635767dfd6a1fcf47da796c3b984c996190d2965bb6e84
464461
- name: kind
465462
value: task
466463
resolver: bundles

0 commit comments

Comments
 (0)