Skip to content

Commit 2f365a2

Browse files
author
serverless-qe
committed
[release-v1.17] Sync Konflux configurations
1 parent 5c716f6 commit 2f365a2

13 files changed

+151
-12
lines changed

Diff for: .tekton/docker-build.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ spec:
105105
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
106106
name: build-args-file
107107
type: string
108+
- default: "false"
109+
description: Whether to enable privileged mode, should be used only with remote
110+
VMs
111+
name: privileged-nested
112+
type: string
108113
results:
109114
- description: ""
110115
name: IMAGE_URL
@@ -264,6 +269,8 @@ spec:
264269
- $(params.build-args[*])
265270
- name: BUILD_ARGS_FILE
266271
value: $(params.build-args-file)
272+
- name: PRIVILEGED_NESTED
273+
value: $(params.privileged-nested)
267274
- name: SOURCE_ARTIFACT
268275
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
269276
- name: CACHI2_ARTIFACT

Diff for: .tekton/kn-client-cli-artifacts-117-pull-request.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ spec:
2121
value: openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2830
- VERSION=1.37.0
2931
- name: git-url
3032
value: '{{source_url}}'
@@ -39,6 +41,15 @@ spec:
3941
- linux/x86_64
4042
- name: revision
4143
value: '{{revision}}'
44+
taskRunSpecs:
45+
- pipelineTaskName: sast-shell-check
46+
stepSpecs:
47+
- name: sast-shell-check
48+
computeResources:
49+
requests:
50+
memory: 4Gi
51+
limits:
52+
memory: 4Gi
4253
pipelineRef:
4354
name: docker-build
4455
taskRunTemplate: {}

Diff for: .tekton/kn-client-cli-artifacts-117-push.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ spec:
2020
value: openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2729
- VERSION=1.37.0
2830
- name: git-url
2931
value: '{{source_url}}'
@@ -38,6 +40,15 @@ spec:
3840
- $(context.pipelineRun.uid)-{{revision}}
3941
- 1.37.0
4042
- latest
43+
taskRunSpecs:
44+
- pipelineTaskName: sast-shell-check
45+
stepSpecs:
46+
- name: sast-shell-check
47+
computeResources:
48+
requests:
49+
memory: 4Gi
50+
limits:
51+
memory: 4Gi
4152
pipelineRef:
4253
name: docker-build
4354
taskRunTemplate: {}

Diff for: .tekton/kn-client-kn-117-pull-request.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ spec:
2121
value: openshift/ci-operator/knative-images/kn/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2830
- VERSION=1.37.0
2931
- name: git-url
3032
value: '{{source_url}}'
@@ -39,6 +41,15 @@ spec:
3941
- linux/x86_64
4042
- name: revision
4143
value: '{{revision}}'
44+
taskRunSpecs:
45+
- pipelineTaskName: sast-shell-check
46+
stepSpecs:
47+
- name: sast-shell-check
48+
computeResources:
49+
requests:
50+
memory: 4Gi
51+
limits:
52+
memory: 4Gi
4253
pipelineRef:
4354
name: docker-build
4455
taskRunTemplate: {}

Diff for: .tekton/kn-client-kn-117-push.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ spec:
2020
value: openshift/ci-operator/knative-images/kn/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2729
- VERSION=1.37.0
2830
- name: git-url
2931
value: '{{source_url}}'
@@ -38,6 +40,15 @@ spec:
3840
- $(context.pipelineRun.uid)-{{revision}}
3941
- 1.37.0
4042
- latest
43+
taskRunSpecs:
44+
- pipelineTaskName: sast-shell-check
45+
stepSpecs:
46+
- name: sast-shell-check
47+
computeResources:
48+
requests:
49+
memory: 4Gi
50+
limits:
51+
memory: 4Gi
4152
pipelineRef:
4253
name: docker-build
4354
taskRunTemplate: {}

Diff for: .tekton/kn-client-test-grpc-ping-117-pull-request.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2830
- VERSION=1.37.0
2931
- name: git-url
3032
value: '{{source_url}}'
@@ -39,6 +41,15 @@ spec:
3941
- linux/x86_64
4042
- name: revision
4143
value: '{{revision}}'
44+
taskRunSpecs:
45+
- pipelineTaskName: sast-shell-check
46+
stepSpecs:
47+
- name: sast-shell-check
48+
computeResources:
49+
requests:
50+
memory: 4Gi
51+
limits:
52+
memory: 4Gi
4253
pipelineRef:
4354
name: docker-build
4455
taskRunTemplate: {}

