File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 26
26
value : quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:on-pr-{{revision}}
27
27
- name : image-expires-after
28
28
value : 5d
29
+ - name : hermetic
30
+ value : " true"
31
+ - name : prefetch-input
32
+ value : ' {"type": "gomod", "path": "."}'
33
+ - name : build-platforms
34
+ value :
35
+ - linux/x86_64
36
+ - linux/arm64
37
+ - linux/ppc64le
38
+ - linux/s390x
29
39
- name : dockerfile
30
40
value : .konflux/Containerfile.plugin
31
41
pipelineSpec :
Original file line number Diff line number Diff line change 23
23
value : ' {{revision}}'
24
24
- name : output-image
25
25
value : quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:{{revision}}
26
+ - name : hermetic
27
+ value : " true"
28
+ - name : prefetch-input
29
+ value : ' {"type": "gomod", "path": "."}'
30
+ - name : build-platforms
31
+ value :
32
+ - linux/x86_64
33
+ - linux/arm64
34
+ - linux/ppc64le
35
+ - linux/s390x
26
36
- name : dockerfile
27
37
value : .konflux/Containerfile.plugin
28
38
pipelineSpec :
You can’t perform that action at this time.
0 commit comments