Skip to content

Commit 01438bc

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

File tree

4 files changed

+76
-88
lines changed

4 files changed

+76
-88
lines changed

.tekton/bundle-pull-request.yaml

Lines changed: 19 additions & 22 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: 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

.tekton/bundle-push.yaml

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10-
== "main"
11-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
10+
creationTimestamp:
1211
labels:
1312
appstudio.openshift.io/application: patterns-operator
1413
appstudio.openshift.io/component: bundle
@@ -76,13 +75,11 @@ spec:
7675
name: output-image
7776
type: string
7877
- default: .
79-
description: Path to the source code of an application's component from where
80-
to build image.
78+
description: Path to the source code of an application's component from where to build image.
8179
name: path-context
8280
type: string
8381
- default: Dockerfile
84-
description: Path to the Dockerfile inside the context specified by parameter
85-
path-context
82+
description: Path to the Dockerfile inside the context specified by parameter path-context
8683
name: dockerfile
8784
type: string
8885
- default: "false"
@@ -106,16 +103,14 @@ spec:
106103
name: java
107104
type: string
108105
- default: ""
109-
description: Image tag expiration time, time values could be something like
110-
1h, 2d, 3w for hours, days, and weeks, respectively.
106+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
111107
name: image-expires-after
112108
- default: "false"
113109
description: Build a source image.
114110
name: build-source-image
115111
type: string
116112
- default: ""
117-
description: Path to a file with build arguments which will be passed to podman
118-
during build
113+
description: Path to a file with build arguments which will be passed to podman during build
119114
name: build-args-file
120115
type: string
121116
results:
@@ -145,7 +140,7 @@ spec:
145140
- name: name
146141
value: init
147142
- name: bundle
148-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
143+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
149144
- name: kind
150145
value: task
151146
resolver: bundles
@@ -162,7 +157,7 @@ spec:
162157
- name: name
163158
value: git-clone
164159
- name: bundle
165-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:7939000e2f92fc8b5d2c4ee4ba9000433c5aa7700d2915a1d4763853d5fd1fd4
160+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:b1fba408e3f50cc302eb5bf66bae1775535267427c78b0665d8342931d54f6ff
166161
- name: kind
167162
value: task
168163
resolver: bundles
@@ -187,7 +182,7 @@ spec:
187182
- name: name
188183
value: prefetch-dependencies
189184
- name: bundle
190-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:638949291807f343c7e49076f32d835a1a8c0e8382492a59abc226188bcc129a
185+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:7196865af3ab1670fccca4a3452e913a6bf272ec98d9fbe0bcfef6ee5d43ccb4
191186
- name: kind
192187
value: task
193188
resolver: bundles
@@ -226,7 +221,7 @@ spec:
226221
- name: name
227222
value: buildah
228223
- name: bundle
229-
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.4@sha256:864234f0c4dfb2c537129e19e999274b2c83de4a4bd15771406a20c9f3f4f37d
224+
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.4@sha256:336cfba0f0c38f57f65a8d8cc67d70c6217a7c6a7fd75b932acb46965e346960
230225
- name: kind
231226
value: task
232227
resolver: bundles
@@ -241,15 +236,17 @@ spec:
241236
- name: build-source-image
242237
params:
243238
- name: BINARY_IMAGE
244-
value: $(params.output-image)
239+
value: $(tasks.build-container.results.IMAGE_URL)
240+
- name: BINARY_IMAGE_DIGEST
241+
value: $(tasks.build-container.results.IMAGE_DIGEST)
245242
runAfter:
246243
- build-container
247244
taskRef:
248245
params:
249246
- name: name
250247
value: source-build
251248
- name: bundle
252-
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.2@sha256:16df0d516e4ed85a856fca403d38334e59ad19e1e3150e3bbc7135097854a34e
249+
value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.3@sha256:268bf4dba7455ef3871d84bc26de1800b8221a0d1809c9f5101616bccfa84d33
253250
- name: kind
254251
value: task
255252
resolver: bundles
@@ -300,7 +297,7 @@ spec:
300297
- name: name
301298
value: clair-scan
302299
- name: bundle
303-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
300+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
304301
- name: kind
305302
value: task
306303
resolver: bundles
@@ -320,7 +317,7 @@ spec:
320317
- name: name
321318
value: ecosystem-cert-preflight-checks
322319
- name: bundle
323-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
320+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
324321
- name: kind
325322
value: task
326323
resolver: bundles
@@ -337,7 +334,7 @@ spec:
337334
- name: name
338335
value: sast-snyk-check
339336
- name: bundle
340-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.3@sha256:5b4ebc5f64164aa1011c7706b9d895c66e3dd3377d1927ed435c116c1202563c
337+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:646d3d668451e29f8393ff169a3e2f165d0f297e6e20001203078712688a0fef
341338
- name: kind
342339
value: task
343340
resolver: bundles
@@ -362,7 +359,7 @@ spec:
362359
- name: name
363360
value: clamav-scan
364361
- name: bundle
365-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:a1de3c8134db8119480a726d60e96a6c4907f81b92b789e7d39d78d239ab638c
362+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
366363
- name: kind
367364
value: task
368365
resolver: bundles
@@ -381,7 +378,7 @@ spec:
381378
- name: workspace
382379
volumeClaimTemplate:
383380
metadata:
384-
creationTimestamp: null
381+
creationTimestamp:
385382
spec:
386383
accessModes:
387384
- ReadWriteOnce

0 commit comments

Comments
 (0)