Skip to content

Commit 8ac89ee

Browse files
Update Konflux references
Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
1 parent a6bd554 commit 8ac89ee

File tree

4 files changed

+52
-46
lines changed

4 files changed

+52
-46
lines changed

.tekton/pulp-access-controller-ca9ff-pull-request.yaml

Lines changed: 23 additions & 20 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-
== "main"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: pap
1615
appstudio.openshift.io/component: pulp-access-controller-ca9ff
@@ -47,13 +46,11 @@ spec:
4746
name: output-image
4847
type: string
4948
- default: .
50-
description: Path to the source code of an application's component from where
51-
to build image.
49+
description: Path to the source code of an application's component from where to build image.
5250
name: path-context
5351
type: string
5452
- default: Dockerfile
55-
description: Path to the Dockerfile inside the context specified by parameter
56-
path-context
53+
description: Path to the Dockerfile inside the context specified by parameter path-context
5754
name: dockerfile
5855
type: string
5956
- default: "false"
@@ -73,8 +70,7 @@ spec:
7370
name: prefetch-input
7471
type: string
7572
- default: ""
76-
description: Image tag expiration time, time values could be something like
77-
1h, 2d, 3w for hours, days, and weeks, respectively.
73+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
7874
name: image-expires-after
7975
type: string
8076
- default: "false"
@@ -94,10 +90,13 @@ spec:
9490
name: build-args-file
9591
type: string
9692
- default: "false"
97-
description: Whether to enable privileged mode, should be used only with remote
98-
VMs
93+
description: Whether to enable privileged mode, should be used only with remote VMs
9994
name: privileged-nested
10095
type: string
96+
- name: buildah-format
97+
default: docker
98+
type: string
99+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
101100
results:
102101
- description: ""
103102
name: IMAGE_URL
@@ -125,7 +124,7 @@ spec:
125124
- name: name
126125
value: init
127126
- name: bundle
128-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
127+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
129128
- name: kind
130129
value: task
131130
resolver: bundles
@@ -146,7 +145,7 @@ spec:
146145
- name: name
147146
value: git-clone-oci-ta
148147
- name: bundle
149-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
148+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3a920a83fc0135aaae2730fe9d446eb2da2ffc9d63a34bceea04afd24653bdee
150149
- name: kind
151150
value: task
152151
resolver: bundles
@@ -175,7 +174,7 @@ spec:
175174
- name: name
176175
value: prefetch-dependencies-oci-ta
177176
- name: bundle
178-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:098322d6b789824f716f2d9caca1862d4afdc083ebaaee61aadd22a8c179480a
177+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:970285e3b0495961199523b566e0dd92ec2e29bedbcf61d8fc67106b06d0f923
179178
- name: kind
180179
value: task
181180
resolver: bundles
@@ -213,14 +212,16 @@ spec:
213212
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
214213
- name: CACHI2_ARTIFACT
215214
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
215+
- name: BUILDAH_FORMAT
216+
value: $(params.buildah-format)
216217
runAfter:
217218
- prefetch-dependencies
218219
taskRef:
219220
params:
220221
- name: name
221222
value: buildah-oci-ta
222223
- name: bundle
223-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:203b7a3d8c04c1f3b5327db3f31a19647f8d46304e7ced1dd5dcbba19445ac10
224+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:7b4c101b71e48b267079a5b6331d22de0b25e008c9e1dcaca1c41c4312391e39
224225
- name: kind
225226
value: task
226227
resolver: bundles
@@ -242,14 +243,16 @@ spec:
242243
- name: IMAGES
243244
value:
244245
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
246+
- name: BUILDAH_FORMAT
247+
value: $(params.buildah-format)
245248
runAfter:
246249
- build-container
247250
taskRef:
248251
params:
249252
- name: name
250253
value: build-image-index
251254
- name: bundle
252-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:8e5dfb2fac011148f8715bbe0b99415f88297683d269eae0dfcad52562195d45
255+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
253256
- name: kind
254257
value: task
255258
resolver: bundles
@@ -275,7 +278,7 @@ spec:
275278
- name: name
276279
value: source-build-oci-ta
277280
- name: bundle
278-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
281+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:2a290f91fdccf4c9ef726a1605163bc14904e1dbf9837ac6d2621caddd10f98e
279282
- name: kind
280283
value: task
281284
resolver: bundles
@@ -343,7 +346,7 @@ spec:
343346
- name: name
344347
value: ecosystem-cert-preflight-checks
345348
- name: bundle
346-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
349+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
347350
- name: kind
348351
value: task
349352
resolver: bundles
@@ -369,7 +372,7 @@ spec:
369372
- name: name
370373
value: sast-snyk-check-oci-ta
371374
- name: bundle
372-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
375+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
373376
- name: kind
374377
value: task
375378
resolver: bundles
@@ -556,7 +559,7 @@ spec:
556559
- name: name
557560
value: push-dockerfile-oci-ta
558561
- name: bundle
559-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
562+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:14fba04580b236e4206a904b86ee2fd8eeaa4163f7619a9c2602d361e4f74c51
560563
- name: kind
561564
value: task
562565
resolver: bundles

