Skip to content

Commit 6dddaa2

Browse files
authored
Merge pull request #80 from lightspeed-core/konflux/references/main
chore(deps): update konflux references
2 parents 01d2c9d + 52e3909 commit 6dddaa2

File tree

2 files changed

+106
-178
lines changed

2 files changed

+106
-178
lines changed

.tekton/rag-tool-pull-request.yaml

Lines changed: 53 additions & 89 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-
== "main"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: rag
1615
appstudio.openshift.io/component: rag-tool
@@ -43,38 +42,38 @@ spec:
4342
# to accelerate build:numpy, scipy, pandas, pillow, scikit_learn, etc.
4443
# most wheels are fetched from RHOAI index
4544
value: |
46-
[
47-
{
48-
"type": "generic",
49-
"path": ".",
50-
"lockfile": "artifacts.lock.yaml"
51-
},
52-
{
53-
"type": "rpm",
54-
"path": "."
55-
},
56-
{
57-
"type": "pip",
58-
"path": ".",
59-
"requirements_files": [
60-
"requirements.hashes.wheel.txt",
61-
"requirements.hashes.wheel.pypi.txt",
62-
"requirements.hashes.source.txt",
63-
"requirements.hermetic.txt"
64-
],
65-
"requirements_build_files": ["requirements-build.txt"],
66-
"binary": {
67-
"packages": "accelerate,aiohappyeyeballs,aiohttp,aiosignal,aiosqlite,annotated-doc,annotated-types,anyio,asyncpg,attrs,beautifulsoup4,cffi,chardet,charset-normalizer,click,colorama,cryptography,dataclasses-json,defusedxml,distro,docling-parse,et-xmlfile,faiss-cpu,filetype,fire,frozenlist,googleapis-common-protos,greenlet,h11,hf-xet,httpcore,httpx,idna,jinja2,jiter,joblib,jsonlines,jsonref,jsonschema-specifications,latex2mathml,lxml,markdown-it-py,markupsafe,mdurl,mpire,mpmath,mypy-extensions,nest-asyncio,networkx,nltk,numpy,openpyxl,opentelemetry-api,opentelemetry-exporter-otlp-proto-common,opentelemetry-exporter-otlp-proto-http,opentelemetry-proto,opentelemetry-sdk,opentelemetry-semantic-conventions,packaging,pandas,pillow,platformdirs,pluggy,prompt-toolkit,propcache,psycopg2-binary,pydantic,pydantic-core,pydantic-settings,pygments,pylatexenc,pypdfium2,python-dateutil,python-docx,python-dotenv,python-pptx,pytz,pyyaml,referencing,requests,rpds-py,rtree,safetensors,scikit-learn,scipy,semchunk,setuptools,shapely,shellingham,six,sniffio,sympy,tabulate,threadpoolctl,tiktoken,tokenizers,torch,torchvision,tornado,transformers,triton,typing-extensions,typing-inspect,typing-inspection,tzdata,wrapt,xlsxwriter,yarl,zipp,uv-build,uv,pip,maturin,opencv-python,omegaconf,rapidocr,sqlite-vec,griffe,griffecli,griffelib,pyclipper,tree-sitter-typescript",
68-
"os": "linux",
69-
"arch": "x86_64,aarch64",
70-
"py_version": 312
71-
}
72-
},
73-
{
74-
"type": "bundler",
75-
"allow_binary": "true"
76-
}
77-
]
45+
[
46+
{
47+
"type": "generic",
48+
"path": ".",
49+
"lockfile": "artifacts.lock.yaml"
50+
},
51+
{
52+
"type": "rpm",
53+
"path": "."
54+
},
55+
{
56+
"type": "pip",
57+
"path": ".",
58+
"requirements_files": [
59+
"requirements.hashes.wheel.txt",
60+
"requirements.hashes.wheel.pypi.txt",
61+
"requirements.hashes.source.txt",
62+
"requirements.hermetic.txt"
63+
],
64+
"requirements_build_files": ["requirements-build.txt"],
65+
"binary": {
66+
"packages": "accelerate,aiohappyeyeballs,aiohttp,aiosignal,aiosqlite,annotated-doc,annotated-types,anyio,asyncpg,attrs,beautifulsoup4,cffi,chardet,charset-normalizer,click,colorama,cryptography,dataclasses-json,defusedxml,distro,docling-parse,et-xmlfile,faiss-cpu,filetype,fire,frozenlist,googleapis-common-protos,greenlet,h11,hf-xet,httpcore,httpx,idna,jinja2,jiter,joblib,jsonlines,jsonref,jsonschema-specifications,latex2mathml,lxml,markdown-it-py,markupsafe,mdurl,mpire,mpmath,mypy-extensions,nest-asyncio,networkx,nltk,numpy,openpyxl,opentelemetry-api,opentelemetry-exporter-otlp-proto-common,opentelemetry-exporter-otlp-proto-http,opentelemetry-proto,opentelemetry-sdk,opentelemetry-semantic-conventions,packaging,pandas,pillow,platformdirs,pluggy,prompt-toolkit,propcache,psycopg2-binary,pydantic,pydantic-core,pydantic-settings,pygments,pylatexenc,pypdfium2,python-dateutil,python-docx,python-dotenv,python-pptx,pytz,pyyaml,referencing,requests,rpds-py,rtree,safetensors,scikit-learn,scipy,semchunk,setuptools,shapely,shellingham,six,sniffio,sympy,tabulate,threadpoolctl,tiktoken,tokenizers,torch,torchvision,tornado,transformers,triton,typing-extensions,typing-inspect,typing-inspection,tzdata,wrapt,xlsxwriter,yarl,zipp,uv-build,uv,pip,maturin,opencv-python,omegaconf,rapidocr,sqlite-vec,griffe,griffecli,griffelib,pyclipper,tree-sitter-typescript",
67+
"os": "linux",
68+
"arch": "x86_64,aarch64",
69+
"py_version": 312
70+
}
71+
},
72+
{
73+
"type": "bundler",
74+
"allow_binary": "true"
75+
}
76+
]
7877
- name: hermetic
7978
value: 'true'
8079
- name: build-args-file
@@ -97,19 +96,13 @@ spec:
9796
name: output-image
9897
type: string
9998
- default: .
100-
description: Path to the source code of an application's component from where
101-
to build image.
99+
description: Path to the source code of an application's component from where to build image.
102100
name: path-context
103101
type: string
104102
- default: Dockerfile
105-
description: Path to the Dockerfile inside the context specified by parameter
106-
path-context
103+
description: Path to the Dockerfile inside the context specified by parameter path-context
107104
name: dockerfile
108105
type: string
109-
- default: "false"
110-
description: Force rebuild image
111-
name: rebuild
112-
type: string
113106
- default: "false"
114107
description: Skip checks against built image
115108
name: skip-checks
@@ -123,8 +116,7 @@ spec:
123116
name: prefetch-input
124117
type: string
125118
- default: ""
126-
description: Image tag expiration time, time values could be something like
127-
1h, 2d, 3w for hours, days, and weeks, respectively.
119+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
128120
name: image-expires-after
129121
type: string
130122
- default: "false"
@@ -136,8 +128,7 @@ spec:
136128
name: build-image-index
137129
type: string
138130
- default: docker
139-
description: The format for the resulting image's mediaType. Valid values are
140-
oci or docker.
131+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
141132
name: buildah-format
142133
type: string
143134
- default: "false"
@@ -152,14 +143,12 @@ spec:
152143
name: build-args-file
153144
type: string
154145
- default: "false"
155-
description: Whether to enable privileged mode, should be used only with remote
156-
VMs
146+
description: Whether to enable privileged mode, should be used only with remote VMs
157147
name: privileged-nested
158148
type: string
159149
- default:
160150
- linux/x86_64
161-
description: List of platforms to build the container images on. The available
162-
set of values is determined by the configuration of the multi-platform-controller.
151+
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.
163152
name: build-platforms
164153
type: array
165154
results:
@@ -178,20 +167,14 @@ spec:
178167
tasks:
179168
- name: init
180169
params:
181-
- name: image-url
182-
value: $(params.output-image)
183-
- name: rebuild
184-
value: $(params.rebuild)
185-
- name: skip-checks
186-
value: $(params.skip-checks)
187170
- name: enable-cache-proxy
188171
value: $(params.enable-cache-proxy)
189172
taskRef:
190173
params:
191174
- name: name
192175
value: init
193176
- name: bundle
194-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ebf06778aeacbbeb081f9231eafbdfdb8e380ad04e211d7ed80ae9101e37fd82
177+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
195178
- name: kind
196179
value: task
197180
resolver: bundles
@@ -216,11 +199,6 @@ spec:
216199
- name: kind
217200
value: task
218201
resolver: bundles
219-
when:
220-
- input: $(tasks.init.results.build)
221-
operator: in
222-
values:
223-
- "true"
224202
workspaces:
225203
- name: basic-auth
226204
workspace: git-auth
@@ -241,7 +219,7 @@ spec:
241219
- name: name
242220
value: prefetch-dependencies-oci-ta
243221
- name: bundle
244-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
222+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c07551efbd7fc414ae1245ddd93579b00317fee0734980f539fd8aea3cfcb945
245223
- name: kind
246224
value: task
247225
resolver: bundles
@@ -299,15 +277,10 @@ spec:
299277
- name: name
300278
value: buildah-remote-oci-ta
301279
- name: bundle
302-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:da99fce12bf72da86f6a86a5370d826c16ea8db001d27181dcaf087af9ab60cb
280+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:4c6e3e4c3fe8a289161dfbc38a162d28a0289eb4d51f835e847f8c3677a211f3
303281
- name: kind
304282
value: task
305283
resolver: bundles
306-
when:
307-
- input: $(tasks.init.results.build)
308-
operator: in
309-
values:
310-
- "true"
311284
- name: build-image-index
312285
params:
313286
- name: IMAGE
@@ -330,15 +303,10 @@ spec:
330303
- name: name
331304
value: build-image-index
332305
- name: bundle
333-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:05d3d8a5ded44c51b074a56a408ddf5d65c56b4c15e110abb1a99e3aff269d49
306+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
334307
- name: kind
335308
value: task
336309
resolver: bundles
337-
when:
338-
- input: $(tasks.init.results.build)
339-
operator: in
340-
values:
341-
- "true"
342310
- name: build-source-image
343311
params:
344312
- name: BINARY_IMAGE
@@ -361,10 +329,6 @@ spec:
361329
value: task
362330
resolver: bundles
363331
when:
364-
- input: $(tasks.init.results.build)
365-
operator: in
366-
values:
367-
- "true"
368332
- input: $(params.build-source-image)
369333
operator: in
370334
values:
@@ -409,7 +373,7 @@ spec:
409373
- name: name
410374
value: clair-scan
411375
- name: bundle
412-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:dadfea7633d82e4303ba73d5e9c7e2bc16834bde0fd7688880453b26452067eb
376+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
413377
- name: kind
414378
value: task
415379
resolver: bundles
@@ -434,7 +398,7 @@ spec:
434398
- name: name
435399
value: ecosystem-cert-preflight-checks
436400
- name: bundle
437-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:204fd3914d83c7b60e8eee72b5a944337720c79a3e660e7c994435456dcf7175
401+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:40bc4bcc1c52c114139daee60ec2ddeb59921ecef8a68f241d5593c79b2a21d6
438402
- name: kind
439403
value: task
440404
resolver: bundles
@@ -460,7 +424,7 @@ spec:
460424
- name: name
461425
value: sast-snyk-check-oci-ta
462426
- name: bundle
463-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:a70272ae12f6d7f0da2902158e1bcee756877aa8f71fd1a22ef9afd8b177fb41
427+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
464428
- name: kind
465429
value: task
466430
resolver: bundles
@@ -487,7 +451,7 @@ spec:
487451
- name: name
488452
value: clamav-scan
489453
- name: bundle
490-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:76efc0119a10bc8a420dbbb0cdab9ef8eafd263f6827498d2b644e450e93f446
454+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
491455
- name: kind
492456
value: task
493457
resolver: bundles
@@ -532,7 +496,7 @@ spec:
532496
- name: name
533497
value: sast-coverity-check-oci-ta
534498
- name: bundle
535-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9d0bc704bca6b6faad37b2ce8106b96e0cef35e1f647d037a878bf416589de9d
499+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
536500
- name: kind
537501
value: task
538502
resolver: bundles
@@ -553,7 +517,7 @@ spec:
553517
- name: name
554518
value: coverity-availability-check
555519
- name: bundle
556-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
520+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
557521
- name: kind
558522
value: task
559523
resolver: bundles
@@ -579,7 +543,7 @@ spec:
579543
- name: name
580544
value: sast-shell-check-oci-ta
581545
- name: bundle
582-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
546+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
583547
- name: kind
584548
value: task
585549
resolver: bundles
@@ -605,7 +569,7 @@ spec:
605569
- name: name
606570
value: sast-unicode-check-oci-ta
607571
- name: bundle
608-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:1818a5b3e4fa86c838ae71226a157241967d1f19c5ed377e4b2fddad7a3ceefe
572+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
609573
- name: kind
610574
value: task
611575
resolver: bundles
@@ -650,7 +614,7 @@ spec:
650614
- name: name
651615
value: push-dockerfile-oci-ta
652616
- name: bundle
653-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
617+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
654618
- name: kind
655619
value: task
656620
resolver: bundles

0 commit comments

Comments
 (0)