@@ -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"
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.
@@ -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:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
155+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:f10a4841e6f75fbb314b1d8cbf14f652499c1fe7f59e59aed59f7431c680aa17
159156 - name : kind
160157 value : task
161158 resolver : bundles
@@ -209,7 +206,7 @@ spec:
209206 - name : name
210207 value : buildah-remote-oci-ta
211208 - 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
213210 - name : kind
214211 value : task
215212 resolver : bundles
@@ -250,19 +247,21 @@ spec:
250247 - name : build-source-image
251248 params :
252249 - name : BINARY_IMAGE
253- value : $(params.output -image)
250+ value : $(tasks.build -image-index.results.IMAGE_URL )
254251 - name : SOURCE_ARTIFACT
255252 value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
256253 - name : CACHI2_ARTIFACT
257254 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
255+ - name : BINARY_IMAGE_DIGEST
256+ value : $(tasks.build-image-index.results.IMAGE_DIGEST)
258257 runAfter :
259258 - build-image-index
260259 taskRef :
261260 params :
262261 - name : name
263262 value : source-build-oci-ta
264263 - 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
266265 - name : kind
267266 value : task
268267 resolver : bundles
@@ -352,7 +351,7 @@ spec:
352351 - name : name
353352 value : ecosystem-cert-preflight-checks
354353 - 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
356355 - name : kind
357356 value : task
358357 resolver : bundles
@@ -438,7 +437,7 @@ spec:
438437 - input : $(params.skip-checks)
439438 operator : in
440439 values :
441- - " false"
440+ - " false"
442441 - name : clamav-scan
443442 params :
444443 - name : image-digest
0 commit comments