Skip to content

Commit 3fb7d31

Browse files
Update Konflux references
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 1c46f22 commit 3fb7d31

File tree

1 file changed

+33
-29
lines changed

1 file changed

+33
-29
lines changed

.tekton/nemo-poc-push.yaml

Lines changed: 33 additions & 29 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-
== "Nemo-poc"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "Nemo-poc"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: nomo-gardails-poc
1514
appstudio.openshift.io/component: nemo-poc
@@ -48,13 +47,11 @@ spec:
4847
name: output-image
4948
type: string
5049
- default: .
51-
description: Path to the source code of an application's component from where
52-
to build image.
50+
description: Path to the source code of an application's component from where to build image.
5351
name: path-context
5452
type: string
5553
- default: Dockerfile
56-
description: Path to the Dockerfile inside the context specified by parameter
57-
path-context
54+
description: Path to the Dockerfile inside the context specified by parameter path-context
5855
name: dockerfile
5956
type: string
6057
- default: "false"
@@ -74,8 +71,7 @@ spec:
7471
name: prefetch-input
7572
type: string
7673
- default: ""
77-
description: Image tag expiration time, time values could be something like
78-
1h, 2d, 3w for hours, days, and weeks, respectively.
74+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
7975
name: image-expires-after
8076
type: string
8177
- default: "false"
@@ -87,8 +83,7 @@ spec:
8783
name: build-image-index
8884
type: string
8985
- default: docker
90-
description: The format for the resulting image's mediaType. Valid values are
91-
oci or docker.
86+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9287
name: buildah-format
9388
type: string
9489
- default: []
@@ -100,10 +95,13 @@ spec:
10095
name: build-args-file
10196
type: string
10297
- default: "false"
103-
description: Whether to enable privileged mode, should be used only with remote
104-
VMs
98+
description: Whether to enable privileged mode, should be used only with remote VMs
10599
name: privileged-nested
106100
type: string
101+
- name: enable-cache-proxy
102+
default: 'false'
103+
description: Enable cache proxy configuration
104+
type: string
107105
results:
108106
- description: ""
109107
name: IMAGE_URL
@@ -126,12 +124,14 @@ spec:
126124
value: $(params.rebuild)
127125
- name: skip-checks
128126
value: $(params.skip-checks)
127+
- name: enable-cache-proxy
128+
value: $(params.enable-cache-proxy)
129129
taskRef:
130130
params:
131131
- name: name
132132
value: init
133133
- name: bundle
134-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
134+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:b349d24cb896573695802d6913d311640b44675ec082b3ad167721946a6a0a71
135135
- name: kind
136136
value: task
137137
resolver: bundles
@@ -152,7 +152,7 @@ spec:
152152
- name: name
153153
value: git-clone-oci-ta
154154
- name: bundle
155-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
155+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:56f65a16d3d0485c64ad85af2c1f3e9b0bb4d02d63f2fd0ebb9498d219ca723d
156156
- name: kind
157157
value: task
158158
resolver: bundles
@@ -181,7 +181,7 @@ spec:
181181
- name: name
182182
value: prefetch-dependencies-oci-ta
183183
- name: bundle
184-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:9dbb38efdfca525b00dc502acf44723ac4a6c413bb2ab97459a13cd3a6056f17
184+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:4c9ff416bfd127e1f960bd0218127c7e198dbd15827c1a8bf58ac5eb023dd9e2
185185
- name: kind
186186
value: task
187187
resolver: bundles
@@ -229,14 +229,18 @@ spec:
229229
- linux/s390x
230230
- name: IMAGE_APPEND_PLATFORM
231231
value: "true"
232+
- name: HTTP_PROXY
233+
value: $(tasks.init.results.http-proxy)
234+
- name: NO_PROXY
235+
value: $(tasks.init.results.no-proxy)
232236
runAfter:
233237
- prefetch-dependencies
234238
taskRef:
235239
params:
236240
- name: name
237241
value: buildah-oci-ta
238242
- name: bundle
239-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:afec5b6ed0459a845e4473cfdad67c7d7a4641571f5dc8d24634b8d343e9ec7f
243+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:7d5818e082e5534cf63946c1a1d380c0ee6b10b5c915340368c9ca081b97c02a
240244
- name: kind
241245
value: task
242246
resolver: bundles
@@ -267,7 +271,7 @@ spec:
267271
- name: name
268272
value: build-image-index
269273
- name: bundle
270-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:0e90cf8259c7f54baad27d2a538294115f725ceb269ef789957fe68790803cbd
274+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:985d1efe861b02524a7679ecd855624b3d4e3a2e835b6f8a97ec7d135898ec0b
271275
- name: kind
272276
value: task
273277
resolver: bundles
@@ -293,7 +297,7 @@ spec:
293297
- name: name
294298
value: source-build-oci-ta
295299
- name: bundle
296-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f62ef32f7d25f0ee50904b57b160e3fd5403fab5ec040c7aa99f5982fdd92ef4
300+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
297301
- name: kind
298302
value: task
299303
resolver: bundles
@@ -319,7 +323,7 @@ spec:
319323
- name: name
320324
value: deprecated-image-check
321325
- name: bundle
322-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:f59175d9a0a60411738228dfe568af4684af4aa5e7e05c832927cb917801d489
326+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1cf21de671be4c97d4973b60c09c912997cd15b65c30b93a07eff1b24f43a1f8
323327
- name: kind
324328
value: task
325329
resolver: bundles
@@ -341,7 +345,7 @@ spec:
341345
- name: name
342346
value: clair-scan
343347
- name: bundle
344-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
348+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:654b989d7cdc03d082e56f216a29de04847215ee379a8d9ca315e453ad2b15c2
345349
- name: kind
346350
value: task
347351
resolver: bundles
@@ -361,7 +365,7 @@ spec:
361365
- name: name
362366
value: ecosystem-cert-preflight-checks
363367
- name: bundle
364-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
368+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b612fd73d81822113e2c12f44a72eed218540aaa8e9f3e42223bddb01a0689cb
365369
- name: kind
366370
value: task
367371
resolver: bundles
@@ -387,7 +391,7 @@ spec:
387391
- name: name
388392
value: sast-snyk-check-oci-ta
389393
- name: bundle
390-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:60f2dac41844d222086ff7f477e51f3563716b183d87db89f603d6f604c21760
394+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:49b7d09db82e6cad98152db8f16707ca3d90a1709e846e3ed8c91a433c88724f
391395
- name: kind
392396
value: task
393397
resolver: bundles
@@ -409,7 +413,7 @@ spec:
409413
- name: name
410414
value: clamav-scan
411415
- name: bundle
412-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
416+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b2f25599a10ab0846e4659f76b5b78c0fddf561404656fda52055eda31e70d83
413417
- name: kind
414418
value: task
415419
resolver: bundles
@@ -454,7 +458,7 @@ spec:
454458
- name: name
455459
value: sast-coverity-check-oci-ta
456460
- name: bundle
457-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
461+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9978b6163d54473a72ded5eb9b75d9ffae92118e544c7b96dc805cd66870b12d
458462
- name: kind
459463
value: task
460464
resolver: bundles
@@ -475,7 +479,7 @@ spec:
475479
- name: name
476480
value: coverity-availability-check
477481
- name: bundle
478-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:5623e48314ffd583e9cab383011dc0763b6c92b09c4f427b8bfcca885394a21c
482+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
479483
- name: kind
480484
value: task
481485
resolver: bundles
@@ -501,7 +505,7 @@ spec:
501505
- name: name
502506
value: sast-shell-check-oci-ta
503507
- name: bundle
504-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1f0fcba24ebc447d9f8a2ea2e8f262fa435d6c523ca6b0346cd67261551fc9ed
508+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
505509
- name: kind
506510
value: task
507511
resolver: bundles
@@ -527,7 +531,7 @@ spec:
527531
- name: name
528532
value: sast-unicode-check-oci-ta
529533
- name: bundle
530-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:1833c618170ab9deb8455667f220df8e88d16ccd630a2361366f594e2bdcb712
534+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:8817f5081c10d9debf25601d6d99d7eddde19435be1ff24741d9025931639959
531535
- name: kind
532536
value: task
533537
resolver: bundles
@@ -549,7 +553,7 @@ spec:
549553
- name: name
550554
value: apply-tags
551555
- name: bundle
552-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:ade0bf9c2e9c169f588fbfe71fb489c2f7053fe41884e7969f270b317d9eb548
556+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
553557
- name: kind
554558
value: task
555559
resolver: bundles

0 commit comments

Comments
 (0)