Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 37 additions & 5 deletions .tekton/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ spec:
- default: "false"
description: Enable cache proxy configuration
name: enable-cache-proxy
- default: "true"
description: Use the package registry proxy when prefetching dependencies
name: enable-package-registry-proxy
- default: .
description: Target directories in component's source code to scan with SAST tools.
Multiple values should be separated with commas.
name: sast-target-dirs
type: string
- default: []
description: Array of --build-arg values ("arg=value" strings) for buildah
name: build-args
Expand All @@ -100,9 +108,21 @@ spec:
VMs
name: privileged-nested
type: string
- name: enable-package-registry-proxy
default: 'true'
description: Use the package registry proxy when prefetching dependencies
- default: ""
description: Sets the image created time and the SOURCE_DATE_EPOCH build argument.
On its own, it does not change file timestamps inside the layers (set rewrite-timestamp
to "true" for that). Leave empty to keep the actual build time.
name: source-date-epoch
type: string
- default: "false"
description: When "true", clamp file modification times in the image layers to
at most source-date-epoch. Does nothing unless source-date-epoch is set.
name: rewrite-timestamp
type: string
- default: "false"
description: When "true", omit the build history (history timestamps, layer metadata,
etc.) from the resulting image.
name: omit-history
type: string
results:
- description: ""
Expand All @@ -126,6 +146,8 @@ spec:
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: TARGET_DIRS
value: $(params.sast-target-dirs)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand All @@ -152,14 +174,14 @@ spec:
value: $(params.prefetch-input-dev-package-managers)
- name: input
value: $(params.prefetch-input)
- name: enable-package-registry-proxy
value: $(params.enable-package-registry-proxy)
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
- name: ociStorage
value: $(params.output-image).prefetch
- name: ociArtifactExpiresAfter
value: $(params.image-expires-after)
- name: enable-package-registry-proxy
value: $(params.enable-package-registry-proxy)
runAfter:
- clone-repository
taskRef:
Expand Down Expand Up @@ -268,6 +290,12 @@ spec:
value: $(tasks.init.results.http-proxy)
- name: NO_PROXY
value: $(tasks.init.results.no-proxy)
- name: SOURCE_DATE_EPOCH
value: $(params.source-date-epoch)
- name: REWRITE_TIMESTAMP
value: $(params.rewrite-timestamp)
- name: OMIT_HISTORY
value: $(params.omit-history)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down Expand Up @@ -440,6 +468,8 @@ spec:
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: TARGET_DIRS
value: $(params.sast-target-dirs)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand All @@ -466,6 +496,8 @@ spec:
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: TARGET_DIRS
value: $(params.sast-target-dirs)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-activator-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-activator-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-autoscaler-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-autoscaler-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-autoscaler-hpa-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-autoscaler-hpa-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-cleanup-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-cleanup-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-controller-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-controller-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-default-domain-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-default-domain-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-queue-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-queue-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-storage-version-migration-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-test-autoscale-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-test-autoscale-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-test-failing-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-test-failing-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-test-grpc-ping-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-test-grpc-ping-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
- VERSION=1.37.1
- VERSION=1.37.2
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -39,7 +39,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.1
- 1.37.2
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
Expand Down
Loading
Loading