diff --git a/.tekton/bundle-build.yaml b/.tekton/bundle-build.yaml index 8973d9d365..3cda2cd384 100755 --- a/.tekton/bundle-build.yaml +++ b/.tekton/bundle-build.yaml @@ -1,7 +1,6 @@ apiVersion: tekton.dev/v1 kind: Pipeline metadata: - creationTimestamp: null labels: pipelines.openshift.io/runtime: generic pipelines.openshift.io/strategy: docker @@ -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 @@ -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 @@ -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 diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index 6323ae0c37..bb788ed485 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -1,7 +1,6 @@ apiVersion: tekton.dev/v1 kind: Pipeline metadata: - creationTimestamp: null labels: pipelines.openshift.io/runtime: generic pipelines.openshift.io/strategy: docker @@ -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 @@ -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 @@ -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 diff --git a/.tekton/fbc-builder.yaml b/.tekton/fbc-builder.yaml index 377224b408..7377712f47 100755 --- a/.tekton/fbc-builder.yaml +++ b/.tekton/fbc-builder.yaml @@ -1,7 +1,6 @@ apiVersion: tekton.dev/v1 kind: Pipeline metadata: - creationTimestamp: null labels: pipelines.openshift.io/runtime: fbc pipelines.openshift.io/strategy: fbc @@ -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 @@ -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 @@ -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 diff --git a/.tekton/serverless-bundle-138-pull-request.yaml b/.tekton/serverless-bundle-138-pull-request.yaml index 0c86ca58d1..e62f5eb4a8 100755 --- a/.tekton/serverless-bundle-138-pull-request.yaml +++ b/.tekton/serverless-bundle-138-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-bundle-138-push.yaml b/.tekton/serverless-bundle-138-push.yaml index b7d9115721..70453db57f 100755 --- a/.tekton/serverless-bundle-138-push.yaml +++ b/.tekton/serverless-bundle-138-push.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-414-pull-request.yaml b/.tekton/serverless-index-138-fbc-414-pull-request.yaml index 7c2ea50d0e..42150a8ed2 100755 --- a/.tekton/serverless-index-138-fbc-414-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-414-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-414-push.yaml b/.tekton/serverless-index-138-fbc-414-push.yaml index da9ecf202c..a26157fffb 100755 --- a/.tekton/serverless-index-138-fbc-414-push.yaml +++ b/.tekton/serverless-index-138-fbc-414-push.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-415-pull-request.yaml b/.tekton/serverless-index-138-fbc-415-pull-request.yaml index 5719cc2cb2..b3c2a32b36 100755 --- a/.tekton/serverless-index-138-fbc-415-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-415-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-415-push.yaml b/.tekton/serverless-index-138-fbc-415-push.yaml index fd10a8c6a7..03aa334c96 100755 --- a/.tekton/serverless-index-138-fbc-415-push.yaml +++ b/.tekton/serverless-index-138-fbc-415-push.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-416-pull-request.yaml b/.tekton/serverless-index-138-fbc-416-pull-request.yaml index 873412ddb3..966143e3d2 100755 --- a/.tekton/serverless-index-138-fbc-416-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-416-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-416-push.yaml b/.tekton/serverless-index-138-fbc-416-push.yaml index dda31bfce4..61cc1ac50b 100755 --- a/.tekton/serverless-index-138-fbc-416-push.yaml +++ b/.tekton/serverless-index-138-fbc-416-push.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-417-pull-request.yaml b/.tekton/serverless-index-138-fbc-417-pull-request.yaml index dc7bb99e32..8cbc99197f 100755 --- a/.tekton/serverless-index-138-fbc-417-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-417-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-417-push.yaml b/.tekton/serverless-index-138-fbc-417-push.yaml index cc1512b374..9a0da8f402 100755 --- a/.tekton/serverless-index-138-fbc-417-push.yaml +++ b/.tekton/serverless-index-138-fbc-417-push.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-418-pull-request.yaml b/.tekton/serverless-index-138-fbc-418-pull-request.yaml index 4c104577e9..daa256e5d9 100755 --- a/.tekton/serverless-index-138-fbc-418-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-418-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-418-push.yaml b/.tekton/serverless-index-138-fbc-418-push.yaml index 33b2952fa6..bd16ec4ff6 100755 --- a/.tekton/serverless-index-138-fbc-418-push.yaml +++ b/.tekton/serverless-index-138-fbc-418-push.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-419-pull-request.yaml b/.tekton/serverless-index-138-fbc-419-pull-request.yaml index fd202d8242..229b1962c1 100755 --- a/.tekton/serverless-index-138-fbc-419-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-419-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-419-push.yaml b/.tekton/serverless-index-138-fbc-419-push.yaml index a200727c77..b5380a775a 100755 --- a/.tekton/serverless-index-138-fbc-419-push.yaml +++ b/.tekton/serverless-index-138-fbc-419-push.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-420-pull-request.yaml b/.tekton/serverless-index-138-fbc-420-pull-request.yaml index a279d304f8..c6df672b1f 100755 --- a/.tekton/serverless-index-138-fbc-420-pull-request.yaml +++ b/.tekton/serverless-index-138-fbc-420-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-index-138-fbc-420-push.yaml b/.tekton/serverless-index-138-fbc-420-push.yaml index 99fde66c13..5ef1913895 100755 --- a/.tekton/serverless-index-138-fbc-420-push.yaml +++ b/.tekton/serverless-index-138-fbc-420-push.yaml @@ -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 diff --git a/.tekton/serverless-ingress-138-pull-request.yaml b/.tekton/serverless-ingress-138-pull-request.yaml index 168ecccd38..97332d73dc 100755 --- a/.tekton/serverless-ingress-138-pull-request.yaml +++ b/.tekton/serverless-ingress-138-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-ingress-138-push.yaml b/.tekton/serverless-ingress-138-push.yaml index 2241bb30fb..1f0296ba17 100755 --- a/.tekton/serverless-ingress-138-push.yaml +++ b/.tekton/serverless-ingress-138-push.yaml @@ -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 diff --git a/.tekton/serverless-kn-operator-138-pull-request.yaml b/.tekton/serverless-kn-operator-138-pull-request.yaml index 7ecc05a848..b316c85206 100755 --- a/.tekton/serverless-kn-operator-138-pull-request.yaml +++ b/.tekton/serverless-kn-operator-138-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-kn-operator-138-push.yaml b/.tekton/serverless-kn-operator-138-push.yaml index 793c2528ed..cd654d9214 100755 --- a/.tekton/serverless-kn-operator-138-push.yaml +++ b/.tekton/serverless-kn-operator-138-push.yaml @@ -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 diff --git a/.tekton/serverless-metadata-webhook-138-pull-request.yaml b/.tekton/serverless-metadata-webhook-138-pull-request.yaml index 4bb64c02b9..abeafd0f85 100755 --- a/.tekton/serverless-metadata-webhook-138-pull-request.yaml +++ b/.tekton/serverless-metadata-webhook-138-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-metadata-webhook-138-push.yaml b/.tekton/serverless-metadata-webhook-138-push.yaml index c76dd694cf..800ed44745 100755 --- a/.tekton/serverless-metadata-webhook-138-push.yaml +++ b/.tekton/serverless-metadata-webhook-138-push.yaml @@ -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 diff --git a/.tekton/serverless-must-gather-138-pull-request.yaml b/.tekton/serverless-must-gather-138-pull-request.yaml index ec765157b4..1ed64c41dd 100755 --- a/.tekton/serverless-must-gather-138-pull-request.yaml +++ b/.tekton/serverless-must-gather-138-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-must-gather-138-push.yaml b/.tekton/serverless-must-gather-138-push.yaml index aa5fd477ed..b0c08ad4ad 100755 --- a/.tekton/serverless-must-gather-138-push.yaml +++ b/.tekton/serverless-must-gather-138-push.yaml @@ -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 diff --git a/.tekton/serverless-openshift-kn-operator-138-pull-request.yaml b/.tekton/serverless-openshift-kn-operator-138-pull-request.yaml index 87355d04ca..f0be4a5049 100755 --- a/.tekton/serverless-openshift-kn-operator-138-pull-request.yaml +++ b/.tekton/serverless-openshift-kn-operator-138-pull-request.yaml @@ -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 diff --git a/.tekton/serverless-openshift-kn-operator-138-push.yaml b/.tekton/serverless-openshift-kn-operator-138-push.yaml index 2a06fb3e01..2b95a91141 100755 --- a/.tekton/serverless-openshift-kn-operator-138-push.yaml +++ b/.tekton/serverless-openshift-kn-operator-138-push.yaml @@ -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