Skip to content

Commit 7635d97

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 b796028 commit 7635d97

File tree

2 files changed

+68
-62
lines changed

2 files changed

+68
-62
lines changed

.tekton/nettest-0-22-pull-request.yaml

Lines changed: 34 additions & 31 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.22"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-0.22"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: submariner-0-22
1615
appstudio.openshift.io/component: nettest-0-22
@@ -59,13 +58,11 @@ spec:
5958
name: output-image
6059
type: string
6160
- default: .
62-
description: Path to the source code of an application's component from where
63-
to build image.
61+
description: Path to the source code of an application's component from where to build image.
6462
name: path-context
6563
type: string
6664
- default: Dockerfile
67-
description: Path to the Dockerfile inside the context specified by parameter
68-
path-context
65+
description: Path to the Dockerfile inside the context specified by parameter path-context
6966
name: dockerfile
7067
type: string
7168
- default: "false"
@@ -85,8 +82,7 @@ spec:
8582
name: prefetch-input
8683
type: string
8784
- default: ""
88-
description: Image tag expiration time, time values could be something like
89-
1h, 2d, 3w for hours, days, and weeks, respectively.
85+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9086
name: image-expires-after
9187
type: string
9288
- default: "false"
@@ -98,8 +94,7 @@ spec:
9894
name: build-image-index
9995
type: string
10096
- default: docker
101-
description: The format for the resulting image's mediaType. Valid values are
102-
oci or docker.
97+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
10398
name: buildah-format
10499
type: string
105100
- default: []
@@ -111,16 +106,18 @@ spec:
111106
name: build-args-file
112107
type: string
113108
- default: "false"
114-
description: Whether to enable privileged mode, should be used only with remote
115-
VMs
109+
description: Whether to enable privileged mode, should be used only with remote VMs
116110
name: privileged-nested
117111
type: string
118112
- default:
119113
- linux/x86_64
120-
description: List of platforms to build the container images on. The available
121-
set of values is determined by the configuration of the multi-platform-controller.
114+
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.
122115
name: build-platforms
123116
type: array
117+
- name: enable-cache-proxy
118+
default: 'false'
119+
description: Enable cache proxy configuration
120+
type: string
124121
results:
125122
- description: ""
126123
name: IMAGE_URL
@@ -143,12 +140,14 @@ spec:
143140
value: $(params.rebuild)
144141
- name: skip-checks
145142
value: $(params.skip-checks)
143+
- name: enable-cache-proxy
144+
value: $(params.enable-cache-proxy)
146145
taskRef:
147146
params:
148147
- name: name
149148
value: init
150149
- name: bundle
151-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:4072de81ade0a75ad1eaa5449a7ff02bba84757064549a81b48c28fab3aeca59
150+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ebf06778aeacbbeb081f9231eafbdfdb8e380ad04e211d7ed80ae9101e37fd82
152151
- name: kind
153152
value: task
154153
resolver: bundles
@@ -169,7 +168,7 @@ spec:
169168
- name: name
170169
value: git-clone-oci-ta
171170
- name: bundle
172-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:ea64f5b99202621e78ed3d74b00df5750cbf572c391e6da1956396f5945e4e11
171+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
173172
- name: kind
174173
value: task
175174
resolver: bundles
@@ -198,7 +197,7 @@ spec:
198197
- name: name
199198
value: prefetch-dependencies-oci-ta
200199
- name: bundle
201-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:9dbb38efdfca525b00dc502acf44723ac4a6c413bb2ab97459a13cd3a6056f17
200+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
202201
- name: kind
203202
value: task
204203
resolver: bundles
@@ -245,14 +244,18 @@ spec:
245244
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
246245
- name: IMAGE_APPEND_PLATFORM
247246
value: "true"
247+
- name: HTTP_PROXY
248+
value: $(tasks.init.results.http-proxy)
249+
- name: NO_PROXY
250+
value: $(tasks.init.results.no-proxy)
248251
runAfter:
249252
- prefetch-dependencies
250253
taskRef:
251254
params:
252255
- name: name
253256
value: buildah-remote-oci-ta
254257
- name: bundle
255-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.7@sha256:9c5c43f40cd8d7fa0ac09cce9e09c1d0bbe7934f79f7059ad373b85c0a476365
258+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:da99fce12bf72da86f6a86a5370d826c16ea8db001d27181dcaf087af9ab60cb
256259
- name: kind
257260
value: task
258261
resolver: bundles
@@ -283,7 +286,7 @@ spec:
283286
- name: name
284287
value: build-image-index
285288
- name: bundle
286-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:0e90cf8259c7f54baad27d2a538294115f725ceb269ef789957fe68790803cbd
289+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:05d3d8a5ded44c51b074a56a408ddf5d65c56b4c15e110abb1a99e3aff269d49
287290
- name: kind
288291
value: task
289292
resolver: bundles
@@ -309,7 +312,7 @@ spec:
309312
- name: name
310313
value: source-build-oci-ta
311314
- name: bundle
312-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:f62ef32f7d25f0ee50904b57b160e3fd5403fab5ec040c7aa99f5982fdd92ef4
315+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:c35ba219390d77a48ee19347e5ee8d13e5c23e3984299e02291d6da1ed8a986c
313316
- name: kind
314317
value: task
315318
resolver: bundles
@@ -335,7 +338,7 @@ spec:
335338
- name: name
336339
value: deprecated-image-check
337340
- name: bundle
338-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
341+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
339342
- name: kind
340343
value: task
341344
resolver: bundles
@@ -362,7 +365,7 @@ spec:
362365
- name: name
363366
value: clair-scan
364367
- name: bundle
365-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:8ec7d7b9438ace5ef3fb03a533d9440d0fd81e51c73b0dc1eb51602fb7cd044e
368+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:dadfea7633d82e4303ba73d5e9c7e2bc16834bde0fd7688880453b26452067eb
366369
- name: kind
367370
value: task
368371
resolver: bundles
@@ -387,7 +390,7 @@ spec:
387390
- name: name
388391
value: ecosystem-cert-preflight-checks
389392
- name: bundle
390-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
393+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:204fd3914d83c7b60e8eee72b5a944337720c79a3e660e7c994435456dcf7175
391394
- name: kind
392395
value: task
393396
resolver: bundles
@@ -413,7 +416,7 @@ spec:
413416
- name: name
414417
value: sast-snyk-check-oci-ta
415418
- name: bundle
416-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
419+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:a70272ae12f6d7f0da2902158e1bcee756877aa8f71fd1a22ef9afd8b177fb41
417420
- name: kind
418421
value: task
419422
resolver: bundles
@@ -440,7 +443,7 @@ spec:
440443
- name: name
441444
value: clamav-scan
442445
- name: bundle
443-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
446+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:76efc0119a10bc8a420dbbb0cdab9ef8eafd263f6827498d2b644e450e93f446
444447
- name: kind
445448
value: task
446449
resolver: bundles
@@ -485,7 +488,7 @@ spec:
485488
- name: name
486489
value: sast-coverity-check-oci-ta
487490
- name: bundle
488-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:78f5244a8cfd28c890ed62db7e4ff1fc97ff39876d37fb19f1b0c2c286a4002c
491+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9d0bc704bca6b6faad37b2ce8106b96e0cef35e1f647d037a878bf416589de9d
489492
- name: kind
490493
value: task
491494
resolver: bundles
@@ -506,7 +509,7 @@ spec:
506509
- name: name
507510
value: coverity-availability-check
508511
- name: bundle
509-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
512+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
510513
- name: kind
511514
value: task
512515
resolver: bundles
@@ -532,7 +535,7 @@ spec:
532535
- name: name
533536
value: sast-shell-check-oci-ta
534537
- name: bundle
535-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
538+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
536539
- name: kind
537540
value: task
538541
resolver: bundles
@@ -558,7 +561,7 @@ spec:
558561
- name: name
559562
value: sast-unicode-check-oci-ta
560563
- name: bundle
561-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
564+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:1818a5b3e4fa86c838ae71226a157241967d1f19c5ed377e4b2fddad7a3ceefe
562565
- name: kind
563566
value: task
564567
resolver: bundles
@@ -580,7 +583,7 @@ spec:
580583
- name: name
581584
value: apply-tags
582585
- name: bundle
583-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:ade0bf9c2e9c169f588fbfe71fb489c2f7053fe41884e7969f270b317d9eb548
586+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
584587
- name: kind
585588
value: task
586589
resolver: bundles

0 commit comments

Comments
 (0)