File tree Expand file tree Collapse file tree 1 file changed +14
-28
lines changed Expand file tree Collapse file tree 1 file changed +14
-28
lines changed Original file line number Diff line number Diff line change @@ -36,36 +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
- stepSpecs :
51
- - name : build
52
- computeResources :
53
- requests :
54
- cpu : ' 8'
55
- memory : 16Gi
56
- limits :
57
- cpu : ' 16'
58
- memory : 32Gi
40
+ computeResources :
41
+ requests :
42
+ cpu : ' 8'
43
+ memory : 16Gi
44
+ limits :
45
+ cpu : ' 16'
46
+ memory : 32Gi
59
47
- 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
48
+ computeResources :
49
+ requests :
50
+ cpu : ' 8'
51
+ memory : 16Gi
52
+ limits :
53
+ cpu : ' 16'
54
+ memory : 32Gi
69
55
pipelineSpec :
70
56
description : |
71
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