@@ -29,13 +29,11 @@ spec:
29
29
name : output-image
30
30
type : string
31
31
- 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.
34
33
name : path-context
35
34
type : string
36
35
- 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
39
37
name : dockerfile
40
38
type : string
41
39
- default : " false"
59
57
name : java
60
58
type : string
61
59
- 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.
64
61
name : image-expires-after
65
62
- default : " true"
66
63
description : Build a source image.
@@ -155,7 +152,7 @@ spec:
155
152
- name : name
156
153
value : prefetch-dependencies-oci-ta
157
154
- name : bundle
158
- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
155
+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
159
156
- name : kind
160
157
value : task
161
158
resolver : bundles
@@ -209,7 +206,7 @@ spec:
209
206
- name : name
210
207
value : buildah-remote-oci-ta
211
208
- name : bundle
212
- value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
209
+ value : quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
213
210
- name : kind
214
211
value : task
215
212
resolver : bundles
@@ -250,19 +247,21 @@ spec:
250
247
- name : build-source-image
251
248
params :
252
249
- name : BINARY_IMAGE
253
- value : $(params.output -image)
250
+ value : $(tasks.build -image-index.results.IMAGE_URL )
254
251
- name : SOURCE_ARTIFACT
255
252
value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
256
253
- name : CACHI2_ARTIFACT
257
254
value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
255
+ - name : BINARY_IMAGE_DIGEST
256
+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
258
257
runAfter :
259
258
- build-image-index
260
259
taskRef :
261
260
params :
262
261
- name : name
263
262
value : source-build-oci-ta
264
263
- name : bundle
265
- value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2 @sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
264
+ value : quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3 @sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
266
265
- name : kind
267
266
value : task
268
267
resolver : bundles
@@ -352,7 +351,7 @@ spec:
352
351
- name : name
353
352
value : ecosystem-cert-preflight-checks
354
353
- name : bundle
355
- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
354
+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:abbe195626eec925288df6425679559025d1be4af5ae70ca6dbbcb49ad3bf08b
356
355
- name : kind
357
356
value : task
358
357
resolver : bundles
@@ -438,7 +437,7 @@ spec:
438
437
- input : $(params.skip-checks)
439
438
operator : in
440
439
values :
441
- - " false"
440
+ - " false"
442
441
- name : clamav-scan
443
442
params :
444
443
- name : image-digest
0 commit comments