File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change @@ -47,25 +47,21 @@ spec:
47
47
cpu : ' 16'
48
48
memory : 32Gi
49
49
- pipelineTaskName : ecosystem-cert-preflight-checks
50
- stepSpecs :
51
- - name : build
52
- computeResources :
53
- requests :
54
- cpu : ' 8'
55
- memory : 16Gi
56
- limits :
57
- cpu : ' 16'
58
- memory : 32Gi
50
+ computeResources :
51
+ requests :
52
+ cpu : ' 8'
53
+ memory : 16Gi
54
+ limits :
55
+ cpu : ' 16'
56
+ memory : 32Gi
59
57
- pipelineTaskName : clair-scan
60
- stepSpecs :
61
- - name : build
62
- computeResources :
63
- requests :
64
- cpu : ' 8'
65
- memory : 16Gi
66
- limits :
67
- cpu : ' 16'
68
- memory : 32Gi
58
+ computeResources :
59
+ requests :
60
+ cpu : ' 8'
61
+ memory : 16Gi
62
+ limits :
63
+ cpu : ' 16'
64
+ memory : 32Gi
69
65
pipelineSpec :
70
66
description : |
71
67
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