Skip to content

Commit f6cd350

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5e24ec4 commit f6cd350

File tree

2 files changed

+66
-52
lines changed

2 files changed

+66
-52
lines changed

.tekton/osc-monitor-pull-request.yaml

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "osc-release-v1.10"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "osc-release-v1.10"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: openshift-sandboxed-containers-v1-10
1615
appstudio.openshift.io/component: osc-monitor-v1-10
@@ -67,13 +66,11 @@ spec:
6766
name: output-image
6867
type: string
6968
- default: .
70-
description: Path to the source code of an application's component from where
71-
to build image.
69+
description: Path to the source code of an application's component from where to build image.
7270
name: path-context
7371
type: string
7472
- default: Dockerfile
75-
description: Path to the Dockerfile inside the context specified by parameter
76-
path-context
73+
description: Path to the Dockerfile inside the context specified by parameter path-context
7774
name: dockerfile
7875
type: string
7976
- default: "false"
@@ -93,8 +90,7 @@ spec:
9390
name: prefetch-input
9491
type: string
9592
- default: ""
96-
description: Image tag expiration time, time values could be something like
97-
1h, 2d, 3w for hours, days, and weeks, respectively.
93+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9894
name: image-expires-after
9995
- default: "true"
10096
description: Build a source image.
@@ -113,17 +109,19 @@ spec:
113109
name: build-args-file
114110
type: string
115111
- default: "false"
116-
description: Whether to enable privileged mode, should be used only with remote
117-
VMs
112+
description: Whether to enable privileged mode, should be used only with remote VMs
118113
name: privileged-nested
119114
type: string
120115
- default:
121116
- linux/x86_64
122117
- linux/s390x
123-
description: List of platforms to build the container images on. The available
124-
set of values is determined by the configuration of the multi-platform-controller.
118+
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
125119
name: build-platforms
126120
type: array
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.
127125
results:
128126
- description: ""
129127
name: IMAGE_URL
@@ -151,7 +149,7 @@ spec:
151149
- name: name
152150
value: init
153151
- name: bundle
154-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ded314206f09712b2116deb050b774ae7efef9ab243794334c8e616871a3ffa5
152+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
155153
- name: kind
156154
value: task
157155
resolver: bundles
@@ -172,7 +170,7 @@ spec:
172170
- name: name
173171
value: git-clone-oci-ta
174172
- name: bundle
175-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
173+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0d80f66610efd1f957700f61dcd5080689321b10ad544e136d58fc4673290d1b
176174
- name: kind
177175
value: task
178176
resolver: bundles
@@ -201,7 +199,7 @@ spec:
201199
- name: name
202200
value: prefetch-dependencies-oci-ta
203201
- name: bundle
204-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:0b58e5132333dd3b710ef9c18ecebe0d5e5b22066ba56481d34431c989cb21dd
202+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:dc82a7270aace9b1c26f7e96f8ccab2752e53d32980c41a45e1733baad76cde6
205203
- name: kind
206204
value: task
207205
resolver: bundles
@@ -244,14 +242,16 @@ spec:
244242
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
245243
- name: IMAGE_APPEND_PLATFORM
246244
value: "true"
245+
- name: BUILDAH_FORMAT
246+
value: $(params.buildah-format)
247247
runAfter:
248248
- prefetch-dependencies
249249
taskRef:
250250
params:
251251
- name: name
252252
value: buildah-remote-oci-ta
253253
- name: bundle
254-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:252e5c94fb2375c43bdfd4b65097d246f4f37392956b08e5c38f366623a0b9ce
254+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:5e59c05455619580f4383010726f7db8440ecf6959882e9053ac697dd6d277fd
255255
- name: kind
256256
value: task
257257
resolver: bundles
@@ -273,14 +273,16 @@ spec:
273273
- name: IMAGES
274274
value:
275275
- $(tasks.build-images.results.IMAGE_REF[*])
276+
- name: BUILDAH_FORMAT
277+
value: $(params.buildah-format)
276278
runAfter:
277279
- build-images
278280
taskRef:
279281
params:
280282
- name: name
281283
value: build-image-index
282284
- name: bundle
283-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
285+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
284286
- name: kind
285287
value: task
286288
resolver: bundles
@@ -306,7 +308,7 @@ spec:
306308
- name: name
307309
value: source-build-oci-ta
308310
- name: bundle
309-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a48c950350c5e9945cc4ad6bfad7fc653aa437c9eff74a25fd1d42fda4fe344d
311+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:36d44f2924f60da00a079a9ab7ce25ad8b2ad593c16d90509203c125ff0ccd46
310312
- name: kind
311313
value: task
312314
resolver: bundles
@@ -332,7 +334,7 @@ spec:
332334
- name: name
333335
value: deprecated-image-check
334336
- name: bundle
335-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:c49732039f105de809840be396f83ead8c46f6a6948e1335b76d37e9eb469574
337+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
336338
- name: kind
337339
value: task
338340
resolver: bundles
@@ -341,7 +343,12 @@ spec:
341343
operator: in
342344
values:
343345
- "false"
344-
- name: clair-scan
346+
- matrix:
347+
params:
348+
- name: image-platform
349+
value:
350+
- $(params.build-platforms)
351+
name: clair-scan
345352
params:
346353
- name: image-digest
347354
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
@@ -354,7 +361,7 @@ spec:
354361
- name: name
355362
value: clair-scan
356363
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
364+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
358365
- name: kind
359366
value: task
360367
resolver: bundles
@@ -374,7 +381,7 @@ spec:
374381
- name: name
375382
value: ecosystem-cert-preflight-checks
376383
- name: bundle
377-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
384+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
378385
- name: kind
379386
value: task
380387
resolver: bundles
@@ -400,7 +407,7 @@ spec:
400407
- name: name
401408
value: sast-snyk-check-oci-ta
402409
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e371aa09c65ab309138b4aeae9ea4dd93f83119c5cc61e9f2057fe5bb518fbe9
410+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
404411
- name: kind
405412
value: task
406413
resolver: bundles
@@ -562,7 +569,7 @@ spec:
562569
- name: name
563570
value: apply-tags
564571
- name: bundle
565-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e0de426d492e195f59c99d2ea1ca0df7bfb8c689f5d1468fe7f70eb8684b8d02
572+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
566573
- name: kind
567574
value: task
568575
resolver: bundles
@@ -585,7 +592,7 @@ spec:
585592
- name: name
586593
value: push-dockerfile-oci-ta
587594
- name: bundle
588-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:235ef6e835de8171c07b8a7f8947d0b40bfcff999e1ff3cb6ddd9acc65c48430
595+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2bc5b3afc5de56da0f06eac60b65e86f6b861b16a63f48579fc0bac7d657e14c
589596
- name: kind
590597
value: task
591598
resolver: bundles

0 commit comments

Comments
 (0)