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
10 changes: 9 additions & 1 deletion .tekton/bundle-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
creationTimestamp: null
labels:
pipelines.openshift.io/runtime: generic
pipelines.openshift.io/strategy: docker
Expand Down Expand Up @@ -80,6 +79,9 @@ spec:
oci or docker.
name: buildah-format
type: string
- default: "false"
description: Enable cache proxy configuration
name: enable-cache-proxy
- default: []
description: Array of --build-arg values ("arg=value" strings) for buildah
name: build-args
Expand Down Expand Up @@ -147,6 +149,10 @@ spec:
value: $(tasks.clone-repository.results.url)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: HTTP_PROXY
value: $(tasks.init.results.http-proxy)
- name: NO_PROXY
value: $(tasks.init.results.no-proxy)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down Expand Up @@ -250,6 +256,8 @@ spec:
value: $(params.rebuild)
- name: skip-checks
value: $(params.skip-checks)
- name: enable-cache-proxy
value: $(params.enable-cache-proxy)
taskRef:
params:
- name: name
Expand Down
10 changes: 9 additions & 1 deletion .tekton/docker-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
creationTimestamp: null
labels:
pipelines.openshift.io/runtime: generic
pipelines.openshift.io/strategy: docker
Expand Down Expand Up @@ -89,6 +88,9 @@ spec:
oci or docker.
name: buildah-format
type: string
- default: "false"
description: Enable cache proxy configuration
name: enable-cache-proxy
- default: []
description: Array of --build-arg values ("arg=value" strings) for buildah
name: build-args
Expand Down Expand Up @@ -199,6 +201,8 @@ spec:
value: $(params.rebuild)
- name: skip-checks
value: $(params.skip-checks)
- name: enable-cache-proxy
value: $(params.enable-cache-proxy)
taskRef:
params:
- name: name
Expand Down Expand Up @@ -269,6 +273,10 @@ spec:
value: $(tasks.clone-repository.results.url)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: HTTP_PROXY
value: $(tasks.init.results.http-proxy)
- name: NO_PROXY
value: $(tasks.init.results.no-proxy)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down
10 changes: 9 additions & 1 deletion .tekton/fbc-builder.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: tekton.dev/v1
kind: Pipeline
metadata:
creationTimestamp: null
labels:
pipelines.openshift.io/runtime: fbc
pipelines.openshift.io/strategy: fbc
Expand Down Expand Up @@ -76,6 +75,9 @@ spec:
description: Add built image into an OCI image index
name: build-image-index
type: string
- default: "false"
description: Enable cache proxy configuration
name: enable-cache-proxy
- default: []
description: Array of --build-arg values ("arg=value" strings) for buildah
name: build-args
Expand Down Expand Up @@ -125,6 +127,8 @@ spec:
value: $(params.rebuild)
- name: skip-checks
value: $(params.skip-checks)
- name: enable-cache-proxy
value: $(params.enable-cache-proxy)
taskRef:
params:
- name: name
Expand Down Expand Up @@ -242,6 +246,10 @@ spec:
value: $(params.build-args-file)
- name: SOURCE_URL
value: $(tasks.clone-repository.results.url)
- name: HTTP_PROXY
value: $(tasks.init.results.http-proxy)
- name: NO_PROXY
value: $(tasks.init.results.no-proxy)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-bundle-138-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-bundle-138-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-414-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-414-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-415-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-415-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-416-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-416-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-417-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-417-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-418-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-418-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-419-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-419-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-420-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-index-138-fbc-420-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-ingress-138-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-ingress-138-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-kn-operator-138-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-kn-operator-138-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-metadata-webhook-138-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-metadata-webhook-138-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-must-gather-138-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-must-gather-138-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions .tekton/serverless-openshift-kn-operator-138-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
- name: build-args
value:
- VERSION=1.37.0
- TAG=v1.17.0
- CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
Expand Down
Loading