Skip to content

Commit 11ae868

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 39f6302 commit 11ae868

File tree

2 files changed

+64
-52
lines changed

2 files changed

+64
-52
lines changed

.tekton/acm-inspector-pull-request.yaml

Lines changed: 32 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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: acm-inspector
1514
appstudio.openshift.io/component: acm-inspector
@@ -39,7 +38,7 @@ spec:
3938
- name: name
4039
value: show-sbom
4140
- name: bundle
42-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0
41+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4342
- name: kind
4443
value: task
4544
resolver: bundles
@@ -58,7 +57,7 @@ spec:
5857
- name: name
5958
value: summary
6059
- name: bundle
61-
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:870d9a04d9784840a90b7bf6817cd0d0c4edfcda04b1ba1868cae625a3c3bfcc
60+
value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:3f6e8513cbd70f0416eb6c6f2766973a754778526125ff33d8e3633def917091
6261
- name: kind
6362
value: task
6463
resolver: bundles
@@ -77,13 +76,11 @@ spec:
7776
name: output-image
7877
type: string
7978
- default: .
80-
description: Path to the source code of an application's component from where
81-
to build image.
79+
description: Path to the source code of an application's component from where to build image.
8280
name: path-context
8381
type: string
8482
- default: Dockerfile
85-
description: Path to the Dockerfile inside the context specified by parameter
86-
path-context
83+
description: Path to the Dockerfile inside the context specified by parameter path-context
8784
name: dockerfile
8885
type: string
8986
- default: "false"
@@ -107,8 +104,7 @@ spec:
107104
name: java
108105
type: string
109106
- default: ""
110-
description: Image tag expiration time, time values could be something like
111-
1h, 2d, 3w for hours, days, and weeks, respectively.
107+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
112108
name: image-expires-after
113109
- default: "false"
114110
description: Build a source image.
@@ -122,6 +118,10 @@ spec:
122118
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
123119
name: build-args-file
124120
type: string
121+
- name: buildah-format
122+
default: docker
123+
type: string
124+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
125125
results:
126126
- description: ""
127127
name: IMAGE_URL
@@ -152,7 +152,7 @@ spec:
152152
- name: name
153153
value: init
154154
- name: bundle
155-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:0523b51c28375a3f222da91690e22eff11888ebc98a0c73c468af44762265c69
155+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
156156
- name: kind
157157
value: task
158158
resolver: bundles
@@ -169,7 +169,7 @@ spec:
169169
- name: name
170170
value: git-clone
171171
- name: bundle
172-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:d091a9e19567a4cbdc5acd57903c71ba71dc51d749a4ba7477e689608851e981
172+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:90d2d42d17e6276ef45505cbb5a78598e5f5186257d0ee2260b3d4835f1c2d6b
173173
- name: kind
174174
value: task
175175
resolver: bundles
@@ -194,7 +194,7 @@ spec:
194194
- name: name
195195
value: prefetch-dependencies
196196
- name: bundle
197-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:47d8d3320b4e29360108f18235598dd247bc316a4792063d970bffb00e61b71a
197+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:846a3b883ee729c45a6714ab3a3688f6044a4d352655546d057e43e34b10149e
198198
- name: kind
199199
value: task
200200
resolver: bundles
@@ -231,14 +231,16 @@ spec:
231231
- $(params.build-args[*])
232232
- name: BUILD_ARGS_FILE
233233
value: $(params.build-args-file)
234+
- name: BUILDAH_FORMAT
235+
value: $(params.buildah-format)
234236
runAfter:
235237
- prefetch-dependencies
236238
taskRef:
237239
params:
238240
- name: name
239241
value: buildah
240242
- name: bundle
241-
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:7779f9e48eda44aebae3597747f5d8c1cc3fbc3a98c2251ee20929d868b575f1
243+
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.6@sha256:e8648dff9859d89a0dbaedd120eec2e07afbffc850e706d16d0ac479a905efa0
242244
- name: kind
243245
value: task
244246
resolver: bundles
@@ -253,15 +255,17 @@ spec:
253255
- name: build-source-image
254256
params:
255257
- name: BINARY_IMAGE
256-
value: $(params.output-image)
258+
value: $(tasks.build-container.results.IMAGE_URL)
259+
- name: BINARY_IMAGE_DIGEST
260+
value: $(tasks.build-container.results.IMAGE_DIGEST)
257261
runAfter:
258262
- build-container
259263
taskRef:
260264
params:
261265
- name: name
262266
value: source-build
263267
- name: bundle
264-
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.1@sha256:ddfa1fb418c1d9d55d7d70d39fe8f35ce05e96073bcd057bb6aaacd1f839cc51
268+
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.3@sha256:268bf4dba7455ef3871d84bc26de1800b8221a0d1809c9f5101616bccfa84d33
265269
- name: kind
266270
value: task
267271
resolver: bundles
@@ -290,7 +294,7 @@ spec:
290294
- name: name
291295
value: deprecated-image-check
292296
- name: bundle
293-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:5a1a165fa02270f0a947d8a2131ee9d8be0b8e9d34123828c2bef589e504ee84
297+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
294298
- name: kind
295299
value: task
296300
resolver: bundles
@@ -312,7 +316,7 @@ spec:
312316
- name: name
313317
value: clair-scan
314318
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:0a5421111e7092740398691d5bd7c125cc0896f29531d19414bb5724ae41692a
319+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
316320
- name: kind
317321
value: task
318322
resolver: bundles
@@ -332,7 +336,7 @@ spec:
332336
- name: name
333337
value: ecosystem-cert-preflight-checks
334338
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
339+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
336340
- name: kind
337341
value: task
338342
resolver: bundles
@@ -354,7 +358,7 @@ spec:
354358
- name: name
355359
value: sast-snyk-check
356360
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.3@sha256:9fa8acbd4331e5f7c7ba39c6283a219b084e8b2332996e0988a7907a4a75feb4
361+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:b487b08bd617d28adb47ee7c217b148b26b22bf906775b9f0ae7055acd042416
358362
- name: kind
359363
value: task
360364
resolver: bundles
@@ -379,7 +383,7 @@ spec:
379383
- name: name
380384
value: clamav-scan
381385
- name: bundle
382-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:b4f450f1447b166da671f1d5819ab5a1485083e5c27ab91f7d8b7a2ff994c8c2
386+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
383387
- name: kind
384388
value: task
385389
resolver: bundles
@@ -390,16 +394,18 @@ spec:
390394
- "false"
391395
- name: apply-tags
392396
params:
393-
- name: IMAGE
397+
- name: IMAGE_URL
394398
value: $(tasks.build-container.results.IMAGE_URL)
399+
- name: IMAGE_DIGEST
400+
value: $(tasks.build-container.results.IMAGE_DIGEST)
395401
runAfter:
396402
- build-container
397403
taskRef:
398404
params:
399405
- name: name
400406
value: apply-tags
401407
- name: bundle
402-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:87fd7fc0e937aad1a8db9b6e377d7e444f53394dafde512d68adbea6966a4702
408+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
403409
- name: kind
404410
value: task
405411
resolver: bundles
@@ -420,7 +426,7 @@ spec:
420426
- name: name
421427
value: push-dockerfile
422428
- name: bundle
423-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:48bb2ee92ea528b28c0814c9cc126021e499a081b69431987a774561e9ac8047
429+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:74e982c07a808eaa5b1d8c126cafcbf3cc6ce94c883cf0845b55ce8064674b45
424430
- name: kind
425431
value: task
426432
resolver: bundles
@@ -438,7 +444,7 @@ spec:
438444
- name: workspace
439445
volumeClaimTemplate:
440446
metadata:
441-
creationTimestamp: null
447+
creationTimestamp:
442448
spec:
443449
accessModes:
444450
- ReadWriteOnce

0 commit comments

Comments
 (0)