Skip to content

Commit 09b6caf

Browse files
[release-v1.15] 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 cbdc85f commit 09b6caf

1 file changed

Lines changed: 21 additions & 32 deletions

File tree

.tekton/docker-build.yaml

Lines changed: 21 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ spec:
1818
- linux/arm64
1919
- linux/ppc64le
2020
- linux/s390x
21-
description: List of platforms to build the container images on. The available
22-
set of values is determined by the configuration of the multi-platform-controller.
21+
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.
2322
name: build-platforms
2423
type: array
2524
- default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -31,8 +30,7 @@ spec:
3130
name: build-source-image
3231
type: string
3332
- default: "false"
34-
description: 'Enable in-development package managers. WARNING: the behavior may
35-
change at any time without notice. Use at your own risk.'
33+
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
3634
name: prefetch-input-dev-package-managers
3735
- default: []
3836
description: Additional image tags
@@ -49,13 +47,11 @@ spec:
4947
name: output-image
5048
type: string
5149
- default: .
52-
description: Path to the source code of an application's component from where
53-
to build image.
50+
description: Path to the source code of an application's component from where to build image.
5451
name: path-context
5552
type: string
5653
- default: Dockerfile
57-
description: Path to the Dockerfile inside the context specified by parameter
58-
path-context
54+
description: Path to the Dockerfile inside the context specified by parameter path-context
5955
name: dockerfile
6056
type: string
6157
- default: "false"
@@ -71,17 +67,15 @@ spec:
7167
name: prefetch-input
7268
type: string
7369
- default: ""
74-
description: Image tag expiration time, time values could be something like 1h,
75-
2d, 3w for hours, days, and weeks, respectively.
70+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
7671
name: image-expires-after
7772
type: string
7873
- default: "true"
7974
description: Add built image into an OCI image index
8075
name: build-image-index
8176
type: string
8277
- default: docker
83-
description: The format for the resulting image's mediaType. Valid values are
84-
oci or docker.
78+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
8579
name: buildah-format
8680
type: string
8781
- default: "false"
@@ -96,8 +90,7 @@ spec:
9690
name: build-args-file
9791
type: string
9892
- default: "false"
99-
description: Whether to enable privileged mode, should be used only with remote
100-
VMs
93+
description: Whether to enable privileged mode, should be used only with remote VMs
10194
name: privileged-nested
10295
type: string
10396
results:
@@ -133,7 +126,7 @@ spec:
133126
- name: name
134127
value: sast-snyk-check-oci-ta
135128
- name: bundle
136-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:c4b79e009cbfe58cdb80775aedd16e7fc7ee5896ec77431584abb36f067c6484
129+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:2ad986f28d0b724dabcf76c4de649f058f0e66998c7d2f61b66de46533bdbcad
137130
- name: kind
138131
value: task
139132
resolver: bundles
@@ -161,7 +154,7 @@ spec:
161154
- name: name
162155
value: prefetch-dependencies-oci-ta
163156
- name: bundle
164-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:22612d629796a29ddd177d6e29c18a4319875d4e2348286ea01d16427cec0dc1
157+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3@sha256:9917d11f0a38c844184042d504b3d5605c009e6e43785fa113caae8b4c99b75e
165158
- name: kind
166159
value: task
167160
resolver: bundles
@@ -185,7 +178,7 @@ spec:
185178
- name: name
186179
value: apply-tags
187180
- name: bundle
188-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
181+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:aa62b41861c09e2e59c69cc6e9a1f740bf0c81e6a1eb03f57f59dfda0f65840e
189182
- name: kind
190183
value: task
191184
resolver: bundles
@@ -275,18 +268,14 @@ spec:
275268
- name: name
276269
value: buildah-remote-oci-ta
277270
- name: bundle
278-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:1302dbf65547d9ce065b4947f6217b7d3daa06dfd4542cbaa3e42438c1a08b0e
271+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:4b3b76822c67fb734a9b3a5112e3810e271ee09d2777720a277a33870d3b038b
279272
- name: kind
280273
value: task
281274
resolver: bundles
282275
- name: build-image-index
283276
params:
284277
- name: IMAGE
285278
value: $(params.output-image)
286-
- name: COMMIT_SHA
287-
value: $(tasks.clone-repository.results.commit)
288-
- name: IMAGE_EXPIRES_AFTER
289-
value: $(params.image-expires-after)
290279
- name: ALWAYS_BUILD_INDEX
291280
value: $(params.build-image-index)
292281
- name: IMAGES
@@ -301,7 +290,7 @@ spec:
301290
- name: name
302291
value: build-image-index
303292
- name: bundle
304-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:ac4f8b58ade5000f6e47d287b72832f0d89a91651849467be73e05da639cff7d
293+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3@sha256:ae3fa44f005054d4901d33413972227b5642d376968a67791535cdcc2e98473d
305294
- name: kind
306295
value: task
307296
resolver: bundles
@@ -322,7 +311,7 @@ spec:
322311
- name: name
323312
value: source-build-oci-ta
324313
- name: bundle
325-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:eb620d137d2dfa9966d991ac210ad14f391cfa9cfc501e3cc1eb24e3332c6986
314+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:362f0475df00e7dfb5f15dea0481d1b68b287f60411718d70a23da3c059a5613
326315
- name: kind
327316
value: task
328317
resolver: bundles
@@ -344,7 +333,7 @@ spec:
344333
- name: name
345334
value: deprecated-image-check
346335
- name: bundle
347-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:516ea66977bc4cdad1da61d9273a31540f0d419270f8c8c4b6b3a6aaa4002d96
336+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:5ff16b7e6b4a8aa1adb352e74b9f831f77ff97bafd1b89ddb0038d63335f1a67
348337
- name: kind
349338
value: task
350339
resolver: bundles
@@ -371,7 +360,7 @@ spec:
371360
- name: name
372361
value: clair-scan
373362
- name: bundle
374-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:85717be5f79a4c74547dff14271d1df49ee0d260ff46670ef0ea8ce23a4ababa
363+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:89924756c91ded746cf9ccc9f07907595e5b2454ddda0219132913a4875a5f59
375364
- name: kind
376365
value: task
377366
resolver: bundles
@@ -396,7 +385,7 @@ spec:
396385
- name: name
397386
value: ecosystem-cert-preflight-checks
398387
- name: bundle
399-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:945f8ba72381402ce6b00efa24a6eeb19a27ba68b445474c28ebfbfb21bb365f
388+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b4ac586edea81dcd25dfc17f1bd57899825be2b443e48d572cd05ce058f153bb
400389
- name: kind
401390
value: task
402391
resolver: bundles
@@ -423,7 +412,7 @@ spec:
423412
- name: name
424413
value: clamav-scan
425414
- name: bundle
426-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:657d2704299777e90bc177ea012f4b13c80199ae77fa5d4b5e5b524993411e86
415+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:9f18b216ce71a66909e7cb17d9b34526c02d73cf12884ba32d1f10614f7b9f5a
427416
- name: kind
428417
value: task
429418
resolver: bundles
@@ -449,7 +438,7 @@ spec:
449438
- name: name
450439
value: sast-shell-check-oci-ta
451440
- name: bundle
452-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a528f0170b0d0de8db53dfdf02b96d201f3d9f735a904c645b5b111cea7ef44f
441+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:c4ef47e3b4e0508572d266fb745be7e374c29dc02580328cbe9f4d472a8aca57
453442
- name: kind
454443
value: task
455444
resolver: bundles
@@ -475,7 +464,7 @@ spec:
475464
- name: name
476465
value: sast-unicode-check-oci-ta
477466
- name: bundle
478-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:2bcccabd857914f66543d17a676f4d259daa67fe55c63a7d317000365c369792
467+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:0854d9261760b2dc8f092569739685a5ab0a5c620e9cb8c1b78fef9e2d077a29
479468
- name: kind
480469
value: task
481470
resolver: bundles
@@ -503,7 +492,7 @@ spec:
503492
- name: name
504493
value: push-dockerfile-oci-ta
505494
- name: bundle
506-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3@sha256:322d515ca66d92188067344761733d1e5c64d4b7bb790d10f35540da5e6289f1
495+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3@sha256:1bc2d0f26b89259db090a47bb38217c82c05e335d626653d184adf1d196ca131
507496
- name: kind
508497
value: task
509498
resolver: bundles
@@ -520,7 +509,7 @@ spec:
520509
- name: name
521510
value: rpms-signature-scan
522511
- name: bundle
523-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:05d2d9ea7d1125349bcbd356eaf255632960fa240980f94b5315c1832f09642c
512+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1bd72f07e607b41fc2f1ef1fd0fb840699e49f113128b5dc0b387b5c2757cb38
524513
- name: kind
525514
value: task
526515
resolver: bundles

0 commit comments

Comments
 (0)