.tekton/pulp-access-controller-ca9ff-push.yaml

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "main"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: pap
1514
appstudio.openshift.io/component: pulp-access-controller-ca9ff
@@ -44,13 +43,11 @@ spec:
4443
name: output-image
4544
type: string
4645
- default: .
47-
description: Path to the source code of an application's component from where
48-
to build image.
46+
description: Path to the source code of an application's component from where to build image.
4947
name: path-context
5048
type: string
5149
- default: Dockerfile
52-
description: Path to the Dockerfile inside the context specified by parameter
53-
path-context
50+
description: Path to the Dockerfile inside the context specified by parameter path-context
5451
name: dockerfile
5552
type: string
5653
- default: "false"
@@ -70,8 +67,7 @@ spec:
7067
name: prefetch-input
7168
type: string
7269
- default: ""
73-
description: Image tag expiration time, time values could be something like
74-
1h, 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.
7571
name: image-expires-after
7672
type: string
7773
- default: "false"
@@ -91,10 +87,13 @@ spec:
9187
name: build-args-file
9288
type: string
9389
- default: "false"
94-
description: Whether to enable privileged mode, should be used only with remote
95-
VMs
90+
description: Whether to enable privileged mode, should be used only with remote VMs
9691
name: privileged-nested
9792
type: string
93+
- name: buildah-format
94+
default: docker
95+
type: string
96+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9897
results:
9998
- description: ""
10099
name: IMAGE_URL
@@ -122,7 +121,7 @@ spec:
122121
- name: name
123122
value: init
124123
- name: bundle
125-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
124+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:bbf313b09740fb39b3343bc69ee94b2a2c21d16a9304f9b7c111c305558fc346
126125
- name: kind
127126
value: task
128127
resolver: bundles
@@ -143,7 +142,7 @@ spec:
143142
- name: name
144143
value: git-clone-oci-ta
145144
- name: bundle
146-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3f1b468066b301083d8550e036f5a654fcb064810bd29eb06fec6d8ad3e35b9c
145+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:3a920a83fc0135aaae2730fe9d446eb2da2ffc9d63a34bceea04afd24653bdee
147146
- name: kind
148147
value: task
149148
resolver: bundles
@@ -172,7 +171,7 @@ spec:
172171
- name: name
173172
value: prefetch-dependencies-oci-ta
174173
- name: bundle
175-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:098322d6b789824f716f2d9caca1862d4afdc083ebaaee61aadd22a8c179480a
174+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:970285e3b0495961199523b566e0dd92ec2e29bedbcf61d8fc67106b06d0f923
176175
- name: kind
177176
value: task
178177
resolver: bundles
@@ -210,14 +209,16 @@ spec:
210209
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
211210
- name: CACHI2_ARTIFACT
212211
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
212+
- name: BUILDAH_FORMAT
213+
value: $(params.buildah-format)
213214
runAfter:
214215
- prefetch-dependencies
215216
taskRef:
216217
params:
217218
- name: name
218219
value: buildah-oci-ta
219220
- name: bundle
220-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.5@sha256:203b7a3d8c04c1f3b5327db3f31a19647f8d46304e7ced1dd5dcbba19445ac10
221+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:7b4c101b71e48b267079a5b6331d22de0b25e008c9e1dcaca1c41c4312391e39
221222
- name: kind
222223
value: task
223224
resolver: bundles
@@ -239,14 +240,16 @@ spec:
239240
- name: IMAGES
240241
value:
241242
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
243+
- name: BUILDAH_FORMAT
244+
value: $(params.buildah-format)
242245
runAfter:
243246
- build-container
244247
taskRef:
245248
params:
246249
- name: name
247250
value: build-image-index
248251
- name: bundle
249-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:8e5dfb2fac011148f8715bbe0b99415f88297683d269eae0dfcad52562195d45
252+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:79784d53749584bc5a8de32142ec4e2f01cdbf42c20d94e59280e0b927c8597d
250253
- name: kind
251254
value: task
252255
resolver: bundles
@@ -272,7 +275,7 @@ spec:
272275
- name: name
273276
value: source-build-oci-ta
274277
- name: bundle
275-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b0d6cb28a23f20db4f5cf78ed78ae3a91b9a5adfe989696ed0bbc63840a485b6
278+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:2a290f91fdccf4c9ef726a1605163bc14904e1dbf9837ac6d2621caddd10f98e
276279
- name: kind
277280
value: task
278281
resolver: bundles
@@ -340,7 +343,7 @@ spec:
340343
- name: name
341344
value: ecosystem-cert-preflight-checks
342345
- name: bundle
343-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
346+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:9568c51a5158d534248908b9b561cf67d2826ed4ea164ffd95628bb42380e6ec
344347
- name: kind
345348
value: task
346349
resolver: bundles
@@ -366,7 +369,7 @@ spec:
366369
- name: name
367370
value: sast-snyk-check-oci-ta
368371
- name: bundle
369-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:783f5de1b4def2fb3fad20b914f4b3afee46ffb8f652114946e321ef3fa86449
372+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:181d63c126e3119a9d57b8feed4eb66a875b5208c3e90724c22758e65dca8733
370373
- name: kind
371374
value: task
372375
resolver: bundles
@@ -553,7 +556,7 @@ spec:
553556
- name: name
554557
value: push-dockerfile-oci-ta
555558
- name: bundle
556-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:49f778479f468e71c2cfef722e96aa813d7ef98bde8a612e1bf1a13cd70849ec
559+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:14fba04580b236e4206a904b86ee2fd8eeaa4163f7619a9c2602d361e4f74c51
557560
- name: kind
558561
value: task
559562
resolver: bundles

