Skip to content

Commit 0a930f7

Browse files
authored
Merge pull request #159 from openshift/klux/references/release-0.10
chore(deps): update konflux references
2 parents 9f1dfd5 + accc1cd commit 0a930f7

6 files changed

+150
-366
lines changed

.tekton/openshift-selinuxd-rhel10-container-release-0-10-pull-request.yaml

Lines changed: 25 additions & 61 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-
== "release-0.10"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-0.10"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: security-profiles-operator-release-0-10
1615
appstudio.openshift.io/component: openshift-selinuxd-rhel10-container-release-0-10
@@ -57,19 +56,13 @@ spec:
5756
name: output-image
5857
type: string
5958
- default: .
60-
description: Path to the source code of an application's component from where
61-
to build image.
59+
description: Path to the source code of an application's component from where to build image.
6260
name: path-context
6361
type: string
6462
- default: Dockerfile
65-
description: Path to the Dockerfile inside the context specified by parameter
66-
path-context
63+
description: Path to the Dockerfile inside the context specified by parameter path-context
6764
name: dockerfile
6865
type: string
69-
- default: "false"
70-
description: Force rebuild image
71-
name: rebuild
72-
type: string
7366
- default: "false"
7467
description: Skip checks against built image
7568
name: skip-checks
@@ -83,8 +76,7 @@ spec:
8376
name: prefetch-input
8477
type: string
8578
- default: ""
86-
description: Image tag expiration time, time values could be something like
87-
1h, 2d, 3w for hours, days, and weeks, respectively.
79+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8880
name: image-expires-after
8981
type: string
9082
- default: "false"
@@ -96,8 +88,7 @@ spec:
9688
name: build-image-index
9789
type: string
9890
- default: docker
99-
description: The format for the resulting image's mediaType. Valid values are
100-
oci or docker.
91+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
10192
name: buildah-format
10293
type: string
10394
- default: "false"
@@ -112,14 +103,12 @@ spec:
112103
name: build-args-file
113104
type: string
114105
- default: "false"
115-
description: Whether to enable privileged mode, should be used only with remote
116-
VMs
106+
description: Whether to enable privileged mode, should be used only with remote VMs
117107
name: privileged-nested
118108
type: string
119109
- default:
120110
- linux/x86_64
121-
description: List of platforms to build the container images on. The available
122-
set of values is determined by the configuration of the multi-platform-controller.
111+
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.
123112
name: build-platforms
124113
type: array
125114
results:
@@ -138,20 +127,14 @@ spec:
138127
tasks:
139128
- name: init
140129
params:
141-
- name: image-url
142-
value: $(params.output-image)
143-
- name: rebuild
144-
value: $(params.rebuild)
145-
- name: skip-checks
146-
value: $(params.skip-checks)
147130
- name: enable-cache-proxy
148131
value: $(params.enable-cache-proxy)
149132
taskRef:
150133
params:
151134
- name: name
152135
value: init
153136
- name: bundle
154-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
137+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
155138
- name: kind
156139
value: task
157140
resolver: bundles
@@ -172,15 +155,10 @@ spec:
172155
- name: name
173156
value: git-clone-oci-ta
174157
- name: bundle
175-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
158+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
176159
- name: kind
177160
value: task
178161
resolver: bundles
179-
when:
180-
- input: $(tasks.init.results.build)
181-
operator: in
182-
values:
183-
- "true"
184162
workspaces:
185163
- name: basic-auth
186164
workspace: git-auth
@@ -203,7 +181,7 @@ spec:
203181
- name: name
204182
value: prefetch-dependencies-oci-ta
205183
- name: bundle
206-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:8eac535f436874ca27c70434ff356ba941d7b649c0e861bca6f4e9fc5e215478
184+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
207185
- name: kind
208186
value: task
209187
resolver: bundles
@@ -261,15 +239,10 @@ spec:
261239
- name: name
262240
value: buildah-remote-oci-ta
263241
- name: bundle
264-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:fe66734cde6713f530b19e222680acc5e0d6a533866429659ea8561b746d9ce7
242+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:36914fa75f224eae34b47bb9523e8d5d00d7ab7ea0c12a4ded5125d3d29c8bc8
265243
- name: kind
266244
value: task
267245
resolver: bundles
268-
when:
269-
- input: $(tasks.init.results.build)
270-
operator: in
271-
values:
272-
- "true"
273246
- name: build-image-index
274247
params:
275248
- name: IMAGE
@@ -292,15 +265,10 @@ spec:
292265
- name: name
293266
value: build-image-index
294267
- name: bundle
295-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
268+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8fd2bd1329a833cf1c3c049c0044961d6f5d5bfc954ebf188c19a56852c42600
296269
- name: kind
297270
value: task
298271
resolver: bundles
299-
when:
300-
- input: $(tasks.init.results.build)
301-
operator: in
302-
values:
303-
- "true"
304272
- name: build-source-image
305273
params:
306274
- name: BINARY_IMAGE
@@ -323,10 +291,6 @@ spec:
323291
value: task
324292
resolver: bundles
325293
when:
326-
- input: $(tasks.init.results.build)
327-
operator: in
328-
values:
329-
- "true"
330294
- input: $(params.build-source-image)
331295
operator: in
332296
values:
@@ -344,7 +308,7 @@ spec:
344308
- name: name
345309
value: deprecated-image-check
346310
- name: bundle
347-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
311+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
348312
- name: kind
349313
value: task
350314
resolver: bundles
@@ -371,7 +335,7 @@ spec:
371335
- name: name
372336
value: clair-scan
373337
- name: bundle
374-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:7c2a32de9021f16f6e8df08a55f539f12e00ea4d96f6fb37f9ea04167032c61f
338+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
375339
- name: kind
376340
value: task
377341
resolver: bundles
@@ -396,7 +360,7 @@ spec:
396360
- name: name
397361
value: ecosystem-cert-preflight-checks
398362
- name: bundle
399-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
363+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
400364
- name: kind
401365
value: task
402366
resolver: bundles
@@ -424,7 +388,7 @@ spec:
424388
- name: name
425389
value: sast-snyk-check-oci-ta
426390
- name: bundle
427-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0eca130f289a1a1069a1b92943479f79aa7324e4e68d6396fd777ccd97058f50
391+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
428392
- name: kind
429393
value: task
430394
resolver: bundles
@@ -451,7 +415,7 @@ spec:
451415
- name: name
452416
value: clamav-scan
453417
- name: bundle
454-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
418+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
455419
- name: kind
456420
value: task
457421
resolver: bundles
@@ -496,7 +460,7 @@ spec:
496460
- name: name
497461
value: sast-coverity-check-oci-ta
498462
- name: bundle
499-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
463+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
500464
- name: kind
501465
value: task
502466
resolver: bundles
@@ -517,7 +481,7 @@ spec:
517481
- name: name
518482
value: coverity-availability-check
519483
- name: bundle
520-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
484+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
521485
- name: kind
522486
value: task
523487
resolver: bundles
@@ -543,7 +507,7 @@ spec:
543507
- name: name
544508
value: sast-shell-check-oci-ta
545509
- name: bundle
546-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
510+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
547511
- name: kind
548512
value: task
549513
resolver: bundles
@@ -569,7 +533,7 @@ spec:
569533
- name: name
570534
value: sast-unicode-check-oci-ta
571535
- name: bundle
572-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
536+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
573537
- name: kind
574538
value: task
575539
resolver: bundles
@@ -586,15 +550,15 @@ spec:
586550
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
587551
- name: ADDITIONAL_TAGS
588552
value:
589-
- '{{ target_branch }}'
553+
- '{{ target_branch }}'
590554
runAfter:
591555
- build-image-index
592556
taskRef:
593557
params:
594558
- name: name
595559
value: apply-tags
596560
- name: bundle
597-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:c89cd10b2a3f4c43789c5f06ef2b86f528b28f156c20af5e751fa8c0facd457d
561+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
598562
- name: kind
599563
value: task
600564
resolver: bundles
@@ -617,7 +581,7 @@ spec:
617581
- name: name
618582
value: push-dockerfile-oci-ta
619583
- name: bundle
620-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
584+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
621585
- name: kind
622586
value: task
623587
resolver: bundles

0 commit comments

Comments
 (0)