diff --git a/.tekton/net-istio-controller-115-pull-request.yaml b/.tekton/net-istio-controller-115-pull-request.yaml index 55e88f0ea..bd4d2fea1 100755 --- a/.tekton/net-istio-controller-115-pull-request.yaml +++ b/.tekton/net-istio-controller-115-pull-request.yaml @@ -24,6 +24,8 @@ spec: - VERSION=1.35.0 - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal + - JAVA_BUILDER= + - JAVA_RUNTIME= - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/net-istio-controller-115-push.yaml b/.tekton/net-istio-controller-115-push.yaml index de3fb3c25..73b7b5a2c 100755 --- a/.tekton/net-istio-controller-115-push.yaml +++ b/.tekton/net-istio-controller-115-push.yaml @@ -23,6 +23,8 @@ spec: - VERSION=1.35.0 - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal + - JAVA_BUILDER= + - JAVA_RUNTIME= - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/net-istio-webhook-115-pull-request.yaml b/.tekton/net-istio-webhook-115-pull-request.yaml index a521efe1e..56805cb6c 100755 --- a/.tekton/net-istio-webhook-115-pull-request.yaml +++ b/.tekton/net-istio-webhook-115-pull-request.yaml @@ -24,6 +24,8 @@ spec: - VERSION=1.35.0 - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal + - JAVA_BUILDER= + - JAVA_RUNTIME= - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/net-istio-webhook-115-push.yaml b/.tekton/net-istio-webhook-115-push.yaml index bb821eacc..eeb61f10c 100755 --- a/.tekton/net-istio-webhook-115-push.yaml +++ b/.tekton/net-istio-webhook-115-push.yaml @@ -23,6 +23,8 @@ spec: - VERSION=1.35.0 - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal + - JAVA_BUILDER= + - JAVA_RUNTIME= - name: git-url value: '{{source_url}}' - name: hermetic