.tekton/pulp-access-controller-d9af8-pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ spec:
226226
- name: name
227227
value: buildah-oci-ta
228228
- name: bundle
229-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:c9ef8d723f5c3d65ec910d6fdb74607332620289ab083d6c97c602226fe7a8d2
229+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:7b4c101b71e48b267079a5b6331d22de0b25e008c9e1dcaca1c41c4312391e39
230230
- name: kind
231231
value: task
232232
resolver: bundles
@@ -281,7 +281,7 @@ spec:
281281
- name: name
282282
value: source-build-oci-ta
283283
- name: bundle
284-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a48c950350c5e9945cc4ad6bfad7fc653aa437c9eff74a25fd1d42fda4fe344d
284+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:2a290f91fdccf4c9ef726a1605163bc14904e1dbf9837ac6d2621caddd10f98e
285285
- name: kind
286286
value: task
287287
resolver: bundles
@@ -307,7 +307,7 @@ spec:
307307
- name: name
308308
value: clair-scan
309309
- name: bundle
310-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
310+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
311311
- name: kind
312312
value: task
313313
resolver: bundles

.tekton/pulp-access-controller-d9af8-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
- name: name
224224
value: buildah-oci-ta
225225
- name: bundle
226-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:c9ef8d723f5c3d65ec910d6fdb74607332620289ab083d6c97c602226fe7a8d2
226+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.6@sha256:7b4c101b71e48b267079a5b6331d22de0b25e008c9e1dcaca1c41c4312391e39
227227
- name: kind
228228
value: task
229229
resolver: bundles
@@ -278,7 +278,7 @@ spec:
278278
- name: name
279279
value: source-build-oci-ta
280280
- name: bundle
281-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:a48c950350c5e9945cc4ad6bfad7fc653aa437c9eff74a25fd1d42fda4fe344d
281+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:2a290f91fdccf4c9ef726a1605163bc14904e1dbf9837ac6d2621caddd10f98e
282282
- name: kind
283283
value: task
284284
resolver: bundles
@@ -304,7 +304,7 @@ spec:
304304
- name: name
305305
value: clair-scan
306306
- name: bundle
307-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
307+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:a7cc183967f89c4ac100d04ab8f81e54733beee60a0528208107c9a22d3c43af
308308
- name: kind
309309
value: task
310310
resolver: bundles

0 commit comments

Comments
 (0)