Skip to content

Commit 31ba914

Browse files
Update Konflux references
Signed-off-by: konflux-fedora <177632166+konflux-fedora[bot]@users.noreply.github.com>
1 parent 5365b92 commit 31ba914

16 files changed

+369
-929
lines changed

.tekton/forgejo-oci-images-prod-rawhide-pull-request.yaml

Lines changed: 23 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
event == "pull_request" &&
1313
target_branch == "main" &&
1414
".tekton/forgejo-oci-images-prod-rawhide*".pathChanged()
15-
creationTimestamp: null
15+
creationTimestamp:
1616
labels:
1717
appstudio.openshift.io/application: forge-production-rawhide
1818
appstudio.openshift.io/component: forgejo-oci-images-prod-rawhide
@@ -51,19 +51,13 @@ spec:
5151
name: output-image
5252
type: string
5353
- default: .
54-
description: Path to the source code of an application's component from where
55-
to build image.
54+
description: Path to the source code of an application's component from where to build image.
5655
name: path-context
5756
type: string
5857
- default: Dockerfile
59-
description: Path to the Dockerfile inside the context specified by parameter
60-
path-context
58+
description: Path to the Dockerfile inside the context specified by parameter path-context
6159
name: dockerfile
6260
type: string
63-
- default: "false"
64-
description: Force rebuild image
65-
name: rebuild
66-
type: string
6761
- default: "false"
6862
description: Skip checks against built image
6963
name: skip-checks
@@ -77,8 +71,7 @@ spec:
7771
name: prefetch-input
7872
type: string
7973
- default: ""
80-
description: Image tag expiration time, time values could be something like
81-
1h, 2d, 3w for hours, days, and weeks, respectively.
74+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8275
name: image-expires-after
8376
type: string
8477
- default: "false"
@@ -90,8 +83,7 @@ spec:
9083
name: build-image-index
9184
type: string
9285
- default: docker
93-
description: The format for the resulting image's mediaType. Valid values are
94-
oci or docker.
86+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9587
name: buildah-format
9688
type: string
9789
- default: []
@@ -103,8 +95,7 @@ spec:
10395
name: build-args-file
10496
type: string
10597
- default: "false"
106-
description: Whether to enable privileged mode, should be used only with remote
107-
VMs
98+
description: Whether to enable privileged mode, should be used only with remote VMs
10899
name: privileged-nested
109100
type: string
110101
results:
@@ -122,19 +113,12 @@ spec:
122113
value: $(tasks.clone-repository.results.commit)
123114
tasks:
124115
- name: init
125-
params:
126-
- name: image-url
127-
value: $(params.output-image)
128-
- name: rebuild
129-
value: $(params.rebuild)
130-
- name: skip-checks
131-
value: $(params.skip-checks)
132116
taskRef:
133117
params:
134118
- name: name
135119
value: init
136120
- name: bundle
137-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
121+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
138122
- name: kind
139123
value: task
140124
resolver: bundles
@@ -155,15 +139,10 @@ spec:
155139
- name: name
156140
value: git-clone-oci-ta
157141
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
142+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
159143
- name: kind
160144
value: task
161145
resolver: bundles
162-
when:
163-
- input: $(tasks.init.results.build)
164-
operator: in
165-
values:
166-
- "true"
167146
workspaces:
168147
- name: basic-auth
169148
workspace: git-auth
@@ -184,7 +163,7 @@ spec:
184163
- name: name
185164
value: prefetch-dependencies-oci-ta
186165
- name: bundle
187-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
166+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
188167
- name: kind
189168
value: task
190169
resolver: bundles
@@ -231,15 +210,10 @@ spec:
231210
- name: name
232211
value: buildah-oci-ta
233212
- name: bundle
234-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:6ec006242975a17388bfe813e2afd0ae721dd013247580c0d988e3c4a9c7f867
213+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:fc685d7c25a3ce588d8bd52306023f57e16402c22507c857a9914f947c99c829
235214
- name: kind
236215
value: task
237216
resolver: bundles
238-
when:
239-
- input: $(tasks.init.results.build)
240-
operator: in
241-
values:
242-
- "true"
243217
- name: build-image-index
244218
params:
245219
- name: IMAGE
@@ -262,15 +236,10 @@ spec:
262236
- name: name
263237
value: build-image-index
264238
- name: bundle
265-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
239+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
266240
- name: kind
267241
value: task
268242
resolver: bundles
269-
when:
270-
- input: $(tasks.init.results.build)
271-
operator: in
272-
values:
273-
- "true"
274243
- name: build-source-image
275244
params:
276245
- name: BINARY_IMAGE
@@ -288,15 +257,11 @@ spec:
288257
- name: name
289258
value: source-build-oci-ta
290259
- name: bundle
291-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
260+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
292261
- name: kind
293262
value: task
294263
resolver: bundles
295264
when:
296-
- input: $(tasks.init.results.build)
297-
operator: in
298-
values:
299-
- "true"
300265
- input: $(params.build-source-image)
301266
operator: in
302267
values:
@@ -314,7 +279,7 @@ spec:
314279
- name: name
315280
value: deprecated-image-check
316281
- name: bundle
317-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
282+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
318283
- name: kind
319284
value: task
320285
resolver: bundles
@@ -336,7 +301,7 @@ spec:
336301
- name: name
337302
value: clair-scan
338303
- name: bundle
339-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
304+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
340305
- name: kind
341306
value: task
342307
resolver: bundles
@@ -356,7 +321,7 @@ spec:
356321
- name: name
357322
value: ecosystem-cert-preflight-checks
358323
- name: bundle
359-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
324+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
360325
- name: kind
361326
value: task
362327
resolver: bundles
@@ -382,7 +347,7 @@ spec:
382347
- name: name
383348
value: sast-snyk-check-oci-ta
384349
- name: bundle
385-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
350+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
386351
- name: kind
387352
value: task
388353
resolver: bundles
@@ -404,7 +369,7 @@ spec:
404369
- name: name
405370
value: clamav-scan
406371
- name: bundle
407-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
372+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
408373
- name: kind
409374
value: task
410375
resolver: bundles
@@ -449,7 +414,7 @@ spec:
449414
- name: name
450415
value: sast-coverity-check-oci-ta
451416
- name: bundle
452-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
417+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
453418
- name: kind
454419
value: task
455420
resolver: bundles
@@ -470,7 +435,7 @@ spec:
470435
- name: name
471436
value: coverity-availability-check
472437
- name: bundle
473-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6
438+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
474439
- name: kind
475440
value: task
476441
resolver: bundles
@@ -496,7 +461,7 @@ spec:
496461
- name: name
497462
value: sast-shell-check-oci-ta
498463
- name: bundle
499-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
464+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
500465
- name: kind
501466
value: task
502467
resolver: bundles
@@ -522,7 +487,7 @@ spec:
522487
- name: name
523488
value: sast-unicode-check-oci-ta
524489
- name: bundle
525-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
490+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
526491
- name: kind
527492
value: task
528493
resolver: bundles
@@ -544,7 +509,7 @@ spec:
544509
- name: name
545510
value: apply-tags
546511
- name: bundle
547-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
512+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
548513
- name: kind
549514
value: task
550515
resolver: bundles
@@ -567,7 +532,7 @@ spec:
567532
- name: name
568533
value: push-dockerfile-oci-ta
569534
- name: bundle
570-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
535+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
571536
- name: kind
572537
value: task
573538
resolver: bundles

0 commit comments

Comments
 (0)