forked from knative-extensions/net-istio
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnet-istio-controller-116-push.yaml
executable file
·58 lines (58 loc) · 2.09 KB
/
net-istio-controller-116-push.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: https://github.com/openshift-knative/net-istio?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v1.16"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-136
appstudio.openshift.io/component: net-istio-controller-116
pipelines.appstudio.openshift.io/type: build
name: net-istio-controller-116-on-push
namespace: ocp-serverless-tenant
spec:
params:
- name: dockerfile
value: openshift/ci-operator/knative-images/controller/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.36.0
- name: git-url
value: '{{source_url}}'
- name: hermetic
value: "true"
- name: output-image
value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/net-istio-controller:{{revision}}
- name: revision
value: '{{revision}}'
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.36.0
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'