Skip to content

Commit 49fbfdd

Browse files
chore(deps): update konflux references (#205)
This PR contains the following updates: | Package | Change | |---|---| | quay.io/konflux-ci/tekton-catalog/task-build-image-index | `ba7fbed` -> `79784d5` | | quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta | `ec87447` -> `650b0bc` | | quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check | `2c32152` -> `f59175d` | | quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta | `a0ab23f` -> `46fad72` | | quay.io/konflux-ci/tekton-catalog/task-fbc-target-index-pruning-check | `345a0fe` -> `cd86fe9` | | quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta | `efcce59` -> `3f1b468` | | quay.io/konflux-ci/tekton-catalog/task-init | `ec962d0` -> `526a104` | | quay.io/konflux-ci/tekton-catalog/task-validate-fbc | `23fdc01` -> `730dd40` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 3am and before 7am" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- To execute skipped test pipelines write comment `/ok-to-test`. This PR has been generated by [MintMaker](https://redirect.github.com/konflux-ci/mintmaker) (powered by [Renovate Bot](https://redirect.github.com/renovatebot/renovate)). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MC4xLXJwbSIsInVwZGF0ZWRJblZlciI6IjQxLjkwLjEtcnBtIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 119c880 commit 49fbfdd

File tree

3 files changed

+32
-48
lines changed

3 files changed

+32
-48
lines changed

.tekton/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
- name: name
7878
value: git-clone-oci-ta
7979
- name: bundle
80-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:efcce59f226b1426f7685917e41a50b73478f38fe9ac56c98f1e961effd4b6f0
80+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
8181
- name: kind
8282
value: task
8383
resolver: bundles

.tekton/operator-index-pipeline.yaml

Lines changed: 30 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,21 @@ apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
44
name: operator-index-pipeline
5-
65
spec:
7-
86
description: |
97
This pipeline builds and verifies ACS operator [file-based catalogs](https://konflux-ci.dev/docs/advanced-how-tos/building-olm.adoc#building-the-file-based-catalog).
108
Modified from the generic Konflux pipeline by adding an OpenShift version parameter.
119
1210
_Uses `buildah` to create a container image. Its build-time tests are limited to verifying the included catalog and do not scan the image._
13-
1411
finally:
15-
1612
- name: slack-notification
1713
params:
1814
- name: message
1915
value: ':x: `{{event_type}}` pipeline for <https://console.redhat.com/application-pipeline/ns/$(context.pipelineRun.namespace)/pipelinerun/$(context.pipelineRun.name)|$(context.pipelineRun.name)> (`$(params.output-image-repo)`, revision <$(params.git-url)/commit/$(params.revision)|$(params.revision)>) has failed.'
2016
- name: key-name
2117
value: 'acs-konflux-notifications'
2218
when:
23-
# Run when any task has Failed
19+
# Run when any task has Failed
2420
- input: $(tasks.status)
2521
operator: in
2622
values: ["Failed"]
@@ -33,7 +29,6 @@ spec:
3329
- name: kind
3430
value: task
3531
resolver: bundles
36-
3732
- name: show-sbom
3833
params:
3934
- name: IMAGE_URL
@@ -47,7 +42,6 @@ spec:
4742
- name: kind
4843
value: task
4944
resolver: bundles
50-
5145
- name: show-summary
5246
params:
5347
- name: pipelinerun-name
@@ -67,7 +61,6 @@ spec:
6761
- name: kind
6862
value: task
6963
resolver: bundles
70-
7164
- name: post-metric-end
7265
params:
7366
- name: AGGREGATE_TASKS_STATUS
@@ -81,7 +74,6 @@ spec:
8174
- name: kind
8275
value: task
8376
resolver: bundles
84-
8577
params:
8678
- description: Source Repository URL
8779
name: git-url
@@ -127,12 +119,11 @@ spec:
127119
description: Build dependencies to be prefetched by Cachi2
128120
name: prefetch-input
129121
type: string
130-
- description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and
131-
weeks, respectively.
122+
- description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
132123
name: image-expires-after
133-
# Image expiry disabled because it sets quay.expires-after label on the image which fails Conforma at release time.
134-
# A downside is that FBC images will stay in our Quay forever while certainly they become unneeded as time passes.
135-
# TODO(ROX-27836): find a way to garbage-collect FBC images.
124+
# Image expiry disabled because it sets quay.expires-after label on the image which fails Conforma at release time.
125+
# A downside is that FBC images will stay in our Quay forever while certainly they become unneeded as time passes.
126+
# TODO(ROX-27836): find a way to garbage-collect FBC images.
136127
default: ''
137128
- default: "false"
138129
description: Build a source image.
@@ -143,20 +134,21 @@ spec:
143134
name: build-image-index
144135
type: string
145136
- default: "1d"
146-
description: This sets the expiration time for intermediate OCI artifacts produced and used during builds after
147-
which they can be garbage collected.
137+
description: This sets the expiration time for intermediate OCI artifacts produced and used during builds after which they can be garbage collected.
148138
name: oci-artifact-expires-after
149139
type: string
150140
- default:
151141
- linux/x86_64
152142
- linux/arm64
153143
- linux/ppc64le
154144
- linux/s390x
155-
description: List of platforms to build the container images for. The available
156-
set of values is determined by the configuration of the multi-platform-controller.
145+
description: List of platforms to build the container images for. The available set of values is determined by the configuration of the multi-platform-controller.
157146
name: build-platforms
158147
type: array
159-
148+
- name: buildah-format
149+
default: oci
150+
type: string
151+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
160152
results:
161153
- description: ""
162154
name: IMAGE_URL
@@ -170,15 +162,11 @@ spec:
170162
- description: ""
171163
name: CHAINS-GIT_COMMIT
172164
value: $(tasks.clone-repository.results.commit)
173-
174165
workspaces:
175166
- name: git-auth
176-
177167
tasks:
178-
179168
- name: post-metric-start
180169
taskRef: *post-bigquery-metrics-ref
181-
182170
- name: init
183171
params:
184172
- name: image-url
@@ -192,11 +180,10 @@ spec:
192180
- name: name
193181
value: init
194182
- name: bundle
195-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
183+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:526a104a3342e36dad5c5e7f98c647da6b2a33897e458f772ff4afe523e0690a
196184
- name: kind
197185
value: task
198186
resolver: bundles
199-
200187
- name: clone-repository
201188
params:
202189
- name: url
@@ -212,18 +199,17 @@ spec:
212199
- name: name
213200
value: git-clone-oci-ta
214201
- name: bundle
215-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:efcce59f226b1426f7685917e41a50b73478f38fe9ac56c98f1e961effd4b6f0
202+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
216203
- name: kind
217204
value: task
218205
resolver: bundles
219206
when:
220207
- input: $(tasks.init.results.build)
221208
operator: in
222-
values: [ "true" ]
209+
values: ["true"]
223210
workspaces:
224211
- name: basic-auth
225212
workspace: git-auth
226-
227213
- name: build-container
228214
matrix:
229215
params:
@@ -251,21 +237,22 @@ spec:
251237
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
252238
- name: IMAGE_APPEND_PLATFORM
253239
value: "true"
240+
- name: BUILDAH_FORMAT
241+
value: $(params.buildah-format)
254242
taskRef:
255243
params:
256244
- name: name
257245
value: buildah-remote-oci-ta
258246
- name: bundle
259-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:ec87447b59e05ca85b7ae33b01cfc585b34aacf95b4fed5e705e4f5a65eee141
247+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.5@sha256:650b0bca57c626c1e82f35cdfadf44a7792230b2b992aaa9c369d615aae6590d
260248
- name: kind
261249
value: task
262250
resolver: bundles
263251
when:
264252
- input: $(tasks.init.results.build)
265253
operator: in
266-
values: [ "true" ]
254+
values: ["true"]
267255
retries: 1
268-
269256
- name: build-image-index
270257
params:
271258
- name: IMAGE
@@ -279,20 +266,21 @@ spec:
279266
- name: IMAGES
280267
value:
281268
- $(tasks.build-container.results.IMAGE_REF[*])
269+
- name: BUILDAH_FORMAT
270+
value: $(params.buildah-format)
282271
taskRef:
283272
params:
284273
- name: name
285274
value: build-image-index
286275
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:ba7fbed5c4862968c1a77d6b90d5bdd497925ab1de41b859c027dd5c3069cd3e
276+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
288277
- name: kind
289278
value: task
290279
resolver: bundles
291280
when:
292281
- input: $(tasks.init.results.build)
293282
operator: in
294-
values: [ "true" ]
295-
283+
values: ["true"]
296284
- name: deprecated-base-image-check
297285
params:
298286
- name: IMAGE_URL
@@ -304,15 +292,14 @@ spec:
304292
- name: name
305293
value: deprecated-image-check
306294
- name: bundle
307-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:2c32152a55f6bfba67b41be456da46b6e109bb3e348e25220eed4eed149958c5
295+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
308296
- name: kind
309297
value: task
310298
resolver: bundles
311299
when:
312300
- input: $(params.skip-checks)
313301
operator: in
314-
values: [ "false" ]
315-
302+
values: ["false"]
316303
- name: apply-tags
317304
params:
318305
- name: IMAGE_URL
@@ -328,7 +315,6 @@ spec:
328315
- name: kind
329316
value: task
330317
resolver: bundles
331-
332318
- name: validate-fbc
333319
params:
334320
- name: IMAGE_URL
@@ -340,15 +326,14 @@ spec:
340326
- name: name
341327
value: validate-fbc
342328
- name: bundle
343-
value: quay.io/konflux-ci/tekton-catalog/task-validate-fbc:0.1@sha256:23fdc01a5eb5d24eee24bbcff512d8353c812be981239def33ac50f00bd1faf2
329+
value: quay.io/konflux-ci/tekton-catalog/task-validate-fbc:0.1@sha256:730dd40d07989f2f78b5ceae98e8445af66cbfd3287e449e7dc6fc580ac6d4de
344330
- name: kind
345331
value: task
346332
resolver: bundles
347333
when:
348334
- input: $(params.skip-checks)
349335
operator: in
350-
values: [ "false" ]
351-
336+
values: ["false"]
352337
- name: fbc-target-index-pruning-check
353338
params:
354339
- name: IMAGE_URL
@@ -364,15 +349,14 @@ spec:
364349
- name: name
365350
value: fbc-target-index-pruning-check
366351
- name: bundle
367-
value: quay.io/konflux-ci/tekton-catalog/task-fbc-target-index-pruning-check:0.1@sha256:345a0fe66078f159d5b6863f389f5b48fc80f06710686751b2b5dcb20a02f880
352+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-target-index-pruning-check:0.1@sha256:cd86fe953ff59f0bebd1180669d83ca89b46cf6af4edce5794807e488ca661ef
368353
- name: kind
369354
value: task
370355
resolver: bundles
371356
when:
372357
- input: $(params.skip-checks)
373358
operator: in
374-
values: [ "false" ]
375-
359+
values: ["false"]
376360
- name: fbc-fips-check-oci-ta
377361
params:
378362
- name: image-digest
@@ -386,11 +370,11 @@ spec:
386370
- name: name
387371
value: fbc-fips-check-oci-ta
388372
- name: bundle
389-
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:a0ab23fc5d9ad70afb0454569986cbd375b04c69cc71d936653ce8ce740e5163
373+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:46fad72e5586eb7a772d97b2ceac10cf088851ea9eeef16aaa104d5d80dac50a
390374
- name: kind
391375
value: task
392376
resolver: bundles
393377
when:
394378
- input: $(params.skip-checks)
395379
operator: in
396-
values: [ "false" ]
380+
values: ["false"]

.tekton/ready-for-master-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
- name: name
7979
value: git-clone-oci-ta
8080
- name: bundle
81-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:efcce59f226b1426f7685917e41a50b73478f38fe9ac56c98f1e961effd4b6f0
81+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
8282
- name: kind
8383
value: task
8484
resolver: bundles

0 commit comments

Comments
 (0)