@@ -7,9 +7,8 @@ metadata:
77 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
10- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11- == "main"
12- creationTimestamp : null
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
11+ creationTimestamp :
1312 labels :
1413 appstudio.openshift.io/application : patterns-operator
1514 appstudio.openshift.io/component : bundle
@@ -79,13 +78,11 @@ spec:
7978 name : output-image
8079 type : string
8180 - default : .
82- description : Path to the source code of an application's component from where
83- to build image.
81+ description : Path to the source code of an application's component from where to build image.
8482 name : path-context
8583 type : string
8684 - default : Dockerfile
87- description : Path to the Dockerfile inside the context specified by parameter
88- path-context
85+ description : Path to the Dockerfile inside the context specified by parameter path-context
8986 name : dockerfile
9087 type : string
9188 - default : " false"
@@ -109,16 +106,14 @@ spec:
109106 name : java
110107 type : string
111108 - default : " "
112- description : Image tag expiration time, time values could be something like
113- 1h, 2d, 3w for hours, days, and weeks, respectively.
109+ description : Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
114110 name : image-expires-after
115111 - default : " false"
116112 description : Build a source image.
117113 name : build-source-image
118114 type : string
119115 - default : " "
120- description : Path to a file with build arguments which will be passed to podman
121- during build
116+ description : Path to a file with build arguments which will be passed to podman during build
122117 name : build-args-file
123118 type : string
124119 results :
@@ -148,7 +143,7 @@ spec:
148143 - name : name
149144 value : init
150145 - name : bundle
151- value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
146+ value : quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
152147 - name : kind
153148 value : task
154149 resolver : bundles
@@ -165,7 +160,7 @@ spec:
165160 - name : name
166161 value : git-clone
167162 - name : bundle
168- value : quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:7939000e2f92fc8b5d2c4ee4ba9000433c5aa7700d2915a1d4763853d5fd1fd4
163+ value : quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:b1fba408e3f50cc302eb5bf66bae1775535267427c78b0665d8342931d54f6ff
169164 - name : kind
170165 value : task
171166 resolver : bundles
@@ -190,7 +185,7 @@ spec:
190185 - name : name
191186 value : prefetch-dependencies
192187 - name : bundle
193- value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:638949291807f343c7e49076f32d835a1a8c0e8382492a59abc226188bcc129a
188+ value : quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:7196865af3ab1670fccca4a3452e913a6bf272ec98d9fbe0bcfef6ee5d43ccb4
194189 - name : kind
195190 value : task
196191 resolver : bundles
@@ -229,7 +224,7 @@ spec:
229224 - name : name
230225 value : buildah
231226 - name : bundle
232- value : quay.io/konflux-ci/tekton-catalog/task-buildah:0.4@sha256:864234f0c4dfb2c537129e19e999274b2c83de4a4bd15771406a20c9f3f4f37d
227+ value : quay.io/konflux-ci/tekton-catalog/task-buildah:0.4@sha256:336cfba0f0c38f57f65a8d8cc67d70c6217a7c6a7fd75b932acb46965e346960
233228 - name : kind
234229 value : task
235230 resolver : bundles
@@ -244,15 +239,17 @@ spec:
244239 - name : build-source-image
245240 params :
246241 - name : BINARY_IMAGE
247- value : $(params.output-image)
242+ value : $(tasks.build-container.results.IMAGE_URL)
243+ - name : BINARY_IMAGE_DIGEST
244+ value : $(tasks.build-container.results.IMAGE_DIGEST)
248245 runAfter :
249246 - build-container
250247 taskRef :
251248 params :
252249 - name : name
253250 value : source-build
254251 - name : bundle
255- value : quay.io/konflux-ci/tekton-catalog/task-source-build:0.2 @sha256:16df0d516e4ed85a856fca403d38334e59ad19e1e3150e3bbc7135097854a34e
252+ value : quay.io/konflux-ci/tekton-catalog/task-source-build:0.3 @sha256:268bf4dba7455ef3871d84bc26de1800b8221a0d1809c9f5101616bccfa84d33
256253 - name : kind
257254 value : task
258255 resolver : bundles
@@ -303,7 +300,7 @@ spec:
303300 - name : name
304301 value : clair-scan
305302 - name : bundle
306- value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2 @sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
303+ value : quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3 @sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
307304 - name : kind
308305 value : task
309306 resolver : bundles
@@ -323,7 +320,7 @@ spec:
323320 - name : name
324321 value : ecosystem-cert-preflight-checks
325322 - name : bundle
326- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
323+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
327324 - name : kind
328325 value : task
329326 resolver : bundles
@@ -340,7 +337,7 @@ spec:
340337 - name : name
341338 value : sast-snyk-check
342339 - name : bundle
343- value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.3 @sha256:5b4ebc5f64164aa1011c7706b9d895c66e3dd3377d1927ed435c116c1202563c
340+ value : quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4 @sha256:646d3d668451e29f8393ff169a3e2f165d0f297e6e20001203078712688a0fef
344341 - name : kind
345342 value : task
346343 resolver : bundles
@@ -365,7 +362,7 @@ spec:
365362 - name : name
366363 value : clamav-scan
367364 - name : bundle
368- value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2 @sha256:a1de3c8134db8119480a726d60e96a6c4907f81b92b789e7d39d78d239ab638c
365+ value : quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3 @sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
369366 - name : kind
370367 value : task
371368 resolver : bundles
@@ -384,7 +381,7 @@ spec:
384381 - name : workspace
385382 volumeClaimTemplate :
386383 metadata :
387- creationTimestamp : null
384+ creationTimestamp :
388385 spec :
389386 accessModes :
390387 - ReadWriteOnce
0 commit comments