Diff for: .tekton/kn-client-test-grpc-ping-117-push.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2729
- VERSION=1.37.0
2830
- name: git-url
2931
value: '{{source_url}}'
@@ -38,6 +40,15 @@ spec:
3840
- $(context.pipelineRun.uid)-{{revision}}
3941
- 1.37.0
4042
- latest
43+
taskRunSpecs:
44+
- pipelineTaskName: sast-shell-check
45+
stepSpecs:
46+
- name: sast-shell-check
47+
computeResources:
48+
requests:
49+
memory: 4Gi
50+
limits:
51+
memory: 4Gi
4152
pipelineRef:
4253
name: docker-build
4354
taskRunTemplate: {}

Diff for: .tekton/kn-client-test-helloworld-117-pull-request.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2830
- VERSION=1.37.0
2931
- name: git-url
3032
value: '{{source_url}}'
@@ -39,6 +41,15 @@ spec:
3941
- linux/x86_64
4042
- name: revision
4143
value: '{{revision}}'
44+
taskRunSpecs:
45+
- pipelineTaskName: sast-shell-check
46+
stepSpecs:
47+
- name: sast-shell-check
48+
computeResources:
49+
requests:
50+
memory: 4Gi
51+
limits:
52+
memory: 4Gi
4253
pipelineRef:
4354
name: docker-build
4455
taskRunTemplate: {}

Diff for: .tekton/kn-client-test-helloworld-117-push.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2729
- VERSION=1.37.0
2830
- name: git-url
2931
value: '{{source_url}}'
@@ -38,6 +40,15 @@ spec:
3840
- $(context.pipelineRun.uid)-{{revision}}
3941
- 1.37.0
4042
- latest
43+
taskRunSpecs:
44+
- pipelineTaskName: sast-shell-check
45+
stepSpecs:
46+
- name: sast-shell-check
47+
computeResources:
48+
requests:
49+
memory: 4Gi
50+
limits:
51+
memory: 4Gi
4152
pipelineRef:
4253
name: docker-build
4354
taskRunTemplate: {}

Diff for: .tekton/kn-client-test-servingcontainer-117-pull-request.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2830
- VERSION=1.37.0
2931
- name: git-url
3032
value: '{{source_url}}'
@@ -39,6 +41,15 @@ spec:
3941
- linux/x86_64
4042
- name: revision
4143
value: '{{revision}}'
44+
taskRunSpecs:
45+
- pipelineTaskName: sast-shell-check
46+
stepSpecs:
47+
- name: sast-shell-check
48+
computeResources:
49+
requests:
50+
memory: 4Gi
51+
limits:
52+
memory: 4Gi
4253
pipelineRef:
4354
name: docker-build
4455
taskRunTemplate: {}

Diff for: .tekton/kn-client-test-servingcontainer-117-push.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2729
- VERSION=1.37.0
2830
- name: git-url
2931
value: '{{source_url}}'
@@ -38,6 +40,15 @@ spec:
3840
- $(context.pipelineRun.uid)-{{revision}}
3941
- 1.37.0
4042
- latest
43+
taskRunSpecs:
44+
- pipelineTaskName: sast-shell-check
45+
stepSpecs:
46+
- name: sast-shell-check
47+
computeResources:
48+
requests:
49+
memory: 4Gi
50+
limits:
51+
memory: 4Gi
4152
pipelineRef:
4253
name: docker-build
4354
taskRunTemplate: {}

Diff for: .tekton/kn-client-test-sidecarcontainer-117-pull-request.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ spec:
2121
value: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2830
- VERSION=1.37.0
2931
- name: git-url
3032
value: '{{source_url}}'
@@ -39,6 +41,15 @@ spec:
3941
- linux/x86_64
4042
- name: revision
4143
value: '{{revision}}'
44+
taskRunSpecs:
45+
- pipelineTaskName: sast-shell-check
46+
stepSpecs:
47+
- name: sast-shell-check
48+
computeResources:
49+
requests:
50+
memory: 4Gi
51+
limits:
52+
memory: 4Gi
4253
pipelineRef:
4354
name: docker-build
4455
taskRunTemplate: {}

Diff for: .tekton/kn-client-test-sidecarcontainer-117-push.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ spec:
2020
value: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2729
- VERSION=1.37.0
2830
- name: git-url
2931
value: '{{source_url}}'
@@ -38,6 +40,15 @@ spec:
3840
- $(context.pipelineRun.uid)-{{revision}}
3941
- 1.37.0
4042
- latest
43+
taskRunSpecs:
44+
- pipelineTaskName: sast-shell-check
45+
stepSpecs:
46+
- name: sast-shell-check
47+
computeResources:
48+
requests:
49+
memory: 4Gi
50+
limits:
51+
memory: 4Gi
4152
pipelineRef:
4253
name: docker-build
4354
taskRunTemplate: {}

0 commit comments

Comments
 (0)