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
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
path: ./src/github.com/${{ github.repository }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
name: kn-client-cli-artifacts-117
spec:
componentName: kn-client-cli-artifacts-117
application: serverless-operator-137

application: serverless-operator-137
source:
git:
url: https://github.com/openshift-knative/client.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
name: kn-client-kn-117
spec:
componentName: kn-client-kn-117
application: serverless-operator-137

application: serverless-operator-137
source:
git:
url: https://github.com/openshift-knative/client.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
name: kn-client-test-grpc-ping-117
spec:
componentName: kn-client-test-grpc-ping-117
application: serverless-operator-137

application: serverless-operator-137
source:
git:
url: https://github.com/openshift-knative/client.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
name: kn-client-test-helloworld-117
spec:
componentName: kn-client-test-helloworld-117
application: serverless-operator-137

application: serverless-operator-137
source:
git:
url: https://github.com/openshift-knative/client.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
name: kn-client-test-servingcontainer-117
spec:
componentName: kn-client-test-servingcontainer-117
application: serverless-operator-137

application: serverless-operator-137
source:
git:
url: https://github.com/openshift-knative/client.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
name: kn-client-test-sidecarcontainer-117
spec:
componentName: kn-client-test-sidecarcontainer-117
application: serverless-operator-137

application: serverless-operator-137
source:
git:
url: https://github.com/openshift-knative/client.git
Expand Down
38 changes: 38 additions & 0 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,6 +108,22 @@ spec:
VMs
name: privileged-nested
type: string
- 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: ""
name: IMAGE_URL
Expand All @@ -122,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 @@ -148,6 +174,8 @@ 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
Expand Down Expand Up @@ -262,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 @@ -434,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 @@ -460,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
4 changes: 2 additions & 2 deletions .tekton/kn-client-cli-artifacts-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
6 changes: 3 additions & 3 deletions .tekton/kn-client-cli-artifacts-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
- name: prefetch-input
value: '[{"type":"rpm"}]'
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-client-kn-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
6 changes: 3 additions & 3 deletions .tekton/kn-client-kn-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
- name: prefetch-input
value: '[{"type":"rpm"}]'
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-client-test-grpc-ping-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
6 changes: 3 additions & 3 deletions .tekton/kn-client-test-grpc-ping-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
- name: prefetch-input
value: '[{"type":"rpm"}]'
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-client-test-helloworld-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
6 changes: 3 additions & 3 deletions .tekton/kn-client-test-helloworld-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
- name: prefetch-input
value: '[{"type":"rpm"}]'
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-client-test-servingcontainer-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
6 changes: 3 additions & 3 deletions .tekton/kn-client-test-servingcontainer-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
- name: prefetch-input
value: '[{"type":"rpm"}]'
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-client-test-sidecarcontainer-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
- name: build-args
value:
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
- 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
Loading