Skip to content

Commit 591053e

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent ca9599d commit 591053e

File tree

2 files changed

+62
-58
lines changed

2 files changed

+62
-58
lines changed

.tekton/subctl-0-21-pull-request.yaml

Lines changed: 31 additions & 29 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.21"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-0.21"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: submariner-0-21
1615
appstudio.openshift.io/component: subctl-0-21
@@ -73,13 +72,11 @@ spec:
7372
name: output-image
7473
type: string
7574
- default: .
76-
description: Path to the source code of an application's component from where
77-
to build image.
75+
description: Path to the source code of an application's component from where to build image.
7876
name: path-context
7977
type: string
8078
- default: Dockerfile
81-
description: Path to the Dockerfile inside the context specified by parameter
82-
path-context
79+
description: Path to the Dockerfile inside the context specified by parameter path-context
8380
name: dockerfile
8481
type: string
8582
- default: "false"
@@ -99,8 +96,7 @@ spec:
9996
name: prefetch-input
10097
type: string
10198
- default: ""
102-
description: Image tag expiration time, time values could be something like
103-
1h, 2d, 3w for hours, days, and weeks, respectively.
99+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
104100
name: image-expires-after
105101
type: string
106102
- default: "false"
@@ -120,16 +116,18 @@ spec:
120116
name: build-args-file
121117
type: string
122118
- default: "false"
123-
description: Whether to enable privileged mode, should be used only with remote
124-
VMs
119+
description: Whether to enable privileged mode, should be used only with remote VMs
125120
name: privileged-nested
126121
type: string
127122
- default:
128123
- linux/x86_64
129-
description: List of platforms to build the container images on. The available
130-
set of values is determined by the configuration of the multi-platform-controller.
124+
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.
131125
name: build-platforms
132126
type: array
127+
- name: buildah-format
128+
default: docker
129+
type: string
130+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
133131
results:
134132
- description: ""
135133
name: IMAGE_URL
@@ -157,7 +155,7 @@ spec:
157155
- name: name
158156
value: init
159157
- name: bundle
160-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:08e18a4dc5f947c1d20e8353a19d013144bea87b72f67236b165dd4778523951
158+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
161159
- name: kind
162160
value: task
163161
resolver: bundles
@@ -178,7 +176,7 @@ spec:
178176
- name: name
179177
value: git-clone-oci-ta
180178
- name: bundle
181-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:be82c55346e8810bd1edc5547f864064da6945979baccca7dfc99990b392a02b
179+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3a920a83fc0135aaae2730fe9d446eb2da2ffc9d63a34bceea04afd24653bdee
182180
- name: kind
183181
value: task
184182
resolver: bundles
@@ -207,7 +205,7 @@ spec:
207205
- name: name
208206
value: prefetch-dependencies-oci-ta
209207
- name: bundle
210-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:63448dd12b8ace978df27c155b3662cb1a8b285906843e03da99ce483d50f1eb
208+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:970285e3b0495961199523b566e0dd92ec2e29bedbcf61d8fc67106b06d0f923
211209
- name: kind
212210
value: task
213211
resolver: bundles
@@ -250,14 +248,16 @@ spec:
250248
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
251249
- name: IMAGE_APPEND_PLATFORM
252250
value: "true"
251+
- name: BUILDAH_FORMAT
252+
value: $(params.buildah-format)
253253
runAfter:
254254
- prefetch-dependencies
255255
taskRef:
256256
params:
257257
- name: name
258258
value: buildah-remote-oci-ta
259259
- name: bundle
260-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:bbcd0f1ef282950c8349b893b19694bd7a21889251529d5da126c0946a4ca045
260+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.6@sha256:ac05dabe8b6b446f974cf2b6ef1079cfaa9443d7078c2ebe3ec79aa650e1b5b2
261261
- name: kind
262262
value: task
263263
resolver: bundles
@@ -279,14 +279,16 @@ spec:
279279
- name: IMAGES
280280
value:
281281
- $(tasks.build-images.results.IMAGE_REF[*])
282+
- name: BUILDAH_FORMAT
283+
value: $(params.buildah-format)
282284
runAfter:
283285
- build-images
284286
taskRef:
285287
params:
286288
- name: name
287289
value: build-image-index
288290
- name: bundle
289-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:72f77a8c62f9d6f69ab5c35170839e4b190026e6cc3d7d4ceafa7033fc30ad7b
291+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:d94cad7f41be61074dd21c7dff26dab9217c3435a16f62813c1cb8382dd9aae6
290292
- name: kind
291293
value: task
292294
resolver: bundles
@@ -312,7 +314,7 @@ spec:
312314
- name: name
313315
value: source-build-oci-ta
314316
- name: bundle
315-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:bfec1fabb0ed7c191e6c85d75e6cc577a04cabe9e6b35f9476529e8e5b3c0c82
317+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:2a290f91fdccf4c9ef726a1605163bc14904e1dbf9837ac6d2621caddd10f98e
316318
- name: kind
317319
value: task
318320
resolver: bundles
@@ -338,7 +340,7 @@ spec:
338340
- name: name
339341
value: deprecated-image-check
340342
- name: bundle
341-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
343+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
342344
- name: kind
343345
value: task
344346
resolver: bundles
@@ -360,7 +362,7 @@ spec:
360362
- name: name
361363
value: clair-scan
362364
- name: bundle
363-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
365+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
364366
- name: kind
365367
value: task
366368
resolver: bundles
@@ -380,7 +382,7 @@ spec:
380382
- name: name
381383
value: ecosystem-cert-preflight-checks
382384
- name: bundle
383-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:3de22bd7d3c274bc00f95a6bb5ed61559c3354aae74568d7afa364b896b513a6
385+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
384386
- name: kind
385387
value: task
386388
resolver: bundles
@@ -406,7 +408,7 @@ spec:
406408
- name: name
407409
value: sast-snyk-check-oci-ta
408410
- name: bundle
409-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
411+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
410412
- name: kind
411413
value: task
412414
resolver: bundles
@@ -428,7 +430,7 @@ spec:
428430
- name: name
429431
value: clamav-scan
430432
- name: bundle
431-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:cce2dfcc5bd6e91ee54aacdadad523b013eeae5cdaa7f6a4624b8cbcc040f439
433+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
432434
- name: kind
433435
value: task
434436
resolver: bundles
@@ -473,7 +475,7 @@ spec:
473475
- name: name
474476
value: sast-coverity-check-oci-ta
475477
- name: bundle
476-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:5f81372e21a3c6f4a745b723e444b6eb81a11bdff8740e0ce4b96ad42924e45e
478+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
477479
- name: kind
478480
value: task
479481
resolver: bundles
@@ -520,7 +522,7 @@ spec:
520522
- name: name
521523
value: sast-shell-check-oci-ta
522524
- name: bundle
523-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
525+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f950c3cefcff91de751f4d24a297c3312a2b265dd54478193ba1330791976c35
524526
- name: kind
525527
value: task
526528
resolver: bundles
@@ -546,7 +548,7 @@ spec:
546548
- name: name
547549
value: sast-unicode-check-oci-ta
548550
- name: bundle
549-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
551+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1cf8f6f6e991e1820cbebddaf9f38442a2ea5669956c9ffc2b7e4698ae7e99be
550552
- name: kind
551553
value: task
552554
resolver: bundles
@@ -568,7 +570,7 @@ spec:
568570
- name: name
569571
value: apply-tags
570572
- name: bundle
571-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:70881c97a4c51ee1f4d023fa1110e0bdfcfd2f51d9a261fa543c3862b9a4eee9
573+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:f44be1bf0262471f2f503f5e19da5f0628dcaf968c86272a2ad6b4871e708448
572574
- name: kind
573575
value: task
574576
resolver: bundles
@@ -591,7 +593,7 @@ spec:
591593
- name: name
592594
value: push-dockerfile-oci-ta
593595
- name: bundle
594-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8640726ef7c5875e3b2e64c9f823921ea970674593f077cadfce3c45c9b9a2b9
596+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:14fba04580b236e4206a904b86ee2fd8eeaa4163f7619a9c2602d361e4f74c51
595597
- name: kind
596598
value: task
597599
resolver: bundles

0 commit comments

Comments
 (0)