Skip to content

Commit 4426838

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

17 files changed

+565
-599
lines changed

.tekton/notebooks-codeserver-poc-push.yaml

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "ide-poc"
12-
&& (
13-
".tekton/notebooks-codeserver-poc-push.yaml".pathChanged() ||
14-
"codeserver/ubi9-python-3.11/Dockerfile.cpu".pathChanged() )
15-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "ide-poc" && ( ".tekton/notebooks-codeserver-poc-push.yaml".pathChanged() || "codeserver/ubi9-python-3.11/Dockerfile.cpu".pathChanged() )
11+
creationTimestamp:
1612
labels:
1713
appstudio.openshift.io/application: notebooks
1814
appstudio.openshift.io/component: notebooks-codeserver-poc
@@ -47,7 +43,7 @@ spec:
4743
- name: name
4844
value: show-sbom
4945
- name: bundle
50-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
46+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5147
- name: kind
5248
value: task
5349
resolver: bundles
@@ -63,13 +59,11 @@ spec:
6359
name: output-image
6460
type: string
6561
- default: .
66-
description: Path to the source code of an application's component from where
67-
to build image.
62+
description: Path to the source code of an application's component from where to build image.
6863
name: path-context
6964
type: string
7065
- default: Dockerfile
71-
description: Path to the Dockerfile inside the context specified by parameter
72-
path-context
66+
description: Path to the Dockerfile inside the context specified by parameter path-context
7367
name: dockerfile
7468
type: string
7569
- default: "false"
@@ -89,8 +83,7 @@ spec:
8983
name: prefetch-input
9084
type: string
9185
- default: ""
92-
description: Image tag expiration time, time values could be something like
93-
1h, 2d, 3w for hours, days, and weeks, respectively.
86+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9487
name: image-expires-after
9588
- default: "false"
9689
description: Build a source image.
@@ -109,8 +102,7 @@ spec:
109102
name: build-args-file
110103
type: string
111104
- default: "false"
112-
description: Whether to enable privileged mode, should be used only with remote
113-
VMs
105+
description: Whether to enable privileged mode, should be used only with remote VMs
114106
name: privileged-nested
115107
type: string
116108
results:
@@ -140,7 +132,7 @@ spec:
140132
- name: name
141133
value: init
142134
- name: bundle
143-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:aac8127bc10c95fae3ca1248c1dd96576315f3313bca90c5c9378dbf37954a08
135+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
144136
- name: kind
145137
value: task
146138
resolver: bundles
@@ -161,7 +153,7 @@ spec:
161153
- name: name
162154
value: git-clone-oci-ta
163155
- name: bundle
164-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:88367f7e80d282237f6cbe9bcc76ac9a72c3f379983d3c3ccba21d767da7d49f
156+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
165157
- name: kind
166158
value: task
167159
resolver: bundles
@@ -190,7 +182,7 @@ spec:
190182
- name: name
191183
value: prefetch-dependencies-oci-ta
192184
- name: bundle
193-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:153ef0382deef840d155f5146f134f39b480523a7d5c38ba9fea2b58792dd4b5
185+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:29869c64ff27e964e26a8a7ea2c882a2ed5424210bd0603be45a07e2ebf308cc
194186
- name: kind
195187
value: task
196188
resolver: bundles
@@ -233,7 +225,7 @@ spec:
233225
- name: name
234226
value: buildah-oci-ta
235227
- name: bundle
236-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:ff54d822edc622ac35bad58dacc06063123f9a8cbc79f73913345c7c485430c4
228+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:5194b17407c4951fb9169c00e4c8c54d01dba4bac01c48441220a4fbc6eb898e
237229
- name: kind
238230
value: task
239231
resolver: bundles
@@ -262,7 +254,7 @@ spec:
262254
- name: name
263255
value: build-image-index
264256
- name: bundle
265-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:4d5ab47286c1c7ac525786c9a4d0cce9fc73f22635cd623f1d2d12ebc76d83e5
257+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3bf6e4e83f911066430041534a69eec51dbd0f52f34a9bf41c6f3a24ec2ffb22
266258
- name: kind
267259
value: task
268260
resolver: bundles
@@ -274,19 +266,21 @@ spec:
274266
- name: build-source-image
275267
params:
276268
- name: BINARY_IMAGE
277-
value: $(params.output-image)
269+
value: $(tasks.build-image-index.results.IMAGE_URL)
278270
- name: SOURCE_ARTIFACT
279271
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
280272
- name: CACHI2_ARTIFACT
281273
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
274+
- name: BINARY_IMAGE_DIGEST
275+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
282276
runAfter:
283277
- build-image-index
284278
taskRef:
285279
params:
286280
- name: name
287281
value: source-build-oci-ta
288282
- name: bundle
289-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:f0e6c6fc5f101ecc660f744757f30ddcb5856d63299d86be5f1a772b85326f48
283+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f1c0743939fe246b19e9e268a3b96b22b724096dcf946548c3d60e184136e32f
290284
- name: kind
291285
value: task
292286
resolver: bundles
@@ -312,7 +306,7 @@ spec:
312306
- name: name
313307
value: deprecated-image-check
314308
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
309+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
316310
- name: kind
317311
value: task
318312
resolver: bundles
@@ -334,7 +328,7 @@ spec:
334328
- name: name
335329
value: clair-scan
336330
- name: bundle
337-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
331+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
338332
- name: kind
339333
value: task
340334
resolver: bundles
@@ -354,7 +348,7 @@ spec:
354348
- name: name
355349
value: ecosystem-cert-preflight-checks
356350
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:7c2438c6201ee803de361fa2e9182fdc759126d5bc010abbbddf5aa40c7adc3c
351+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:1f151e00f7fc427654b7b76045a426bb02fe650d192ffe147a304d2184787e38
358352
- name: kind
359353
value: task
360354
resolver: bundles
@@ -380,7 +374,7 @@ spec:
380374
- name: name
381375
value: sast-snyk-check-oci-ta
382376
- name: bundle
383-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:eea1112fb6e8ef91f1fb5692f7724773bce1d287cbf8b8803a609c2d3ff7b1c1
377+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
384378
- name: kind
385379
value: task
386380
resolver: bundles
@@ -402,7 +396,7 @@ spec:
402396
- name: name
403397
value: clamav-scan
404398
- name: bundle
405-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:dd7b678be8f48ff831e0be614f76434b495b580342b6019d8dd38f395b0cd999
399+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
406400
- name: kind
407401
value: task
408402
resolver: bundles
@@ -445,7 +439,7 @@ spec:
445439
- name: name
446440
value: sast-coverity-check-oci-ta
447441
- name: bundle
448-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.2@sha256:8eb97a206debc398e4ffc58a112b04be32cfa59447e6ea9d650b29de858f96a2
442+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9c776c82aeaf36539a0aa68764ed285f78530d78207ddb011aaa0a01f9ccb16d
449443
- name: kind
450444
value: task
451445
resolver: bundles
@@ -466,7 +460,7 @@ spec:
466460
- name: name
467461
value: coverity-availability-check
468462
- name: bundle
469-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b58c4fae00c0dfe3937abfb8a9a61aa3c408cca4278b817db53d518428d944e
463+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
470464
- name: kind
471465
value: task
472466
resolver: bundles
@@ -492,7 +486,7 @@ spec:
492486
- name: name
493487
value: sast-shell-check-oci-ta
494488
- name: bundle
495-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:89e0f14c75043229506a04e52910d8e33b9c79d9046530b2f46810cf31041427
489+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
496490
- name: kind
497491
value: task
498492
resolver: bundles
@@ -509,14 +503,16 @@ spec:
509503
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
510504
- name: CACHI2_ARTIFACT
511505
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
506+
- name: image-digest
507+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
512508
runAfter:
513509
- build-image-index
514510
taskRef:
515511
params:
516512
- name: name
517513
value: sast-unicode-check-oci-ta
518514
- name: bundle
519-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:4581e7ef9edc2166a8aef7eed8dd21090393307a40dbc4841266bcac88a7709f
515+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
520516
- name: kind
521517
value: task
522518
resolver: bundles
@@ -527,16 +523,18 @@ spec:
527523
- "false"
528524
- name: apply-tags
529525
params:
530-
- name: IMAGE
526+
- name: IMAGE_URL
531527
value: $(tasks.build-image-index.results.IMAGE_URL)
528+
- name: IMAGE_DIGEST
529+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
532530
runAfter:
533531
- build-image-index
534532
taskRef:
535533
params:
536534
- name: name
537535
value: apply-tags
538536
- name: bundle
539-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:4973fa42a8f06238613447fbdb3d0c55eb2d718fd16f2f2591a577c29c1edb17
537+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
540538
- name: kind
541539
value: task
542540
resolver: bundles
@@ -559,7 +557,7 @@ spec:
559557
- name: name
560558
value: push-dockerfile-oci-ta
561559
- name: bundle
562-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6ad0ae81269fdc4008363993b4d140f98c3e8ff8336be4b6fbacb5005cf7092e
560+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
563561
- name: kind
564562
value: task
565563
resolver: bundles
@@ -576,7 +574,7 @@ spec:
576574
- name: name
577575
value: rpms-signature-scan
578576
- name: bundle
579-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:998b5466417c324aea94d3e8b302c558aeb13f746976d89a4ff85f1b84a42c2b
577+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
580578
- name: kind
581579
value: task
582580
resolver: bundles

0 commit comments

Comments
 (0)