Skip to content

Commit 816b5d4

Browse files
chore(deps): update konflux references (#941)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3996ba9 commit 816b5d4

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

.tekton/pipeline-ref.yaml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- name: name
1414
value: show-sbom
1515
- name: bundle
16-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
16+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
1717
- name: kind
1818
value: task
1919
resolver: bundles
@@ -29,13 +29,11 @@ spec:
2929
name: output-image
3030
type: string
3131
- default: .
32-
description: Path to the source code of an application's component from where
33-
to build image.
32+
description: Path to the source code of an application's component from where to build image.
3433
name: path-context
3534
type: string
3635
- default: Dockerfile
37-
description: Path to the Dockerfile inside the context specified by parameter
38-
path-context
36+
description: Path to the Dockerfile inside the context specified by parameter path-context
3937
name: dockerfile
4038
type: string
4139
- default: "false"
@@ -59,8 +57,7 @@ spec:
5957
name: java
6058
type: string
6159
- default: ""
62-
description: Image tag expiration time, time values could be something like
63-
1h, 2d, 3w for hours, days, and weeks, respectively.
60+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
6461
name: image-expires-after
6562
- default: "true"
6663
description: Build a source image.
@@ -105,7 +102,7 @@ spec:
105102
- name: name
106103
value: init
107104
- name: bundle
108-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
105+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
109106
- name: kind
110107
value: task
111108
resolver: bundles
@@ -155,7 +152,7 @@ spec:
155152
- name: name
156153
value: prefetch-dependencies-oci-ta
157154
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
155+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
159156
- name: kind
160157
value: task
161158
resolver: bundles
@@ -208,7 +205,7 @@ spec:
208205
- name: name
209206
value: buildah-remote-oci-ta
210207
- name: bundle
211-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:ae87472f60dbbf71e4980cd478c92740c145fd9e44acbb9b164a21f1bcd61aa3
208+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
212209
- name: kind
213210
value: task
214211
resolver: bundles
@@ -237,7 +234,7 @@ spec:
237234
- name: name
238235
value: build-image-index
239236
- name: bundle
240-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
237+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
241238
- name: kind
242239
value: task
243240
resolver: bundles
@@ -249,17 +246,19 @@ spec:
249246
- name: build-source-image
250247
params:
251248
- name: BINARY_IMAGE
252-
value: $(params.output-image)
249+
value: $(tasks.build-image-index.results.IMAGE_URL)
253250
- name: SOURCE_ARTIFACT
254251
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
252+
- name: BINARY_IMAGE_DIGEST
253+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
255254
runAfter:
256255
- build-image-index
257256
taskRef:
258257
params:
259258
- name: name
260259
value: source-build-oci-ta
261260
- name: bundle
262-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
261+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
263262
- name: kind
264263
value: task
265264
resolver: bundles
@@ -329,7 +328,7 @@ spec:
329328
- name: name
330329
value: clair-scan
331330
- name: bundle
332-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
331+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
333332
- name: kind
334333
value: task
335334
resolver: bundles
@@ -349,7 +348,7 @@ spec:
349348
- name: name
350349
value: ecosystem-cert-preflight-checks
351350
- name: bundle
352-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
351+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
353352
- name: kind
354353
value: task
355354
resolver: bundles
@@ -375,7 +374,7 @@ spec:
375374
- name: name
376375
value: sast-snyk-check-oci-ta
377376
- name: bundle
378-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
377+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
379378
- name: kind
380379
value: task
381380
resolver: bundles
@@ -401,7 +400,7 @@ spec:
401400
- name: name
402401
value: sast-shell-check-oci-ta
403402
- name: bundle
404-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
403+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
405404
- name: kind
406405
value: task
407406
resolver: bundles
@@ -427,7 +426,7 @@ spec:
427426
- name: name
428427
value: sast-unicode-check-oci-ta
429428
- name: bundle
430-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
429+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
431430
- name: kind
432431
value: task
433432
resolver: bundles
@@ -449,7 +448,7 @@ spec:
449448
- name: name
450449
value: clamav-scan
451450
- name: bundle
452-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
451+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
453452
- name: kind
454453
value: task
455454
resolver: bundles
@@ -494,7 +493,7 @@ spec:
494493
- name: name
495494
value: push-dockerfile-oci-ta
496495
- name: bundle
497-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
496+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
498497
- name: kind
499498
value: task
500499
resolver: bundles

0 commit comments

Comments
 (0)