Skip to content

Commit c8e762c

Browse files
author
serverless-qe
committed
[release-v1.17] Sync Konflux configurations
1 parent 785c5f0 commit c8e762c

57 files changed

Lines changed: 106 additions & 84 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.tekton/docker-build.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,22 @@ spec:
108108
VMs
109109
name: privileged-nested
110110
type: string
111+
- default: ""
112+
description: Sets the image created time and the SOURCE_DATE_EPOCH build argument.
113+
On its own, it does not change file timestamps inside the layers (set rewrite-timestamp
114+
to "true" for that). Leave empty to keep the actual build time.
115+
name: source-date-epoch
116+
type: string
117+
- default: "false"
118+
description: When "true", clamp file modification times in the image layers to
119+
at most source-date-epoch. Does nothing unless source-date-epoch is set.
120+
name: rewrite-timestamp
121+
type: string
122+
- default: "false"
123+
description: When "true", omit the build history (history timestamps, layer metadata,
124+
etc.) from the resulting image.
125+
name: omit-history
126+
type: string
111127
results:
112128
- description: ""
113129
name: IMAGE_URL
@@ -274,6 +290,12 @@ spec:
274290
value: $(tasks.init.results.http-proxy)
275291
- name: NO_PROXY
276292
value: $(tasks.init.results.no-proxy)
293+
- name: SOURCE_DATE_EPOCH
294+
value: $(params.source-date-epoch)
295+
- name: REWRITE_TIMESTAMP
296+
value: $(params.rewrite-timestamp)
297+
- name: OMIT_HISTORY
298+
value: $(params.omit-history)
277299
- name: SOURCE_ARTIFACT
278300
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
279301
- name: CACHI2_ARTIFACT

.tekton/kn-eventing-apiserver-receive-adapter-117-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2929
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
3030
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
31-
- VERSION=1.37.1
31+
- VERSION=1.37.2
3232
- name: git-url
3333
value: '{{source_url}}'
3434
- name: hermetic

.tekton/kn-eventing-apiserver-receive-adapter-117-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2828
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
2929
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
30-
- VERSION=1.37.1
30+
- VERSION=1.37.2
3131
- name: git-url
3232
value: '{{source_url}}'
3333
- name: hermetic
@@ -39,7 +39,7 @@ spec:
3939
- name: additional-tags
4040
value:
4141
- $(context.pipelineRun.uid)-{{revision}}
42-
- 1.37.1
42+
- 1.37.2
4343
- latest
4444
- name: prefetch-input
4545
value: '[{"type":"rpm"}]'

.tekton/kn-eventing-appender-117-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2929
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
3030
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
31-
- VERSION=1.37.1
31+
- VERSION=1.37.2
3232
- name: git-url
3333
value: '{{source_url}}'
3434
- name: hermetic

.tekton/kn-eventing-appender-117-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2828
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
2929
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
30-
- VERSION=1.37.1
30+
- VERSION=1.37.2
3131
- name: git-url
3232
value: '{{source_url}}'
3333
- name: hermetic
@@ -39,7 +39,7 @@ spec:
3939
- name: additional-tags
4040
value:
4141
- $(context.pipelineRun.uid)-{{revision}}
42-
- 1.37.1
42+
- 1.37.2
4343
- latest
4444
- name: prefetch-input
4545
value: '[{"type":"rpm"}]'

.tekton/kn-eventing-channel-controller-117-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2929
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
3030
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
31-
- VERSION=1.37.1
31+
- VERSION=1.37.2
3232
- name: git-url
3333
value: '{{source_url}}'
3434
- name: hermetic

.tekton/kn-eventing-channel-controller-117-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2828
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
2929
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
30-
- VERSION=1.37.1
30+
- VERSION=1.37.2
3131
- name: git-url
3232
value: '{{source_url}}'
3333
- name: hermetic
@@ -39,7 +39,7 @@ spec:
3939
- name: additional-tags
4040
value:
4141
- $(context.pipelineRun.uid)-{{revision}}
42-
- 1.37.1
42+
- 1.37.2
4343
- latest
4444
- name: prefetch-input
4545
value: '[{"type":"rpm"}]'

.tekton/kn-eventing-channel-dispatcher-117-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2929
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
3030
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
31-
- VERSION=1.37.1
31+
- VERSION=1.37.2
3232
- name: git-url
3333
value: '{{source_url}}'
3434
- name: hermetic

.tekton/kn-eventing-channel-dispatcher-117-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2828
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
2929
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
30-
- VERSION=1.37.1
30+
- VERSION=1.37.2
3131
- name: git-url
3232
value: '{{source_url}}'
3333
- name: hermetic
@@ -39,7 +39,7 @@ spec:
3939
- name: additional-tags
4040
value:
4141
- $(context.pipelineRun.uid)-{{revision}}
42-
- 1.37.1
42+
- 1.37.2
4343
- latest
4444
- name: prefetch-input
4545
value: '[{"type":"rpm"}]'

.tekton/kn-eventing-controller-117-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2929
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
3030
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
31-
- VERSION=1.37.1
31+
- VERSION=1.37.2
3232
- name: git-url
3333
value: '{{source_url}}'
3434
- name: hermetic

0 commit comments

Comments
 (0)