File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -36,32 +36,22 @@ spec:
36
36
- name : path-context
37
37
value : .
38
38
taskRunSpecs :
39
- - pipelineTaskName : build-container
40
- stepSpecs :
41
- - name : build
42
- computeResources :
43
- requests :
44
- cpu : ' 8'
45
- memory : 16Gi
46
- limits :
47
- cpu : ' 16'
48
- memory : 32Gi
49
39
- pipelineTaskName : ecosystem-cert-preflight-checks
50
40
computeResources :
51
41
requests :
52
42
cpu : ' 8'
53
43
memory : 16Gi
54
44
limits :
55
45
cpu : ' 16'
56
- memory : 32Gi
46
+ memory : 32Gi
57
47
- pipelineTaskName : clair-scan
58
48
computeResources :
59
49
requests :
60
50
cpu : ' 8'
61
51
memory : 16Gi
62
52
limits :
63
53
cpu : ' 16'
64
- memory : 32Gi
54
+ memory : 32Gi
65
55
pipelineSpec :
66
56
description : |
67
57
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
You can’t perform that action at this time.
0 commit comments