Skip to content

Commit 54c38b8

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

8 files changed

+339
-322
lines changed

.tekton/ray-cuda-push.yaml

Lines changed: 38 additions & 37 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:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
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:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
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:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
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:22290579c9fe0b5c1689bb9023b3eddec73c285b680226d9f460346ae849a2cb
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:db496b9f7072fb9d1c4b749db6bab8c19c0b647a8a4d2589833dcec979876657
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:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
278275
- name: kind
279276
value: task
280277
resolver: bundles
@@ -286,19 +283,21 @@ spec:
286283
- name: build-source-image
287284
params:
288285
- name: BINARY_IMAGE
289-
value: $(params.output-image)
286+
value: $(tasks.build-image-index.results.IMAGE_URL)
290287
- name: SOURCE_ARTIFACT
291288
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
292289
- name: CACHI2_ARTIFACT
293290
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
291+
- name: BINARY_IMAGE_DIGEST
292+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
294293
runAfter:
295294
- build-image-index
296295
taskRef:
297296
params:
298297
- name: name
299298
value: source-build-oci-ta
300299
- name: bundle
301-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1@sha256:639995e4221da90f5a9fc14dacd0dba384e2a37e3a2c7aa5dafec3c2ab3f5f74
300+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:7a36cc284c5932c18e117fe5995f3246b5dcc11ec742b66a2f9ae710034b064f
302301
- name: kind
303302
value: task
304303
resolver: bundles
@@ -324,7 +323,7 @@ spec:
324323
- name: name
325324
value: deprecated-image-check
326325
- name: bundle
327-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:d1836ac902bea0cd7aad61201434f03fc0cdea29e212604dce180e0eef620ba6
326+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
328327
- name: kind
329328
value: task
330329
resolver: bundles
@@ -346,7 +345,7 @@ spec:
346345
- name: name
347346
value: clair-scan
348347
- name: bundle
349-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:abe1bf2ca3e77b457b95859e47ec1ab7c0c8c4ef0c173b194cc353b0f18de6e8
348+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
350349
- name: kind
351350
value: task
352351
resolver: bundles
@@ -366,7 +365,7 @@ spec:
366365
- name: name
367366
value: ecosystem-cert-preflight-checks
368367
- name: bundle
369-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:5131cce0f93d0b728c7bcc0d6cee4c61d4c9f67c6d619c627e41e3c9775b497d
368+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e106b6182e72c8f34ceae3f56b0b1aa2b4dc60f573877d9e51c3791029a7acb6
370369
- name: kind
371370
value: task
372371
resolver: bundles
@@ -392,7 +391,7 @@ spec:
392391
- name: name
393392
value: sast-snyk-check-oci-ta
394393
- name: bundle
395-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.2@sha256:786dafaa98ab131705a0be96d8e4b06ff96f61b9ab8199fb43f1893f0f888076
394+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:322c86ad5ee252c04440184d9f5046d276415148cb6bfaf571be1b102101786b
396395
- name: kind
397396
value: task
398397
resolver: bundles
@@ -414,7 +413,7 @@ spec:
414413
- name: name
415414
value: clamav-scan
416415
- name: bundle
417-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:9254f82eea9b8b00a8f5c896089185e07693a3a195a065b283d5bfc256486c95
416+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
418417
- name: kind
419418
value: task
420419
resolver: bundles
@@ -425,19 +424,21 @@ spec:
425424
- "false"
426425
- name: apply-tags
427426
params:
428-
- name: IMAGE
429-
value: $(tasks.build-image-index.results.IMAGE_URL)
430427
- name: ADDITIONAL_TAGS
431428
value:
432-
- "$(params.additional-tag)"
429+
- "$(params.additional-tag)"
430+
- name: IMAGE_URL
431+
value: $(tasks.build-image-index.results.IMAGE_URL)
432+
- name: IMAGE_DIGEST
433+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
433434
runAfter:
434435
- build-image-index
435436
taskRef:
436437
params:
437438
- name: name
438439
value: apply-tags
439440
- name: bundle
440-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:e6beb161ed59d7be26317da03e172137b31b26648d3e139558e9a457bc56caff
441+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
441442
- name: kind
442443
value: task
443444
resolver: bundles
@@ -460,7 +461,7 @@ spec:
460461
- name: name
461462
value: push-dockerfile-oci-ta
462463
- name: bundle
463-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:4327183045ffd4d3329e927ed5c26f23b3e9998b858b1958d26842289d7fee3d
464+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
464465
- name: kind
465466
value: task
466467
resolver: bundles

0 commit comments

Comments
 (0)